Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Font style hints which influence the matcher


Enumerations

enum  FXFontHint {
  FONTPITCH_DEFAULT = 0,
  FONTPITCH_FIXED = 1,
  FONTPITCH_VARIABLE = 2,
  FONTHINT_DONTCARE = 0,
  FONTHINT_DECORATIVE = 4,
  FONTHINT_MODERN = 8,
  FONTHINT_ROMAN = 16,
  FONTHINT_SCRIPT = 32,
  FONTHINT_SWISS = 64,
  FONTHINT_SYSTEM = 128,
  FONTHINT_X11 = 256,
  FONTHINT_SCALABLE = 512,
  FONTHINT_POLYMORPHIC = 1024
}
 Font style hints which influence the matcher. More...


Enumeration Type Documentation

enum FX::FXFontHint
 

Enumeration values:
FONTPITCH_DEFAULT  Default pitch.
FONTPITCH_FIXED  Fixed pitch, mono-spaced.
FONTPITCH_VARIABLE  Variable pitch, proportional spacing.
FONTHINT_DONTCARE  Don't care which font.
FONTHINT_DECORATIVE  Fancy fonts.
FONTHINT_MODERN  Monospace typewriter font.
FONTHINT_ROMAN  Variable width times-like font, serif.
FONTHINT_SCRIPT  Script or cursive.
FONTHINT_SWISS  Helvetica/swiss type font, sans-serif.
FONTHINT_SYSTEM  System font.
FONTHINT_X11  X11 Font string.
FONTHINT_SCALABLE  Scalable fonts.
FONTHINT_POLYMORPHIC  Polymorphic fonts.