Class

TalkatuHtmlPangoRenderer

Description

final class Talkatu.HtmlPangoRenderer : Talkatu.HtmlRenderer {
  /* No available fields */
}
No description available.

Constructors

talkatu_html_pango_renderer_new
No description available.

Instance methods

talkatu_html_pango_renderer_get_string
No description available.

Methods inherited from TalkatuHtmlRenderer (2)
talkatu_html_renderer_render

Renders the given html calling the TalkatuHtmlRendererClass functions as necessary.

talkatu_html_renderer_reset

Resets renderer back to a clean state so that it can render new HTML.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct TalkatuHtmlPangoRendererClass {
  TalkatuHtmlRendererClass parent_class;
  
}
No description available.
Class members
parent_class: TalkatuHtmlRendererClass
No description available.