Skip to main content

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

ParametersTypeExplanation
fontFontPreferred Font

Code Sample

Font _font = Resources.Load<Font>("emm.ttf");
LevelInfinite.SetPriorityFont(_font);