Last active
September 24, 2016 13:57
-
-
Save saturday06/93f55cc5e46cf5de3c2262b6c78d19bc to your computer and use it in GitHub Desktop.
ぱっち
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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