[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws an UTF-8 string without formatting (single line).
Source position: lclintfh.inc line 64
public function TWidgetSet.ExtUTF8Out( |
DC: HDC; |
X: Integer; |
Y: Integer; |
Options: LongInt; |
Rect: PRect; |
Str: PChar; |
Count: LongInt; |
Dx: PInteger |
):Boolean; virtual; |
DC |
|
The Device Context. |
X |
|
The reference point, used to position the text. |
Y |
|
The reference point, used to position the text. |
Options |
|
Output options. |
Rect |
|
The bounding rectangle. |
Str |
|
The text. |
Count |
|
The number of Chars in the string. |
Dx |
|
Pointer to an array of inter-character spacing values, can be Nil. |
False on failure.
The inter-character spacing array (Dx) must have one element for every Char (byte) in the UTF-8 text. For multi-byte character codes the values of all Dx elements are summed up.
|
Draws a string without formatting (single line). |
Version 4.0 | Generated 2025-05-03 | Home |