OpenTTD Source  20241121-master-g67a0fccfad
font_osx.h File Reference

Functions related to font handling on MacOS. More...

#include "../../fontcache/truetypefontcache.h"
#include "os/macosx/macos.h"
#include <CoreFoundation/CoreFoundation.h>

Go to the source code of this file.

Data Structures

class  CoreTextFontCache
 

Functions

void LoadCoreTextFont (FontSize fs)
 Loads the TrueType font. More...
 

Detailed Description

Functions related to font handling on MacOS.

Definition in file font_osx.h.

Function Documentation

◆ LoadCoreTextFont()

void LoadCoreTextFont ( FontSize  fs)

Loads the TrueType font.

If a CoreText font description is present, e.g. from the automatic font fallback search, use it. Otherwise, try to resolve it by font name.

Parameters
fsThe font size to load.

Definition at line 329 of file font_osx.cpp.

References GetFontCacheFontName(), GetFontCacheSubSetting(), MacOSVersionIsAtLeast(), and settings.