Class

LasemMathmlView

Description

class Lasem.MathmlView : Lasem.DomView {
  dom_view: LsmDomView
}
No description available.

Ancestors

Constructors

lsm_mathml_view_new
No description available.

Instance methods

lsm_mathml_view_draw_root
No description available.
lsm_mathml_view_get_font_metrics
No description available.
lsm_mathml_view_get_operator_slant
No description available.
lsm_mathml_view_measure_axis_offset
No description available.
lsm_mathml_view_measure_notation
No description available.
lsm_mathml_view_measure_operator
No description available.
lsm_mathml_view_measure_radical
No description available.
lsm_mathml_view_measure_text
No description available.
lsm_mathml_view_show_background
No description available.
lsm_mathml_view_show_bbox
No description available.
lsm_mathml_view_show_fraction_line
No description available.
lsm_mathml_view_show_line
No description available.
lsm_mathml_view_show_notation
No description available.
lsm_mathml_view_show_operator
No description available.
lsm_mathml_view_show_radical
No description available.
lsm_mathml_view_show_rectangle
No description available.
lsm_mathml_view_show_text
No description available.
Methods inherited from LsmDomView (11)
lsm_dom_view_get_resolution
No description available.
lsm_dom_view_get_size

Get the view size and baseline. Baseline is for use of view inside bloc of text.

lsm_dom_view_get_size_pixels

Get the view size and baseline. Baseline is for use of view inside bloc of text.

lsm_dom_view_get_viewport
No description available.
lsm_dom_view_get_viewport_pixels
No description available.
lsm_dom_view_render

Render view in the cairo context.

lsm_dom_view_set_debug

Configure feature debug.

lsm_dom_view_set_document

Change the document attached to view. The previously attached document is unreferenced.

lsm_dom_view_set_resolution

Set the view resolution, in pixel per inch.

lsm_dom_view_set_viewport

Set the viewport size.

lsm_dom_view_set_viewport_pixels

Set the viewport size.

Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject.Object::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 LasemMathmlViewClass {
  LsmDomViewClass dom_view_class;
  
}
No description available.
Class members
dom_view_class: LsmDomViewClass
No description available.