c
Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.Font

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkFont
Struct : Font
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.Font ()
Create a new Gdk.Font
Create a new Gdk.Font
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.char_height (Font font, guint8 character) : gint32
Gdk
Method
Gdk.char_measure (Font font, guint8 character) : gint32
Gdk
Method
Gdk.char_width (Font font, guint8 character) : gint32
Gdk
Method
Gdk.char_width_wc (Font font, guint32 character) : gint32
Gdk
Method
Gdk.draw_string (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, String string) : none
Gdk
Method
Gdk.draw_text (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, String text, gint32 text_length) : none
Gdk
Method
Gdk.draw_text_wc (Drawable drawable, Font font, GC gc, gint32 x, gint32 y, guint32 text, gint32 text_length) : none
Gdk
Method
Gdk.font_from_description (FontDescription font_desc) : Gdk.Font
Gdk
Method
Gdk.font_from_description_for_display (Display display, FontDescription font_desc) : Gdk.Font
Gdk
Method
Gdk.font_load (String font_name) : Gdk.Font
Gdk
Method
Gdk.font_load_for_display (Display display, String font_name) : Gdk.Font
Gdk
Method
Gdk.fontset_load (String fontset_name) : Gdk.Font
Gdk
Method
Gdk.fontset_load_for_display (Display display, String fontset_name) : Gdk.Font
Gdk
Method
Gdk.string_extents (Font font, String string, gint32 lbearing, gint32 rbearing, gint32 width, gint32 ascent, gint32 descent) : none
Gdk
Method
Gdk.string_height (Font font, String string) : gint32
Gdk
Method
Gdk.string_measure (Font font, String string) : gint32
Gdk
Method
Gdk.string_width (Font font, String string) : gint32
Gdk
Method
Gdk.text_extents (Font font, String text, gint32 text_length, gint32 lbearing, gint32 rbearing, gint32 width, gint32 ascent, gint32 descent) : none
Gdk
Method
Gdk.text_extents_wc (Font font, guint32 text, gint32 text_length, gint32 lbearing, gint32 rbearing, gint32 width, gint32 ascent, gint32 descent) : none
Gdk
Method
Gdk.text_height (Font font, String text, gint32 text_length) : gint32
Gdk
Method
Gdk.text_measure (Font font, String text, gint32 text_length) : gint32
Gdk
Method
Gdk.text_width (Font font, String text, gint32 text_length) : gint32
Gdk
Method
Gdk.text_width_wc (Font font, guint32 text, gint32 text_length) : gint32
Gdk.GC
Method
set_font (Font font) : none
GdkX11
Method
GdkX11.x11_font_get_name (Font font) : String
Gtk.FontSelection
Property
font : Gdk.Font read only
Gtk.FontSelection
Method
get_font () : Gdk.Font
Gtk.FontSelectionDialog
Method
get_font () : Gdk.Font
Gtk.Style
Method
get_font () : Gdk.Font
Gtk.Style
Method
set_font (Font font) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:54 GMT+0800 (HKT)