import { type SkTextBlobFactory } from "https://deno.land/x/canvaseno@v1.0.2/mod.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 SkTypeface. 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 SkTypeface. It does not perform kerning or other complex shaping; glyphs are positioned based on their default advances.
Returns a TextBlob that has the glyphs following the contours of the given path.
It is a convenience wrapper around MakeFromRSXform and SkContourMeasureIter.