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

font_generator.cpp File Reference

CFontGenerator class. +More... +

+#include "std3d.h"
+#include <string>
+#include "nel/misc/types_nl.h"
+#include "nel/misc/debug.h"
+#include "nel/misc/common.h"
+#include "3d/font_generator.h"
+#include <freetype/freetype.h>
+#include <freetype/fterrors.h>
+ +

+Go to the source code of this file. + + + + + + + + + + + +

Namespaces

namespace  NL3D

Defines

#define FT_ERRORDEF(e, v, s)   { e, s },
#define FT_ERROR_START_LIST   {
#define FT_ERROR_END_LIST   { 0, 0 } };

Variables

struct {
   int   err_code
   const char *   err_msg
ft_errors []
+


Detailed Description

+CFontGenerator class. +

+

+Id:
+ font_generator.cpp,v 1.16 2002/02/28 12:59:49 besson Exp
+

+ +

+Definition in file font_generator.cpp.


Define Documentation

+

+ + + + +
+ + +
#define FT_ERROR_END_LIST   { 0, 0 } }; +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file font_generator.cpp.

+

+ + + + +
+ + +
#define FT_ERROR_START_LIST   { +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file font_generator.cpp.

+

+ + + + +
+ + + + + + + + + + + + + +
#define FT_ERRORDEFe,
v,
s      { e, s }, +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file font_generator.cpp.

+


Variable Documentation

+

+ + + + +
+ + +
int err_code +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file font_generator.cpp.

+

+ + + + +
+ + +
const char* err_msg +
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file font_generator.cpp.

+

+ + + + +
+ + +
const { ... } ft_errors[] +
+
+ + + + + +
+   + + +

+ +

+Referenced by NL3D::CFontGenerator::getFT2Error.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1