textlayout_ParagraphBuilder

class textlayout_ParagraphBuilder

Methods

Build

Build(self: skia.textlayout_ParagraphBuilder) -> skia.textlayout_Paragraph

__init__

__init__(self: skia.textlayout_ParagraphBuilder, style: skia.textlayout_ParagraphStyle, fontCollection: skia.textlayout_FontCollection, unicode: skia.Unicode) -> None

addText

addText(self: skia.textlayout_ParagraphBuilder, text: str) -> None

make

make(style: skia.textlayout_ParagraphStyle, fontCollection: skia.textlayout_FontCollection, unicode: skia.Unicode) -> skia.textlayout_ParagraphBuilder

pop

pop(self: skia.textlayout_ParagraphBuilder) -> None

pushStyle

pushStyle(self: skia.textlayout_ParagraphBuilder, style: skia.textlayout_TextStyle) -> None

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