Returns the ABC widths of a range of character codes.
Source position: winapih.inc line 121
public function TWidgetSet.GetCharABCWidths( |
DC: HDC; |
p2: LongWord; |
p3: LongWord; |
const ABCStructs |
):Boolean; virtual; |
DC |
|
The device context. |
p2 |
|
The first character code. |
p3 |
|
The last character code. |
ABCStructs |
|
Array of ABC records, receiving the information. |
False on failure.
|
Record describing the width of a TrueType character. |