OpenTTD Source 20250911-master-gfe9093df96
|
FreeType font cache implementation. More...
#include "../stdafx.h"
#include "../debug.h"
#include "../fontcache.h"
#include "../blitter/factory.hpp"
#include "../zoom_func.h"
#include "../fileio_func.h"
#include "../error_func.h"
#include "../../os/unix/font_unix.h"
#include "truetypefontcache.h"
#include "../table/control_codes.h"
#include "../safeguards.h"
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <FT_GLYPH_H>
#include <FT_TRUETYPE_TABLES_H>
Go to the source code of this file.
Data Structures | |
class | FreeTypeFontCache |
Font cache for fonts that are based on a freetype font. More... | |
class | FreeTypeFontCacheFactory |
Variables | |
FT_Library | _ft_library = nullptr |
FreeType font cache implementation.
Definition in file freetypefontcache.cpp.
FT_Library _ft_library = nullptr |
Definition at line 209 of file freetypefontcache.cpp.