font-chef
Font renderer
A library that abstracts font rendering and atlas creation from a font at a specified size and color.
A font cooking library
53 stars
6 watching
5 forks
Language: C
last commit: about 3 years ago
Linked from 1 awesome list
ccppfont-baking
Related projects:
Repository | Description | Stars |
---|---|---|
alexmyczko/fnt | Provides a font rendering library using the GPU with hardware acceleration. | 492 |
tomolt/libschrift | A lightweight TrueType font rendering library with Unicode support and small footprint. | 479 |
maxdidit/firetype | A library that parses OpenType fonts and renders them using Stage3D | 102 |
treeform/typography | A pure Nim implementation of font rasterization and text typesetting | 148 |
vassvik/easy_font_gl45 | A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |
vassvik/mv_easy_font | A lightweight font renderer library using OpenGL and stb_truetype.h for rendering text with instanced rendering. | 28 |
bengarney/bmfontrenderer | A simple bitmap font renderer in ActionScript for rendering TrueType fonts. | 35 |
raphlinus/font-rs | A font rendering library written in Rust, aiming to provide high-performance rendering of TrueType glyphs. | 756 |
cdave1/ftgles | A C++ library for rendering fonts on mobile devices using OpenGL ES 1.1 | 142 |
graphitemaster/breaking_the_physical_limits_of_fonts | An experiment to push the limits of font rendering using minimal resources | 318 |
googlefonts/fontmake | A tool for compiling fonts from various sources into binaries. | 793 |
beeblerox/bitmapfont | An implementation of bitmap font rendering for cross-platform text display. | 50 |
layoutfarm/typography | A C# library that provides a cross-platform font reader and layout engine. | 415 |
dfrg/swash | A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 671 |
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 622 |