![]() |
Ultralight C API 1.4.0
|
#include <Ultralight/CAPI/CAPI_FontLoader.h>
User-defined font loader interface.
You should implement each of these callbacks, then pass an instance of this struct containing your callbacks to ulPlatformSetFontLoader().
Public Attributes | |
| ULFontLoaderGetFallbackFont | get_fallback_font |
| ULFontLoaderGetFallbackFontForCharacters | get_fallback_font_for_characters |
| ULFontLoaderLoad | load |
| ULFontLoaderGetFallbackFont get_fallback_font |
| ULFontLoaderGetFallbackFontForCharacters get_fallback_font_for_characters |
| ULFontLoaderLoad load |