Return the typeface family name.
Retrieves the glyph ids for each code point in the provided string. Note that glyph IDs are typeface-dependent; different faces may have different ids for the same code point.
OptionalnumCodePoints: numberthe number of code points in the string. Defaults to str.length.
Optionaloutput: GlyphIDArrayif provided, the results will be copied into this array.
Returns all variation axes supported by this typeface as an array of VariationAxis objects. Returns an empty array for non-variable fonts.
Returns a new typeface with the specified variation axes applied. Any axis not listed keeps its default value; unknown axes are ignored. Returns null if the typeface could not be cloned with the new settings.
array of { axis: 4-char tag string, value: number }
See SkTypeface.h for more on this class. The objects are opaque.