Return a TextBlob with a single run of text.
It does not perform typeface fallback for characters not found in the Typeface. It does not perform kerning or other complex shaping; glyphs are positioned based on their default advances.
if using Malloc'd array, be sure to use CanvasKit.MallocGlyphIDs().
Returns a TextBlob built from a single run of text with rotation, scale, and translations.
It uses the default character-to-glyph mapping from the typeface in the font.
Returns a TextBlob built from a single run of text with rotation, scale, and translations.
if using Malloc'd array, be sure to use CanvasKit.MallocGlyphIDs().
Return a TextBlob with a single run of text.
It uses the default character-to-glyph mapping from the typeface in the font. It does not perform typeface fallback for characters not found in the Typeface. It does not perform kerning or other complex shaping; glyphs are positioned based on their default advances.
See SkTextBlob.h for more details.