import { type TextBlobFactory } from "https://deno.land/x/canvas@v1.3.0/src/canvas.ts";
See SkTextBlob.h for more details.
Methods
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.
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.
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.