Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
buttheadbob
/
SDL3_ttf
Public
forked from
libsdl-org/SDL_ttf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 6, 2025
Sync SDL3_ttf wiki -> header
Show description for 3d7b6ef
SDLWikiBot
committed
3d7b6ef
View commit details
Copy full SHA for 3d7b6ef
Browse repository at this point
Added TTF_StringToTag() and TTF_TagToString()
Show description for aada768
slouken
committed
aada768
View commit details
Copy full SHA for aada768
Browse repository at this point
Commits on Feb 2, 2025
update plutovg to latest v0.0.12
sezero
committed
e4caa3b
View commit details
Copy full SHA for e4caa3b
Browse repository at this point
Commits on Feb 1, 2025
Clean up the font and uninitialize SDL_ttf at shutdown
slouken
committed
010cf70
View commit details
Copy full SHA for 010cf70
Browse repository at this point
Added more related functions for the text engine API
slouken
committed
55bcac4
View commit details
Copy full SHA for 55bcac4
Browse repository at this point
Updated CHANGES.txt
slouken
committed
7af713a
View commit details
Copy full SHA for 7af713a
Browse repository at this point
Updated to version 3.1.1 for development
slouken
committed
c9a51ac
View commit details
Copy full SHA for c9a51ac
Browse repository at this point
Clarify which GPU API we're using
slouken
committed
07e4d12
View commit details
Copy full SHA for 07e4d12
Browse repository at this point
Moved release_checklist.md to the docs directory
slouken
committed
c42dd04
View commit details
Copy full SHA for c42dd04
Browse repository at this point
Sync SDL3_ttf wiki -> header
Show description for 485fd99
SDLWikiBot
committed
485fd99
View commit details
Copy full SHA for 485fd99
Browse repository at this point
Added TTF_CopyFont()
slouken
committed
dd1add2
View commit details
Copy full SHA for dd1add2
Browse repository at this point
Note that TTF_Linked_Version() has been replaced with TTF_Version()
slouken
committed
fae53d2
View commit details
Copy full SHA for fae53d2
Browse repository at this point
Commits on Jan 31, 2025
Sync SDL3_ttf wiki -> header
Show description for 099520d
SDLWikiBot
committed
099520d
View commit details
Copy full SHA for 099520d
Browse repository at this point
You can't use the same TBD framework for macOS and iOS
Show description for 504e287
slouken
committed
504e287
View commit details
Copy full SHA for 504e287
Browse repository at this point
Sync SDL3_ttf wiki -> header
Show description for 889f5db
SDLWikiBot
committed
889f5db
View commit details
Copy full SHA for 889f5db
Browse repository at this point
Commits on Jan 30, 2025
Fixed jitter when rendering SDF text
Show description for 980b832
slouken
committed
980b832
View commit details
Copy full SHA for 980b832
Browse repository at this point
Sync SDL3_ttf wiki -> header
Show description for 9193484
SDLWikiBot
committed
9193484
View commit details
Copy full SHA for 9193484
Browse repository at this point
Convert BGRA to mono when rendering emoji in the solid style
Show description for fb6529c
slouken
committed
fb6529c
View commit details
Copy full SHA for fb6529c
Browse repository at this point
Keep track of glyph image type on a per glyph basis
Show description for ce82d99
slouken
committed
ce82d99
View commit details
Copy full SHA for ce82d99
Browse repository at this point
Fixed colors in the GPU text engine
Show description for 152189b
slouken
committed
152189b
View commit details
Copy full SHA for 152189b
Browse repository at this point
testgputext: fixed crash if there is no text
Show description for 80fb818
slouken
committed
80fb818
View commit details
Copy full SHA for 80fb818
Browse repository at this point
Restored original values for min/max x and y
Show description for a5d99ab
slouken
committed
a5d99ab
View commit details
Copy full SHA for a5d99ab
Browse repository at this point
Fixed compile warnings when HarfBuzz is disabled
slouken
committed
fced2c9
View commit details
Copy full SHA for fced2c9
Browse repository at this point
Prevent using a non rasterized glyph
1bsyl
committed
42e180a
View commit details
Copy full SHA for 42e180a
Browse repository at this point
Fixed bug #493 - last glyph is cropped
1bsyl
committed
c3cd04c
View commit details
Copy full SHA for c3cd04c
Browse repository at this point
Build PlutoSVG support on Android
slouken
committed
472a7fe
View commit details
Copy full SHA for 472a7fe
Browse repository at this point
Fixed Android build
slouken
committed
fc15c8a
View commit details
Copy full SHA for fc15c8a
Browse repository at this point
HarfBuzz builds in a single C++ file
slouken
committed
7e07d30
View commit details
Copy full SHA for 7e07d30
Browse repository at this point
Commits on Jan 29, 2025
Sync SDL3_ttf wiki -> header
Show description for e62f2ec
SDLWikiBot
committed
e62f2ec
View commit details
Copy full SHA for e62f2ec
Browse repository at this point
Expand the text engine documentation a bit
slouken
committed
a214f09
View commit details
Copy full SHA for a214f09
Browse repository at this point
external/download.sh needs submodule branch name
madebr
committed
61d1d46
View commit details
Copy full SHA for 61d1d46
Browse repository at this point
We always want color when available for the text engines
slouken
committed
dfcc95e
View commit details
Copy full SHA for dfcc95e
Browse repository at this point
Convert color images to grayscale if needed
Show description for 95d700d
slouken
committed
95d700d
View commit details
Copy full SHA for 95d700d
Browse repository at this point
Don't render color images using grayscale composition functions
slouken
committed
742d30f
View commit details
Copy full SHA for 742d30f
Browse repository at this point
Fixed emoji having transparent alpha
Show description for 939c701
slouken
committed
939c701
View commit details
Copy full SHA for 939c701
Browse repository at this point
Previous
Next
You can’t perform that action at this time.