ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
TFontDescriptor Class Reference

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

Inheritance diagram for TFontDescriptor:

Public Member Functions

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

Public Attributes

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

Detailed Description

A class which stores a font table font definition.

Member Data Documentation

TCharset TFontDescriptor::FontCharSet

Font character set.

TFontFamily TFontDescriptor::FontFamily

Font family.

string TFontDescriptor::FontName

Font name.