forked from pool/freetype2
* A new rendering module has been added to create 8-bit Signed Distance Field (SDF) bitmaps for both outline and bitmap glyphs. * A new, experimental API is now available for surfacing properties of 'COLR' v1 color fonts. * A new function `FT_Get_Transform` returns the values set by FT_Set_Transform. * The legacy Type 1 and CFF engines are further demoted due to lack of CFF2 charstring support. * The experimental 'warp' mode (AF_CONFIG_OPTION_USE_WARPER) for the auto-hinter has been removed. * The smooth rasterizer performance has been improved by >10%. * PCF bitmap fonts compressed with LZW (these are usually files with the extension .pcf.Z) are now handled correctly. - Update to version 2.11.0 * A new demo program `ftsdf` is available to display Signed Distance Fields of glyphs. * The `ftlint` demo program has been extended to do more testing of its input. * The `ttdebug` demo program didn't show changed point coordinates (bug introduced in version 2.10.3). * It is now possible to adjust the axis increment for variable fonts in the `ftmulti` demo program. * It is now possible to change the hinting engine in the `ftstring` demo program. * The graphical demo programs work better now in native color depth on win32 and x11. OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=168
14 lines
594 B
Diff
14 lines
594 B
Diff
Index: freetype-2.11.0/include/freetype/config/ftoption.h
|
|
===================================================================
|
|
--- freetype-2.11.0.orig/include/freetype/config/ftoption.h
|
|
+++ freetype-2.11.0/include/freetype/config/ftoption.h
|
|
@@ -877,7 +877,7 @@ FT_BEGIN_HEADER
|
|
* If this option is activated, it can be controlled with the
|
|
* `no-long-family-names` property of the 'pcf' driver module.
|
|
*/
|
|
-/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
|
|
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
|
|
|
|
|
|
/*************************************************************************/
|