[]
Converts a ScriptCode value to the corresponding FontSubSet.ScriptTag.
public static FontSubSet.ScriptTag ScriptCodeToTag(ScriptCode scriptCode, bool useOldTags = false)
| Type | Name | Description |
|---|---|---|
| ScriptCode | scriptCode | A ScriptCode value to convert. |
| bool | useOldTags | Indicates whether the following scripts should be converted to old tags: Bengali, Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Myanmar, Odia, Tamil, Telugu. |
| Type | Description |
|---|---|
| FontSubSet.ScriptTag | The converted FontSubSet.ScriptTag value. |