# 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>

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:
Vianney Lecroart , Nevrax France
Date:
2000

Definition at line 104 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 115 of file font_generator.h.

References C, Size, ucchar, and uint32.

Referenced by operator<.


Member Function Documentation

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

operator< used for ordering generated char.

Definition at line 120 of file font_generator.h.

References C, CFontDescriptor, and Size.


Member Data Documentation

ucchar NL3D::CFontDescriptor::C
 

Definition at line 107 of file font_generator.h.

Referenced by CFontDescriptor, and operator<.

CFontGenerator* NL3D::CFontDescriptor::FontGen
 

Definition at line 106 of file font_generator.h.

uint32 NL3D::CFontDescriptor::Size
 

Definition at line 108 of file font_generator.h.

Referenced by CFontDescriptor, and operator<.


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