Loading...
Searching...
No Matches
ULFontLoader

#include <Ultralight/CAPI/CAPI_FontLoader.h>

Overview

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
 

Member Data Documentation

◆ get_fallback_font

ULFontLoaderGetFallbackFont get_fallback_font

◆ get_fallback_font_for_characters

ULFontLoaderGetFallbackFontForCharacters get_fallback_font_for_characters

◆ load


The documentation for this struct was generated from the following file: