swash
Font renderer
A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage.
Font introspection, complex text shaping and glyph rendering.
671 stars
28 watching
39 forks
Language: Rust
last commit: about 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
raphlinus/font-rs | A font rendering library written in Rust, aiming to provide high-performance rendering of TrueType glyphs. | 756 |
stadiamaps/sdf_font_tools | A collection of libraries and tools for working with SDF font glyphs in PBF format. | 29 |
dvergar/rainbow | A text rendering library with customizable color and size per character for rich text display. | 4 |
hecrj/wgpu_glyph | A text rendering library built on top of glyph_brush and optimized for use with wgpu | 456 |
vassvik/easy_font_gl45 | A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |
redox-os/rusttype | A Rust library for working with OpenType fonts and rendering text on graphics hardware. | 622 |
cdave1/ftgles | A C++ library for rendering fonts on mobile devices using OpenGL ES 1.1 | 142 |
servo/font-kit | A cross-platform font loading library written in Rust | 701 |
layoutfarm/typography | A C# library that provides a cross-platform font reader and layout engine. | 415 |
onmyway133/snowflake | A Swift library that generates and renders SVG elements from XML data | 962 |
treeform/typography | A pure Nim implementation of font rasterization and text typesetting | 148 |
vidstige/nrasterizer | A C# implementation of an OpenType font parser and rasterizer | 40 |
vassvik/mv_easy_font | A lightweight font renderer library using OpenGL and stb_truetype.h for rendering text with instanced rendering. | 28 |
maxdidit/firetype | A library that parses OpenType fonts and renders them using Stage3D | 102 |
bodoni/font | Tools for working with font files and their structures | 34 |