Set Preferred Font (SetPriorityFont)
AndroidiOSWindows
Set the preferred font for the LI PASS interface before opening the LI PASS interface.
Function Definition
public static void SetPriorityFont(Font font);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| font | Font | Preferred Font |
Code Sample
Font _font = Resources.Load<Font>("emm.ttf");
LevelInfinite.SetPriorityFont(_font);