anonymous enum

Font style hints.

Enumerator:
Decorative 
Modern  Fancy fonts.
Roman  Monospace typewriter font.
Script  Variable width times-like font, serif.
Swiss  Script or cursive.
System  Helvetica/swiss type font, sans-serif.
X11  System font.
Scalable  Raw X11 font string.
Polymorphic  Scalable fonts.
Rotatable  Polymorphic fonts, e.g. parametric weight, slant, etc.

Definition at line 173 of file FXFont.h.

00173        {
00174     Decorative     = 4,         
00175     Modern         = 8,         
00176     Roman          = 16,        
00177     Script         = 32,        
00178     Swiss          = 64,        
00179     System         = 128,       
00180     X11            = 256,       
00181     Scalable       = 512,       
00182     Polymorphic    = 1024,      
00183     Rotatable      = 2048       
00184     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:33:54 2009 for TnFOX by doxygen v1.4.7