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

Font style hints which influence the matcher


Enumerations

enum  FX::FXFontHint {
  FX::FONTPITCH_DEFAULT = 0,
  FX::FONTPITCH_FIXED = 1,
  FX::FONTPITCH_VARIABLE = 2,
  FX::FONTHINT_DONTCARE = 0,
  FX::FONTHINT_DECORATIVE = 4,
  FX::FONTHINT_MODERN = 8,
  FX::FONTHINT_ROMAN = 16,
  FX::FONTHINT_SCRIPT = 32,
  FX::FONTHINT_SWISS = 64,
  FX::FONTHINT_SYSTEM = 128,
  FX::FONTHINT_X11 = 256,
  FX::FONTHINT_SCALABLE = 512,
  FX::FONTHINT_POLYMORPHIC = 1024
}

Enumeration Type Documentation

enum FX::FXFontHint
 

Font style hints which influence the matcher.

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.

Copyright © 1997-2004 Jeroen van der Zijp