#include <windows.h>#include "ut_Win32OS.h"#include "gr_Win32CharWidths.h"#include "gr_Graphics.h"#include "ut_debugmsg.h"#include "ut_OverstrikingChars.h"#include "ut_vector.h"#include "ut_endian.h"Defines | |
| #define | MAKE_TT_TABLE_NAME(c1, c2, c3, c4) (((UT_uint32)c4) << 24 | ((UT_uint32)c3) << 16 | ((UT_uint32)c2) << 8 | ((UT_uint32)c1)) |
| #define | CMAP (MAKE_TT_TABLE_NAME('c','m','a','p')) |
| #define | DO_BE2LE(x) |
| #define | DO_BE2LE32(x) |
| #define CMAP (MAKE_TT_TABLE_NAME('c','m','a','p')) |
Referenced by GR_Win32CharWidths::_retrieveFontInfo().
| #define DO_BE2LE | ( | x | ) |
Referenced by GR_Win32CharWidths::_retrieveFontInfo().
| #define DO_BE2LE32 | ( | x | ) |
Referenced by GR_Win32CharWidths::_retrieveFontInfo().
1.7.1