GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gfont Class Reference

#include <Gfont.h>

Inheritance diagram for Gfont:

Gobject List of all members.

Public Methods

 Gfont (Gstring fontname)
 Gfont (Gfont &f)
 ~Gfont ()
GdkFont* GetFont ()

Detailed Description

This class represent a font object used in text or graphics. the name of the fonts of the system can be obtained with the command xlsfonts on Linux systems.
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

Gfont::Gfont ( Gstring fontname )
 

A font created with the name of the font.

Gfont::Gfont ( Gfont & f )
 

Copy constructor. Warning: copied font point to the same gdk structure !!


Member Function Documentation

GdkFont * Gfont::GetFont ( )
 

Return the gdk font. used internally


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

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002