| Parameter | Description |
|---|---|
| text | String containing the characters to check. |
| missingCharacters | List of missing characters. |
Function to check if certain characters exists in the font asset. Function returns a list of missing characters.
| Parameter | Description |
|---|---|
| text | String containing the characters to check. |
| missingCharacters | Array containing the unicode values of the missing characters. |
| searchFallbacks | Determines if fallback font assets assigned to this font asset should be searched. |
bool Returns true if all requested characters are available in the font asset and potential fallbacks.
Function to check if the characters in the given string are contained in the font asset with the option to also check its potential local fallbacks.
| Parameter | Description |
|---|---|
| text | String containing the characters to check |
Function to check if certain characters exists in the font asset. Function returns false if any characters are missing.