PangoRendererClass

Class structure for PangoRenderer. draw_glyphs () draws a PangoGlyphString draw_rectangle () draws a rectangle draw_error_underline () draws a squiggly line that approximately covers the given rectangle in the style of an underline used to indicate a spelling error. draw_shape () draw content for a glyph shaped with PangoAttrShape.

Members

Variables

begin
void function(PangoRenderer* renderer) begin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawErrorUnderline
void function(PangoRenderer* renderer, int x, int y, int width, int height) drawErrorUnderline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawGlyph
void function(PangoRenderer* renderer, PangoFont* font, PangoGlyph glyph, double x, double y) drawGlyph;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawGlyphItem
void function(PangoRenderer* renderer, char* text, PangoGlyphItem* glyphItem, int x, int y) drawGlyphItem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawGlyphs
void function(PangoRenderer* renderer, PangoFont* font, PangoGlyphString* glyphs, int x, int y) drawGlyphs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawRectangle
void function(PangoRenderer* renderer, PangoRenderPart part, int x, int y, int width, int height) drawRectangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawShape
void function(PangoRenderer* renderer, PangoAttrShape* attr, int x, int y) drawShape;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawTrapezoid
void function(PangoRenderer* renderer, PangoRenderPart part, double y1_, double x11, double x21, double y2, double x12, double x22) drawTrapezoid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
end
void function(PangoRenderer* renderer) end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
partChanged
void function(PangoRenderer* renderer, PangoRenderPart part) partChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prepareRun
void function(PangoRenderer* renderer, PangoLayoutRun* run) prepareRun;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta