Graphics.CharsetToIdent

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Graphics.pas

	function CharsetToIdent(Charset: Integer; var Ident: string): Boolean;


Unit: Graphics

Type: function

Visibility: public

C++ Information

From Graphics.hpp

	bool __fastcall CharsetToIdent(int Charset, System::UnicodeString & Ident);


Unit: Graphics

Type: function

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.

See Also

Personal tools
Translations
Newest Version