Skip to content

Instantly share code, notes, and snippets.

@saturday06
Last active September 24, 2016 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saturday06/93f55cc5e46cf5de3c2262b6c78d19bc to your computer and use it in GitHub Desktop.
Save saturday06/93f55cc5e46cf5de3c2262b6c78d19bc to your computer and use it in GitHub Desktop.
ぱっち
diff -uprN cairo-1.14.6.orig/src/cairo-ft-font.c cairo-1.14.6/src/cairo-ft-font.c
--- cairo-1.14.6.orig/src/cairo-ft-font.c 2016-09-24 22:45:56.000000000 +0900
+++ cairo-1.14.6/src/cairo-ft-font.c 2016-09-24 22:51:12.000000000 +0900
@@ -2258,7 +2258,7 @@ _cairo_ft_scaled_glyph_init (void *abs
* Moreover, none of our backends and compositors currently support
* color glyphs. As such, this is currently disabled.
*/
- /* load_flags |= FT_LOAD_COLOR; */
+ load_flags |= FT_LOAD_COLOR;
#endif
error = FT_Load_Glyph (face,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment