textlayout_TextAlign

class textlayout_TextAlign

Members:

kLeft

kRight

kCenter

kJustify

kStart

kEnd

Methods

__init__

Attributes

kCenter

kEnd

kJustify

kLeft

kRight

kStart

name

value

Methods

textlayout_TextAlign.__init__(self: skia.textlayout_TextAlign, value: int) None

Attributes

textlayout_TextAlign.kCenter = <textlayout_TextAlign.kCenter: 2>
textlayout_TextAlign.kEnd = <textlayout_TextAlign.kEnd: 5>
textlayout_TextAlign.kJustify = <textlayout_TextAlign.kJustify: 3>
textlayout_TextAlign.kLeft = <textlayout_TextAlign.kLeft: 0>
textlayout_TextAlign.kRight = <textlayout_TextAlign.kRight: 1>
textlayout_TextAlign.kStart = <textlayout_TextAlign.kStart: 4>
textlayout_TextAlign.name
textlayout_TextAlign.value