|
OpenTTD Source 20251116-master-g21329071df
|
Functions related to font handling on MacOS. More...
#include "../../stdafx.h"#include "../../debug.h"#include "font_osx.h"#include "../../core/math_func.hpp"#include "../../blitter/factory.hpp"#include "../../error_func.h"#include "../../fileio_func.h"#include "../../string_func.h"#include "../../strings_func.h"#include "../../zoom_func.h"#include "macos.h"#include "../../table/control_codes.h"#include "../../safeguards.h"Go to the source code of this file.
Data Structures | |
| class | CoreTextFontCacheFactory |
Functions related to font handling on MacOS.
Definition in file font_osx.cpp.