2 Repos
Processes of calculating glyph metrics and positions once to optimize repeated rendering of the same text.
Distinct from Text Rendering: Specifically covers the pre-calculation (shaping) phase rather than the final drawing phase.
Explore 2 awesome GitHub repositories matching graphics & multimedia · Text Shaping. Refine with filters or upvote what's useful.
ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c
Shapes text to allow repeated measurement and drawing without re-processing the source string.
HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems
Outputs shaped text as a bitmap or vector image for preview or integration.