pango.layout

Members

Aliases

LayoutRun
alias LayoutRun = GlyphItem

PangoLayoutRun:

Enums

Alignment
enum Alignment

PangoAlignment: @PANGO_ALIGN_LEFT: Put all available space on the right @PANGO_ALIGN_CENTER: Center the line within the available space @PANGO_ALIGN_RIGHT: Put all available space on the left

EllipsizeMode
enum EllipsizeMode

PangoEllipsizeMode: @PANGO_ELLIPSIZE_NONE: No ellipsization @PANGO_ELLIPSIZE_START: Omit characters at the start of the text @PANGO_ELLIPSIZE_MIDDLE: Omit characters in the middle of the text @PANGO_ELLIPSIZE_END: Omit characters at the end of the text

WrapMode
enum WrapMode

PangoWrapMode: @PANGO_WRAP_WORD: wrap lines at word boundaries. @PANGO_WRAP_CHAR: wrap lines at character boundaries. @PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

Structs

LayoutLine
struct LayoutLine

PangoLayoutLine: @start_index: start of line as byte index into layout->text @length: length of line in bytes @is_paragraph_start: #TRUE if this is the first line of the paragraph @resolved_dir: #Resolved PangoDirection of line * The #PangoLayoutLine structure represents one of the lines resulting from laying out a paragraph via #PangoLayout. #PangoLayoutLine structures are obtained by calling pango_layout_get_line() and are only valid until the text, attributes, or settings of the parent #PangoLayout are modified. * Routines for rendering PangoLayout objects are provided in code specific to each rendering system.

Meta