summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--fake_packages/Pango/Cairo.pm35
2 files changed, 38 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98bdb88..723ac42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- fake packages:
+ o add fake packages for Pango::Cairo
+
Version 1.2.32 - 4 November 2016, by Thierry Vignaud
- fake packages:
diff --git a/fake_packages/Pango/Cairo.pm b/fake_packages/Pango/Cairo.pm
new file mode 100644
index 0000000..e17c8a6
--- /dev/null
+++ b/fake_packages/Pango/Cairo.pm
@@ -0,0 +1,35 @@
+package Pango::Cairo;
+sub context_get_font_options { }
+sub context_get_resolution { }
+sub context_set_font_options { }
+sub context_set_resolution { }
+sub context_set_shape_renderer { }
+sub create_context { }
+sub create_layout { }
+sub error_underline_path { }
+sub font_map_get_default { }
+sub font_map_new { }
+sub font_map_new_for_font_type { }
+sub glyph_string_path { }
+sub layout_line_path { }
+sub layout_path { }
+sub show_error_underline { }
+sub show_glyph_item { }
+sub show_glyph_string { }
+sub show_layout { }
+sub show_layout_line { }
+sub update_context { }
+sub update_layout { }
+
+package Pango::Cairo::Font;
+sub get_scaled_font { }
+
+package Pango::Cairo::FontMap;
+sub get_default { }
+sub get_font_type { }
+sub get_resolution { }
+sub new { }
+sub new_for_font_type { }
+sub set_default { }
+sub set_resolution { }
+