#include <Pango.H>
Type defines a font for Pango to use For example : Pango pango << Font("Sans 12"); 
- Examples: 
- ButtonsFontTest.C, MessageDialogTest.C, and PangoTest.C.
Definition at line 27 of file Pango.H.
◆ Font() [1/3]
Empty constructor. 
Definition at line 34 of file Pango.H.
 
 
◆ Font() [2/3]
  
  | 
        
          | Font::Font | ( | const char * | str | ) |  |  | inline | 
 
Construct a font description from a character array. 
Definition at line 35 of file Pango.H.
 
 
◆ Font() [3/3]
Construct a font description from a string. 
Definition at line 36 of file Pango.H.
 
 
◆ ~Font()
Destruct the class. 
Definition at line 41 of file Pango.H.
 
 
◆ getPangoFontDescription()
  
  | 
        
          | PangoFontDescription* Font::getPangoFontDescription | ( | void |  | ) |  |  | inline | 
 
Construct a PangoFontDescription * from the current contents of the inherited string 
- Examples: 
- ButtonsFontTest.C.
Definition at line 49 of file Pango.H.
 
 
◆ init()
Common constructor initialisation 
Definition at line 32 of file Pango.H.
 
 
◆ pangoFontDescription
  
  | 
        
          | PangoFontDescription* Font::pangoFontDescription |  | private | 
 
 
The documentation for this class was generated from the following file: