BMFontRenderer
Font renderer
A simple bitmap font renderer in ActionScript for rendering TrueType fonts.
AS3 renderer for bitmap font data in the BMFont format.
35 stars
7 watching
6 forks
Language: ActionScript
last commit: about 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
beeblerox/bitmapfont | An implementation of bitmap font rendering for cross-platform text display. | 50 |
maxdidit/firetype | A library that parses OpenType fonts and renders them using Stage3D | 102 |
alexmyczko/fnt | Provides a font rendering library using the GPU with hardware acceleration. | 489 |
treeform/typography | A pure Nim implementation of font rasterization and text typesetting | 148 |
kyoji2/hanfont | An AIR app for embedding Chinese fonts in ActionScript. | 14 |
mobius3/font-chef | A library that abstracts font rendering and atlas creation from a font at a specified size and color. | 53 |
azmr/blit-fonts | A collection of bitmap fonts designed for small memory footprints and fast rendering. | 62 |
ivarref/opentype.clj | An API for rendering OpenType fonts on the JVM. | 2 |
vidstige/nrasterizer | A C# library that loads and rasterizes TrueType fonts to bitmap images. | 39 |
maltaisn/msdf-gdx | Provides utilities to draw MSDF text on LibGDX using lightweight and flexible font rendering | 34 |
vladimirgamalyan/fontbm | A command-line tool for generating bitmaps from fonts compatible with BMFont format. | 241 |
dfrg/swash | A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 657 |
vassvik/easy_font_gl45 | A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |
sixlabors/fonts | A library that loads and renders various font formats. | 307 |
tomolt/libschrift | A lightweight TrueType font rendering library with Unicode support and small footprint. | 471 |