textlayout_ParagraphBuilder

class textlayout_ParagraphBuilder

Methods

Build

__init__

addText

make

pop

pushStyle

Methods

textlayout_ParagraphBuilder.Build(self: skia.textlayout_ParagraphBuilder) skia.textlayout_Paragraph
textlayout_ParagraphBuilder.__init__(self: skia.textlayout_ParagraphBuilder, style: skia.textlayout_ParagraphStyle, fontCollection: skia.textlayout_FontCollection, unicode: skia.Unicode) None
textlayout_ParagraphBuilder.addText(self: skia.textlayout_ParagraphBuilder, text: str) None
static textlayout_ParagraphBuilder.make(style: skia.textlayout_ParagraphStyle, fontCollection: skia.textlayout_FontCollection, unicode: skia.Unicode) skia.textlayout_ParagraphBuilder
textlayout_ParagraphBuilder.pop(self: skia.textlayout_ParagraphBuilder) None
textlayout_ParagraphBuilder.pushStyle(self: skia.textlayout_ParagraphBuilder, style: skia.textlayout_TextStyle) None