forked from pool/SDL2_ttf
Jan Engelhardt
c26b0aa1af
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_ttf?expand=0&rev=15
59 lines
2.4 KiB
Plaintext
59 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|