initial import
This commit is contained in:
15
pangox-compat/disable-shaper.patch
Normal file
15
pangox-compat/disable-shaper.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- pangox-compat/pangox.c.orig 2020-05-04 18:31:53.421197064 -0400
|
||||
+++ pangox-compat/pangox.c 2020-05-04 18:32:41.251146923 -0400
|
||||
@@ -277,11 +277,11 @@ pango_x_font_class_init (PangoXFontClass
|
||||
object_class->finalize = pango_x_font_finalize;
|
||||
object_class->dispose = pango_x_font_dispose;
|
||||
|
||||
font_class->describe = pango_x_font_describe;
|
||||
font_class->get_coverage = pango_x_font_get_coverage;
|
||||
- font_class->find_shaper = pango_x_font_find_shaper;
|
||||
+ /* font_class->find_shaper = pango_x_font_find_shaper; */
|
||||
font_class->get_glyph_extents = pango_x_font_get_glyph_extents;
|
||||
font_class->get_metrics = pango_x_font_get_metrics;
|
||||
font_class->get_font_map = pango_x_font_get_font_map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user