8#ifndef ULTRALIGHT_CAPI_FONTLOADER_H
9#define ULTRALIGHT_CAPI_FONTLOADER_H
struct C_FontFile * ULFontFile
Definition CAPI_Defines.h:64
struct C_String * ULString
Definition CAPI_Defines.h:54
ULFontFile(* ULFontLoaderLoad)(ULString family, int weight, bool italic)
Get the actual font file data (TTF/OTF) for a given font description.
Definition CAPI_FontLoader.h:61
ULString(* ULFontLoaderGetFallbackFont)()
Fallback font family name.
Definition CAPI_FontLoader.h:30
ULString(* ULFontLoaderGetFallbackFontForCharacters)(ULString characters, int weight, bool italic)
Fallback font family name that can render the specified characters.
Definition CAPI_FontLoader.h:45
Definition CAPI_FontLoader.h:63
ULFontLoaderLoad load
Definition CAPI_FontLoader.h:66
ULFontLoaderGetFallbackFontForCharacters get_fallback_font_for_characters
Definition CAPI_FontLoader.h:65
ULFontLoaderGetFallbackFont get_fallback_font
Definition CAPI_FontLoader.h:64