Method HasCharacter
HasCharacter(int)
Function to check if a certain character exists in the font asset.
Declaration
public bool HasCharacter(int character)
Parameters
Type |
Name |
Description |
int |
character |
|
Returns
HasCharacter(char, bool, bool)
Function to check if a character is contained in the font asset with the option to also check through fallback font assets.
Declaration
public bool HasCharacter(char character, bool searchFallbacks = false, bool tryAddCharacter = false)
Parameters
Type |
Name |
Description |
char |
character |
|
bool |
searchFallbacks |
|
bool |
tryAddCharacter |
|
Returns