Skip to content

Pango.RendererClass

record (struct)

Class structure for PangoRenderer.

The following vfuncs take user space coordinates in Pango units and have default implementations: - draw_glyphs - draw_rectangle - draw_error_underline - draw_shape - draw_glyph_item

The default draw_shape implementation draws nothing.

The following vfuncs take device space coordinates as doubles and must be implemented: - draw_trapezoid - draw_glyph

Properties

parent_class

parent_class: GObject.ObjectClass  # read/write

draw_glyphs

draw_glyphs: Any  # read/write

draw_rectangle

draw_rectangle: Any  # read/write

draw_error_underline

draw_error_underline: Any  # read/write

draw_shape

draw_shape: Any  # read/write

draw_trapezoid

draw_trapezoid: Any  # read/write

draw_glyph

draw_glyph: Any  # read/write

part_changed

part_changed: Any  # read/write

begin

begin: Any  # read/write

end

end: Any  # read/write

prepare_run

prepare_run: Any  # read/write

draw_glyph_item

draw_glyph_item: Any  # read/write