summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs24
1 files changed, 24 insertions, 0 deletions
diff --git a/pango.defs b/pango.defs
index 23950c8e..6e4af5a9 100644
--- a/pango.defs
+++ b/pango.defs
@@ -826,6 +826,30 @@
(return-type "int")
)
+(define-method get_strikethrough_position
+ (of-object "PangoFontMetrics")
+ (c-name "pango_font_metrics_get_strikethrough_position")
+ (return-type "int")
+)
+
+(define-method get_strikethrough_thickness
+ (of-object "PangoFontMetrics")
+ (c-name "pango_font_metrics_get_strikethrough_thickness")
+ (return-type "int")
+)
+
+(define-method get_underline_position
+ (of-object "PangoFontMetrics")
+ (c-name "pango_font_metrics_get_underline_position")
+ (return-type "int")
+)
+
+(define-method get_underline_thickness
+ (of-object "PangoFontMetrics")
+ (c-name "pango_font_metrics_get_underline_thickness")
+ (return-type "int")
+)
+
; (define-function pango_font_metrics_new
; (c-name "pango_font_metrics_new")
; (is-constructor-of "PangoFontMetrics")