import { type ParagraphBuilderFactory } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";
Methods
Make(style: ParagraphStyle, fontManager: SkFontMgr): ParagraphBuilder
Creates a ParagraphBuilder using the fonts available from the given font manager.
MakeFromFontProvider(style: ParagraphStyle, fontSrc: TypefaceFontProvider): ParagraphBuilder
Creates a ParagraphBuilder using the fonts available from the given font provider.