Expand Minimize
This topic has not yet been rated - Rate this topic

STROBJ_fxCharacterExtra function

The STROBJ_fxCharacterExtra function retrieves the amount of extra space with which to augment each character's width in a string when displaying and/or printing it.

Syntax


FIX STROBJ_fxCharacterExtra(
  STROBJ *pstro
);

Parameters

pstro

Pointer to the STROBJ structure of the string to be displayed.

Return value

STROBJ_fxCharacterExtra returns the amount of extra space to add to every character in the string. A return value of zero indicates that the string should be laid out using the characters' unaugmented widths.

Remarks

The extra space value is specified in pixel coordinates.

STROBJ_fxCharacterExtra never fails.

Requirements

Version

Available in Windows 2000 and later versions of the Windows operating systems.

Header

Winddi.h (include Winddi.h)

Library

Contained in Win32k.sys. Link to Win32k.lib.

See also

STROBJ
STROBJ_fxBreakExtra

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

© 2013 Microsoft. All rights reserved.