Converts the specified character set identifier to the its numeric representation.
Source position: graphics.pp line 1955
function IdentToCharset( |
const Ident: string; |
out Charset: LongInt |
):Boolean; |
Ident |
|
String with the character set identifier to locate in the FontCharsets constant. |
Charset |
|
Returns the numeric representation for the specified character set name. It returns the value on entry if Ident is not found. |
True if the specified string value exists in the FontCharsets constant.
Calls the RTL IdentToInt routine to locate the TIdentMapEntry for the specified value in the FontCharsets constant.
|
Converts the specified numeric character set identifier to its representation as a string. |
|
|
Array constant with TIdentMapEntry values for character sets in TFont instances. |
|
| Version 4.4 | Generated 2025-11-08 | Home |