awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesText Shaping

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.

Awesome Text Shaping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sixlabors/imagesharpSixLabors 的头像

    SixLabors/ImageSharp

    7,954在 GitHub 上查看↗

    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.

    C#bmpc-sharpdrawing
    在 GitHub 上查看↗7,954
  • harfbuzz/harfbuzzharfbuzz 的头像

    harfbuzz/harfbuzz

    5,800在 GitHub 上查看↗

    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.

    C++
    在 GitHub 上查看↗5,800
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. Text Shaping

探索子标签

  • Shaped Text Image OutputsOutputs shaped text as a bitmap or vector image for preview or integration. **Distinct from Text Shaping:** Distinct from Text Shaping: focuses on rendering shaped text to an image, not the shaping calculation itself.
  • Shaping Debug VisualizationsOverlays a heatmap or debug visualization on rendered glyphs to inspect shaping decisions and metrics. **Distinct from Text Shaping:** Distinct from Text Shaping: focuses on debug visualization of shaping decisions, not the shaping process itself.