This repository was archived by the owner on May 26, 2025. It is now read-only.
Releases: StevenSYS/AuriText
Releases · StevenSYS/AuriText
v1.3
This is the last release of AuriText as I'm no longer working on it
Changelog
- Added transparency
- Added new font called, ComIO
- Added an example program to show how to use AuriText and that AuriText is working
- Added GitHub workflows
- Added pre-compiled versions of AuriText and AuriText-SDL2 for Windows and Linux (Shared and Static)
- Added center text alignment
auriText_loadFontnow uses aSDL_Texturestruct as a font sheet instead of loading one in usingIMG_LoadTextureinternally
Also, SDL3_image is no longer required as it no longer usesIMG_LoadTexture
Full Changelog: v1.2.3.1...v1.3
v1.2.3.1
v1.2.3
v1.2.2
Changelog
- Changed
scaleXandscaleYinauriText_renderfromchartofloat
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Changelog
- Unneeded data have been stripped from fonts
- libAuriText now works in C++
Full Changelog: v1.2...v1.2.1
v1.2
Changelog
- Added
Fonts/makeZip.sh - Added font, "Suoirua"
- Added X and Y scaling to text
- Added macros to disable error messages (stderr and/or SDL3 error messages)
- Added enum returns for errors
- Updated
Fonts/makeFontSheet.sh
Full Changelog: v1.1...v1.2