Font.textExtentsWc

Warning gdk_text_extents_wc is deprecated and should not be used in newly-written code. Gets the metrics of a string of wide characters.

class Font
void
textExtentsWc
(,
out int lbearing
,
out int rbearing
,
out int width
,
out int ascent
,
out int descent
)

Parameters

text GdkWChar[]

the text to measure.

lbearing int

the left bearing of the string.

rbearing int

the right bearing of the string.

width int

the width of the string.

ascent int

the ascent of the string.

descent int

the descent of the string.

Meta