SourceGutterRendererText.measureMarkup

Measures the pango markup provided using the pango layout used by the #GtkSourceGutterRendererText.

class SourceGutterRendererText
void
measureMarkup
(
string markup
,
out int width
,
out int height
)

Parameters

markup string

the pango markup to measure

width int

The width of the text in pixels

height int

The height of the text in pixels

Meta