System::Drawing::Text Namespace Reference

Classes

class  FontCollection
 
class  InstalledFontCollection
 
class  PrivateFontCollection
 

Enumerations

enum  GenericFontFamilies { GenericFontFamilies::Serif, GenericFontFamilies::SansSerif, GenericFontFamilies::Monospace }
 Represents a generic font family. More...
 
enum  HotkeyPrefix { HotkeyPrefix::None = 0, HotkeyPrefix::Show = 1, HotkeyPrefix::Hide = 2 }
 Specifies the type of display for hot-key prefixes that relate to text. More...
 
enum  TextRenderingHint {
  TextRenderingHint::SystemDefault = 0, TextRenderingHint::SingleBitPerPixelGridFit, TextRenderingHint::SingleBitPerPixel, TextRenderingHint::AntiAliasGridFit,
  TextRenderingHint::AntiAlias, TextRenderingHint::ClearTypeGridFit
}
 Specifies the quality of text rendering. More...
 

Enumeration Type Documentation

◆ GenericFontFamilies

Represents a generic font family.

Enumerator
Serif 

Serif font family.

SansSerif 

Sans Serif font family.

Monospace 

Monospace font family.

◆ HotkeyPrefix

Specifies the type of display for hot-key prefixes that relate to text.

Enumerator
None 

No hot-key prefix.

Show 

Tthe hot-key prefix is displayed.

Hide 

◆ TextRenderingHint

Specifies the quality of text rendering.

Enumerator
SystemDefault 

Glyph with system default rendering hint.

SingleBitPerPixelGridFit 

Glyph bitmap with hinting.

SingleBitPerPixel 

Glyph bitmap without hinting.

AntiAliasGridFit 

Anti-aliasing with hinting.

AntiAlias 

Glyph anti-alias bitmap without hinting.

ClearTypeGridFit 

Glyph CT bitmap with hinting.