| Parameter | Description |
|---|---|
| unicodes | Array that contains the characters to add to the font asset. |
bool Returns true if all the characters were successfully added to the font asset. Return false otherwise.
Try adding the characters from the provided string to the font asset.
| Parameter | Description |
|---|---|
| unicodes | Array that contains the characters to add to the font asset. |
| missingUnicodes | Array containing the characters that could not be added to the font asset. |
bool Returns true if all the characters were successfully added to the font asset. Return false otherwise.
Try adding the characters from the provided string to the font asset.
| Parameter | Description |
|---|---|
| characters | String containing the characters to add to the font asset. |
bool Returns true if all the characters were successfully added to the font asset. Return false otherwise.
Try adding the characters from the provided string to the font asset.
| Parameter | Description |
|---|---|
| characters | String containing the characters to add to the font asset. |
| missingCharacters | String containing the characters that could not be added to the font asset. |
bool Returns true if all the characters were successfully added to the font asset. Return false otherwise.
Try adding the characters from the provided string to the font asset.