GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Font Class Reference

#include <Pango.H>

Inheritance diagram for Font:
Inheritance graph
[legend]
Collaboration diagram for Font:
Collaboration graph
[legend]

Public Member Functions

 Font ()
 Empty constructor. More...
 
 Font (char *str)
 Construct a font description from a character array. More...
 
 Font (string str)
 Construct a font description from a string. More...
 
 ~Font (void)
 
PangoFontDescription * getPangoFontDescription (void)
 

Private Member Functions

void init ()
 

Private Attributes

PangoFontDescription * pangoFontDescription
 

Detailed Description

Type defines a font for Pango to use

For example : Pango pango << Font("Sans 12");

Definition at line 11 of file Pango.H.

Constructor & Destructor Documentation

Font::Font ( )
inline

Empty constructor.

Definition at line 18 of file Pango.H.

Here is the call graph for this function:

Font::Font ( char *  str)
inline

Construct a font description from a character array.

Definition at line 19 of file Pango.H.

Here is the call graph for this function:

Font::Font ( string  str)
inline

Construct a font description from a string.

Definition at line 20 of file Pango.H.

Here is the call graph for this function:

Font::~Font ( void  )
inline

Destruct the class.

Definition at line 25 of file Pango.H.

Member Function Documentation

PangoFontDescription* Font::getPangoFontDescription ( void  )
inline

Construct a PangoFontDescription * from the current contents of the inherited string

Definition at line 33 of file Pango.H.

Here is the caller graph for this function:

void Font::init ( void  )
inlineprivate

Common constructor initialisation

Definition at line 16 of file Pango.H.

Here is the caller graph for this function:

Member Data Documentation

PangoFontDescription* Font::pangoFontDescription
private

Definition at line 12 of file Pango.H.


The documentation for this class was generated from the following file: