Font.Find
static Font Find(string fontId)
Searches the asset list for a font with the given Id, returning null if none is found.
string fontId | Id of the font you’re looking for. |
RETURNS: Font | An existing font asset, or null if none is found. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!