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/a04297.html | 211 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 docs/doxygen/nel/a04297.html (limited to 'docs/doxygen/nel/a04297.html') diff --git a/docs/doxygen/nel/a04297.html b/docs/doxygen/nel/a04297.html new file mode 100644 index 00000000..f81ea254 --- /dev/null +++ b/docs/doxygen/nel/a04297.html @@ -0,0 +1,211 @@ + + +NeL: font_generator.cpp File Reference + + + +
+

font_generator.cpp File Reference


Detailed Description

+CFontGenerator class

+

Id
font_generator.cpp,v 1.21 2004/01/13 18:10:32 besson Exp
+ +

+Definition in file font_generator.cpp. +

+#include "std3d.h"
+#include <string>
+#include "nel/misc/types_nl.h"
+#include "nel/misc/debug.h"
+#include "nel/misc/common.h"
+#include "nel/misc/path.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_ERROR_END_LIST   { 0, 0 } };
#define FT_ERROR_START_LIST   {
#define FT_ERRORDEF(e, v, s)   { e, s },

Variables

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


Define Documentation

+

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

+ +

+Definition at line 55 of file font_generator.cpp.

+

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

+ +

+Definition at line 54 of file font_generator.cpp.

+

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

+ +

+Definition at line 53 of file font_generator.cpp.

+


Variable Documentation

+

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

+ +

+Definition at line 59 of file font_generator.cpp.

+

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

+ +

+Definition at line 60 of file font_generator.cpp.

+

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

+ +

+Referenced by NL3D::CFontGenerator::getFT2Error().

+


Generated on Tue Mar 16 06:42:34 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1