Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GDIPlus.au3>.
User Defined Function | Description |
---|---|
_GDIPlus_StringFormatCreate | Create a String Format object |
_GDIPlus_StringFormatDispose | Release a String Format object |
_GDIPlus_StringFormatGetMeasurableCharacterRangeCount | Gets the number of measurable character ranges that are currently set for a StringFormat object |
_GDIPlus_StringFormatSetAlign | Sets the text alignment of a string format object |
_GDIPlus_StringFormatSetLineAlign | Sets the line alignment of a StringFormat object in relation to the origin of a layout rectangle |
_GDIPlus_StringFormatSetMeasurableCharacterRanges | Sets a series of character ranges for a StringFormat object that, when in a string, can be measured |