SHA256
1
0
forked from pool/SDL2_ttf
SDL2_ttf/SDL2_ttf.changes

76 lines
3.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Jul 7 13:41:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.20.0
* Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign()
to set alignment on wrapped text
* Added functions to render using FreeType LCD algorithm:
TTF_RenderText_LCD(), TTF_RenderUTF8_LCD(),
TTF_RenderUNICODE_LCD(), TTF_RenderText_LCD_Wrapped(),
TTF_RenderUTF8_LCD_Wrapped(),
TTF_RenderUNICODE_LCD_Wrapped(), TTF_RenderGlyph_LCD(),
TTF_RenderGlyph32_LCD().
* Added TTF_SetFontDirection() and TTF_SetFontScriptName() for
additional control over fonts using HarfBuzz
* Fix memory corruption loading malformed TTF files
[CVE-2022-27470]
-------------------------------------------------------------------
Wed Jan 12 01:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.18
* Added TTF_GetFreeTypeVersion() and TTF_GetHarfBuzzVersion()
* Added support for Signed Distance Field rendering with
TTF_SetFontSDF() and TTF_GetFontSDF()
* Added optional DPI-scaling of fonts, with new functions.
* Added 32-bit character support.
* Added functions to set direction and script when using Harfbuzz.
* Added extended API for text measurement.
* Added TTF_SetFontSize() to set font size dynamically.
* Added 'Shaded' and 'Solid' text wrapped functions.
* Added TTF_HINTING_LIGHT_SUBPIXEL for better results at small
text sizes at a performance cost
-------------------------------------------------------------------
Fri Aug 23 11:27:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.0.15
* Text rendering functions now use the alpha component of the
text colors.
* Added support for characters greater than 0xFFFF (e.g. emoji)
in the UTF-8 APIs.
-------------------------------------------------------------------
Sat Oct 22 15:29:43 UTC 2016 - aloisio@gmx.com
- Update to version 2.0.14
* Deprecated TTF_GetFontKerningSize() which takes font glyph
indices and added TTF_GetFontKerningSizeGlyphs() which
takes characters
-------------------------------------------------------------------
Sun Jan 10 17:23:29 UTC 2016 - mailaender@opensuse.org
- Update to version 2.0.13
* Fixed bug rendering text starting with a glyph with negative starting offset
* Fixed regression loading non-scalable fonts
* TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
-------------------------------------------------------------------
Thu Jan 8 09:58:33 UTC 2015 - jengelh@inai.de
- Improve package summary and description. Drop --with-pic which
is enabled implicitly anyway, remove redundant Requires.
-------------------------------------------------------------------
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de
- Some metadata spruce-up: add current URLs, softer wildcarding
in the files list, more robust make install call
-------------------------------------------------------------------
Tue Aug 13 11:27:54 UTC 2013 - prusnak@opensuse.org
- created package (version 2.0.0) - based on SDL_ttf package