Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydend100/font-renderer
Font renderer
https://github.com/haydend100/font-renderer
font font-icons font-renderer font-rendering fonts gui pygame pygame-application python python3 truetype-font-files ttf ttf-fonts
Last synced: about 1 month ago
JSON representation
Font renderer
- Host: GitHub
- URL: https://github.com/haydend100/font-renderer
- Owner: HaydenD100
- Created: 2024-06-07T16:37:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:52:17.000Z (8 months ago)
- Last Synced: 2024-11-08T07:40:33.634Z (3 months ago)
- Topics: font, font-icons, font-renderer, font-rendering, fonts, gui, pygame, pygame-application, python, python3, truetype-font-files, ttf, ttf-fonts
- Language: Python
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Font Rendering of JetBrainsMono-Bold
![screenshot](/docs/assets/screenshot1.png)# What is a Font Renderer
A Font Renderer takes the vector description from a font file, in this case a TrueTypeFont file (.ttf) and then interprets those vectors to draw the glyphs onto the screen. You can read more on the TrueTypeFont format at https://developer.apple.com/fonts/TrueType-Reference-Manual/ and https://learn.microsoft.com/en-us/typography/truetype/# Features
-This font renderer supports format 4 ‘cmap’ table.
-As well as full byte ‘loca’ table format.# Development
Coded in Python with PyGame for rendering.