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 [] |
|
|
Definition at line 55 of file font_generator.cpp. |
|
|
Definition at line 54 of file font_generator.cpp. |
|
|
Definition at line 53 of file font_generator.cpp. |
|
|
Definition at line 59 of file font_generator.cpp. |
|
|
Definition at line 60 of file font_generator.cpp. |
|
|
Referenced by NL3D::CFontGenerator::getFT2Error(). |
1.3.6