ScroogeXHTML for Object Pascal 9.3
Loading...
Searching...
No Matches
TFontDescriptor Class Reference

A class which stores a font table font definition. More...

Inheritance diagram for TFontDescriptor:

Public Member Functions

 TFontDescriptor (const string AFontName, TCharset ACharset)
 Create an instance with a given font name.

Public Attributes

TCharset FontCharSet
 Font character set.
TFontFamily FontFamily
 Font family.
string FontName
 Font name.

Detailed Description

A class which stores a font table font definition.

Constructor & Destructor Documentation

◆ TFontDescriptor()

TFontDescriptor::TFontDescriptor ( const string AFontName,
TCharset ACharset )

Create an instance with a given font name.

Member Data Documentation

◆ FontCharSet

TCharset TFontDescriptor::FontCharSet

Font character set.

See also
FFontCharSet For reading

◆ FontFamily

TFontFamily TFontDescriptor::FontFamily

Font family.

See also
FFontFamily For reading

◆ FontName

string TFontDescriptor::FontName

Font name.

See also
FFontName For reading
FFontName For writing