Vcl.Graphics.TFont.Charset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Charset: TFontCharset read GetCharset write SetCharset;

C++

__property System::Uitypes::TFontCharset Charset = {read=GetCharset, write=SetCharset, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont

Description

Specifies the character set of the font.

Set Charset to identify the character set of the font. Each typeface (specified by the Name property) supports one or more character sets. Check the information supplied by the font vendor to determine what values of Charset are valid.

See Also