GdipSetStringFormatMeasurableCharacterRanges

 

 

Description

Sets a series of character ranges for this StringFormat object that, when in a string, can be measured by the MeasureCharacterRanges method.

Syntax

GpStatus WINGDIPAPI GdipSetStringFormatMeasurableCharacterRanges(

    GpStringFormat *format,

    INT rangeCount,

    GDIPCONST CharacterRange *ranges

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetStringFormatMeasurableCharacterRanges ( _

    BYVAL pFormat AS DWORD, _

    BYVAL rangeCount AS LONG, _

    BYREF ranges AS CharacterRange _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

rangeCount

[in] Long integer value that specifies the number of character ranges in the ranges array.

ranges

[in] Pointer to an array of CharacterRange objects that specify the character ranges to be measured.

 

Valid HTML 4.01 Transitional