forked from pool/freetype2
7a71daeea3
- Upadte to version 2.6.4: * A new subpixel hinting mode, which is now the default rendering mode for TrueType fonts. It implements (almost everything of) version 40 of the bytecode engine. The existing code base in FreeType (the `Infinality code') was stripped to the bare minimum and all configurability removed in the name of speed and simplicity. The configurability was mainly aimed at legacy fonts like Arial, Times New Roman, or Courier. [Legacy fonts are fonts that modify vertical stems to achieve clean black-and-white bitmaps.] The new mode focuses on applying a minimal set of rules to all fonts indiscriminately so that modern and web fonts render well while legacy fonts render okay. Activation of the subpixel hinting support can be controlled with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option at compile time: If set to value 1, you get the old Infinality mode (which was never the default due to its slowness). Value 2 activates the new subpixel hinting mode, and value 3 activates both. The default is value 2. At run time, you can select the subpixel hinting mode with the `interpreter-version' property (provided you have compiled in the corresponding hinting mode); see `ftttdrv.h' for more. * Support for the following scripts has been added to the auto-hinter: Armenian, Cherokee, Ethiopic, Georgian, Gujarati, Gurmukhi, Malayalam, Sinhala, Tamil. - Rebase freetype2-subpixel.patch. - Update to version 2.6.4: + Sync with freetype 2.6.4. OBS-URL: https://build.opensuse.org/request/show/407235 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=117 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
bnc628213_test.otf | ||
bnc629447_sigsegv31.ttf | ||
bnc633938_badbdf.0 | ||
bug-641580_CVE-2010-3311.cff | ||
bug-647375_tt2.ttf | ||
bugzilla-308961-cmex-workaround.patch | ||
don-t-mark-libpng-as-required-library.patch | ||
freetype2-bitmap-foundry.patch | ||
freetype2-subpixel.patch | ||
freetype2.changes | ||
freetype2.spec | ||
freetype-2.6.4.tar.bz2 | ||
freetype-doc-2.6.4.tar.bz2 | ||
ft2demos-2.6.4.tar.bz2 | ||
ft2demos.changes | ||
ft2demos.spec | ||
overflow.patch |