Font.charWidthWc

Warning gdk_char_width_wc is deprecated and should not be used in newly-written code. Determines the width of a given wide character. (Encoded in the wide-character encoding of the current locale).

class Font
int
charWidthWc

Parameters

character GdkWChar

the character to measure.

Return Value

Type: int

the width of the character in pixels.

Meta