|
|
|
String Format Functions (GDI+) |
|
The StringFormat functions allow to set and get text layout information (such as alignment, orientation, tab stops, and clipping) and display manipulations (such as trimming, font substitution for characters that are not supported by the requested font, and digit substitution for languages that do not use Western European digits). A StringFormat object can be passed to the GdipDrawString function to format a string.
Return Values
|
|
GdipCloneStringFormat |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
newFormat
|
|
GdipCreateStringFormat |
|
Description
Syntax
PowerBASIC Syntax
Parameter
formatAttributes
language
format
|
|
GdipDeleteStringFormat |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
|
|
GdipGetStringFormatAlign |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
align
|
|
GdipGetStringFormatDigitSubstitution |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
language
substitute
Remarks
|
|
GdipGetStringFormatFlags |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
flags
|
|
GdipGetStringFormatHotkeyPrefix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
hotkeyPrefix
|
|
GdipGetStringFormatLineAlign |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
align
|
|
GdipGetStringFormatMesurableCharacterRangeCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
count
|
|
GdipGetStringFormatTabStopCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
count
|
|
GdipGetStringFormatTabStops |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
count
firstTabOffset
tabStops
Remarks
|
|
GdipGetStringFormatTrimming |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
trimming
|
|
GdipSetStringFormatAlign |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
align
|
|
GdipSetStringFormatDigitSubstitution |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
language
substitute
|
|
GdipSetStringFormatFlags |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
flags
|
|
GdipSetStringFormatHotkeyPrefix |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
hotkeyPrefix
|
|
GdipSetStringFormatLineAlign |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
align
|
|
GdipSetStringFormatMeasurableCharacterRanges |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
rangeCount
ranges
|
|
GdipSetStringFormatTabStops |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
firstTabOffset
count
tabStops
Remarks
|
|
GdipSetStringFormatTrimming |
|
Description
Syntax
PowerBASIC Syntax
Parameters
format
trimming
|
|
GdipStringFormatGetGenericDefault |
|
Description
Syntax
PowerBASIC Syntax
Parameter
format
|
|
GdipStringFormatGetGenericTypographic |
|
Description
Syntax
PowerBASIC Syntax
Parameter
format
|
Page last updated on Monday, 11 December 2006 11:11:39 +0100