SetPriorityFont
AndroidiOSWindows
Set preferred fonts for the LI PASS UI, to be called before opening the LI PASS UI.
Function definition
public static void SetPriorityFont(Font font);
Input parameters
Parameter | Type | Description |
---|---|---|
font | Font | Preferred font |
Code sample
Font _font = Resources.Load<Font>("emm.ttf");
LevelInfiniteAPI.SetPriorityFont(_font);