Vcl.Graphics.CharsetToIdent
Delphi
function CharsetToIdent(Charset: Longint; var Ident: string): Boolean;
C++
extern DELPHI_PACKAGE bool __fastcall CharsetToIdent(int Charset, System::UnicodeString &Ident);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
Obtains the name of a character set.
Call CharsetToIdent to obtain the symbolic name for the character set of a font. CharsetToIdent returns true if the Ident parameter is successfully given an identifying name for the character set.
Note: The return value of CharsetToIdent does not indicate whether the Charset parameter is valid for a given font. Many fonts support only a limited number of character sets. Some fonts may support less common character sets that can't be mapped to identifiers by CharsetToIdent.