RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.CharsetToIdent Function

Obtains the name of a character set.

Pascal
function CharsetToIdent(Charset: Longint; var Ident: string): Boolean;
C++
Boolean CharsetToIdent(Longint Charset, AnsiString Ident);

Graphics

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.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!