firetype
Font renderer
A library that parses OpenType fonts and renders them using Stage3D
Actionscript 3 library to parse OpenType fonts and render them using Stage3D
102 stars
20 watching
11 forks
Language: ActionScript
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bengarney/bmfontrenderer | A simple bitmap font renderer in ActionScript for rendering TrueType fonts. | 35 |
tomolt/libschrift | A lightweight TrueType font rendering library with Unicode support and small footprint. | 471 |
alexmyczko/fnt | Provides a font rendering library using the GPU with hardware acceleration. | 487 |
cdave1/ftgles | A C++ library for rendering fonts on mobile devices using OpenGL ES 1.1 | 142 |
bindbc/bindbc-freetype | Provides D bindings to the FreeType library for text rendering and font management. | 16 |
vidstige/nrasterizer | A C# library that loads and rasterizes TrueType fonts to bitmap images. | 39 |
mobius3/font-chef | A library that abstracts font rendering and atlas creation from a font at a specified size and color. | 53 |
pistondevelopers/truetype | A library that reads and interprets the TrueType font format | 17 |
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 618 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,644 |
ivarref/opentype.clj | An API for rendering OpenType fonts on the JVM. | 2 |
dfrg/swash | A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 657 |
graphitemaster/breaking_the_physical_limits_of_fonts | An experiment to push the limits of font rendering using minimal resources | 318 |
beeblerox/bitmapfont | An implementation of bitmap font rendering for cross-platform text display. | 50 |
vassvik/easy_font_gl45 | A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |