./fonts/SDL2_ttf, Use TrueType fonts in your SDL2 applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.22.0nb1, Package name: SDL2_ttf-2.22.0nb1, Maintainer: pkgsrc-users

This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.

This package contains the SDL2 version of the library.


Required to run:
[graphics/freetype2] [devel/SDL2]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/xorgproto]

Master sites:

Filesize: 13979.396 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2024-01-28 13:51:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
SDL2_ttf: update to 2.22.0.

2.22.0:
 * Updated to FreeType version 2.13.2 and HarfBuzz version 8.1.1
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2023-02-14 17:04:12 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
SDL2_ttf: update to 2.20.2.

Force usage of freetype2 and harfbuzz from pkgsrc,
instead of using included copies

Changes:

This is a stable bugfix release, with the following changes:

    Fixed building from source without running autogen.sh
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump
   2022-08-22 12:55:27 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
SDL2_ttf: update to 2.20.1.

2.22.1:
 * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS

2.20.0:
 * Added support for building with CMake
 * 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
 * Updated to FreeType version 2.12.1 and HarfBuzz version 2.9.1, fixing \ 
CVE-2018-25032
 * Fixed crash when loading fonts at certain sizes on Windows
 * Fix memory corruption loading malformed TTF files (CVE-2022-27470)