Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIFont.h"
#include "utils/ColorUtils.h"
#include "utils/Geometry.h"
#include <memory>
#include <stdint.h>
#include <string>
#include <vector>
#include <ft2build.h>
#include <harfbuzz/hb.h>
#include "GUIFontCache.h"
Classes | |
struct | SVertex |
class | CGUIFontTTF |
struct | CGUIFontTTF::Glyph |
struct | CGUIFontTTF::Character |
struct | CGUIFontTTF::RunInfo |
struct | CGUIFontTTF::CTranslatedVertices |
Typedefs | |
typedef struct FT_FaceRec_ * | FT_Face |
typedef struct FT_LibraryRec_ * | FT_Library |
typedef struct FT_GlyphSlotRec_ * | FT_GlyphSlot |
typedef struct FT_BitmapGlyphRec_ * | FT_BitmapGlyph |
typedef struct FT_StrokerRec_ * | FT_Stroker |
typedef std::vector< character_t > | vecText |
typedef struct FT_BitmapGlyphRec_* FT_BitmapGlyph |
typedef struct FT_FaceRec_* FT_Face |
typedef struct FT_GlyphSlotRec_* FT_GlyphSlot |
typedef struct FT_LibraryRec_* FT_Library |
typedef struct FT_StrokerRec_* FT_Stroker |
typedef std::vector<character_t> vecText |