STROBJ_fxBreakExtra function (winddi.h)

The STROBJ_fxBreakExtra function retrieves the amount of extra space to be added to each space character in a string when displaying and/or printing justified text.

Syntax

ENGAPI FIX STROBJ_fxBreakExtra(
  STROBJ *pstro
);

Parameters

pstro

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

Return value

STROBJ_fxBreakExtra returns the amount of extra space to add to each space character in the string. A return value of zero indicates that no extra space is added to space characters in a string.

Remarks

The extra space value is specified in pixel coordinates.

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

STROBJ

STROBJ_fxCharacterExtra