class HT_Font_Descriptor
Describes the qualities of the font to be loaded.
find_font takes an HT_Font_Descriptor, describes the
font to be found, then returns the closest match in HT_Font.
See Also
HT_Font, HT_Font_Engine
Operator
operator==
HT_Boolean operator== (HT_Font_Descriptor const & fd) const
Access methods Note:
For further descriptions of these methods, see the similar methods of class
HT_Font.
bold, set_bold
Sets or indicates that the given font is bold.
charset, set_charset
Sets or indicates the character set.
flags, set_flags
Sets or indicates
the flags.
font_type, set_font_type
Sets or indicates the font type.
italic, set_italic
Sets or indicates that the given font is italicized.
name, set_name
Sets or indicates the name of the font.
panose1, set_panose1
Gets or sets the PANOSE structure for this font.
pitch_and_family, set_pitch_and_family
Sets or indicates the pitch and family.
size, set_size
Sets or indicates the size of the font, specified in
pixels.
underlined, set_underlined
Sets or indicates that the font can be underlined.
Constructor / Destructor
HT_Font_Descriptor
Creates an HT_Font_Descriptor
object.
~HT_Font_Descriptor
Destroys an HT_Font_Descriptor object.