From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/structNL3D_1_1CFontDescriptor.html | 279 +++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CFontDescriptor.html (limited to 'docs/doxygen/nel/structNL3D_1_1CFontDescriptor.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CFontDescriptor.html b/docs/doxygen/nel/structNL3D_1_1CFontDescriptor.html new file mode 100644 index 00000000..c88ca812 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CFontDescriptor.html @@ -0,0 +1,279 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1