Class
LasemDomView
[−]
Description
abstract class Lasem.DomView : GObject.Object
{
document: LsmDomDocument*,
font_description: PangoFontDescription*,
pango_layout: PangoLayout*,
measure_pango_layout: PangoLayout*,
cairo: cairo_t*,
is_vector: gboolean,
resolution_ppi: double,
viewport_pt: LsmBox
}
No description available.
[−]
Instance methods
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_set_document
Change the document attached to view
. The previously attached document is unreferenced.
[+]