2e6bf14990
Keep FT_Outline_New_Internal() and FT_Outline_Done_Internal() for ABI compatibility but make them just throw Unimplemented_Feature error. Remove them once soname has been bumped! Resolves: #1689117
12 lines
529 B
Diff
12 lines
529 B
Diff
--- freetype-2.3.0/include/freetype/config/ftoption.h.spf 2007-01-18 14:27:34.000000000 -0500
|
|
+++ freetype-2.3.0/include/freetype/config/ftoption.h 2007-01-18 14:27:48.000000000 -0500
|
|
@@ -92,7 +92,7 @@
|
|
* macro is not defined, FreeType offers alternative LCD rendering
|
|
* technology that produces excellent output without LCD filtering.
|
|
*/
|
|
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
|
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
|
|
|
|
|
/**************************************************************************
|