 class  AFont
  class  AFont  An abstract font class.
|   | AFont (const string* foundry, int name, int style, int size, bool scalable) Creates new font with the specified name, style and point size. | 
|  int | GetFamily () Gets the family name of the font. | 
|  int | GetStyle () Gets the style of the font. | 
|  int | GetSize () Gets the point size of the font. | 
|  bool | IsScalable () Is the font scalable. | 
|  const  string* | GetFoundry () | 
|  void | SetScalable (bool b) | 
|  bool | IsUnderlined () Is the font underlined. | 
|  void | SetUnderlined (bool b) Set/Unset font underlined option | 
|  double | GetFactor () The factor with which a scalable font is scaled. | 
|  void | SetFactor (double d) | 
|  bool | IsPlain () Returns true if the font is plain. | 
|  bool | IsBold () Returns true if the font is bold. | 
|  bool | IsItalic () Returns true if the font is italic. | 
An abstract font class.
 static  const  int  HELVETICA
 static  const  int  HELVETICA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 static  const  int  TIMESROMAN
 static  const  int  TIMESROMAN
 static  const  int  COURIER
 static  const  int  COURIER
 static  const  int  NEWCENTURYSCHLBK
 static  const  int  NEWCENTURYSCHLBK
 static  const  int  SYMBOL
 static  const  int  SYMBOL
 static  const  int  PLAIN
 static  const  int  PLAIN
 static  const  int  BOLD
 static  const  int  BOLD
 static  const  int  ITALIC
 static  const  int  ITALIC
 AFont(const string* foundry, int name, int style, int size, bool scalable)
  AFont(const string* foundry, int name, int style, int size, bool scalable)
 int  GetFamily()
 int  GetFamily()
 int  GetStyle()
 int  GetStyle()
 int  GetSize()
 int  GetSize()
 bool  IsScalable()
 bool  IsScalable()
 const  string*  GetFoundry()
 const  string*  GetFoundry()
 void  SetScalable(bool b)
 void  SetScalable(bool b)
 bool  IsUnderlined()
 bool  IsUnderlined()
 void  SetUnderlined(bool b)
 void  SetUnderlined(bool b)
 double  GetFactor()
 double  GetFactor()
 void  SetFactor(double d)
 void  SetFactor(double d)
 bool  IsPlain()
 bool  IsPlain()
alphabetic index hierarchy of classes
 
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de