# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CFontDescriptor Struct Reference

Descriptor of a character. More...

#include <font_generator.h>

Collaboration diagram for NL3D::CFontDescriptor:

Collaboration graph
[legend]
List of all members.

Public Methods

 CFontDescriptor (CFontGenerator *fg, ucchar c, uint32 sz)
 Constructor. More...

bool operator< (const CFontDescriptor& desc) const
 operator< used for ordering generated char. More...


Public Attributes

CFontGeneratorFontGen
ucchar C
uint32 Size

Detailed Description

Descriptor of a character.

Author(s):
Vianney Lecroart , Nevrax France
Date:
2000

Definition at line 90 of file font_generator.h.


Constructor & Destructor Documentation

NL3D::CFontDescriptor::CFontDescriptor ( CFontGenerator * fg,
ucchar c,
uint32 sz ) [inline]
 

Constructor.

Parameters:
fg   the font generator
c   the unicode char
sz   size of the font

Definition at line 101 of file font_generator.h.


Member Function Documentation

bool NL3D::CFontDescriptor::operator< ( const CFontDescriptor & desc ) const [inline]
 

operator< used for ordering generated char.

Definition at line 106 of file font_generator.h.


Member Data Documentation

ucchar NL3D::CFontDescriptor::C
 

Definition at line 93 of file font_generator.h.

CFontGenerator * NL3D::CFontDescriptor::FontGen
 

Definition at line 92 of file font_generator.h.

uint32 NL3D::CFontDescriptor::Size
 

Definition at line 94 of file font_generator.h.


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