![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/freetype/fx_freetype.h"
#include <stdint.h>
#include "core/fxcrt/compiler_specific.h"
#include "core/fxge/cfx_fontmgr.h"
#include "core/fxge/cfx_gemodule.h"
#include "third_party/freetype/include/pstables.h"
Go to the source code of this file.
Macros | |
#define | DEFINE_PS_TABLES |
Functions | |
int | FXFT_unicode_from_adobe_name (const char *glyph_name) |
void | FXFT_adobe_name_from_unicode (pdfium::span< char > name_buf, wchar_t unicode) |
#define DEFINE_PS_TABLES |
Definition at line 15 of file fx_freetype.cpp.
void FXFT_adobe_name_from_unicode | ( | pdfium::span< char > | name_buf, |
wchar_t | unicode ) |
Definition at line 216 of file fx_freetype.cpp.
int FXFT_unicode_from_adobe_name | ( | const char * | glyph_name | ) |
Definition at line 108 of file fx_freetype.cpp.
Referenced by UnicodeFromAdobeName().