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

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

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

5 个仓库

Awesome GitHub RepositoriesColored Glyph Rendering

Custom rendering of text using color glyphs in SVG and bitmap formats.

Distinct from Text Rendering: Specific to the rendering of color-embedded fonts, not general text strings or terminal colors.

Explore 5 awesome GitHub repositories matching graphics & multimedia · Colored Glyph Rendering. Refine with filters or upvote what's useful.

Awesome Colored Glyph Rendering GitHub Repositories

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

    KaTeX/KaTeX

    20,177在 GitHub 上查看↗

    KaTeX is a typesetting library and web math renderer that transforms TeX and LaTeX mathematical notation into high-quality HTML and CSS for web browsers. It functions as a math notation parser and LaTeX to HTML converter, capable of operating as both a client-side library and a server-side math renderer to generate static HTML expressions. The project supports a wide range of specialized mathematical rendering, including chemical equation rendering, Bra-ket notation for quantum mechanics, and mathematical logic typesetting. It provides comprehensive controls for structural layouts such as mat

    Supports modifying font family, weight, size, and color to distinguish different parts of a formula.

    TypeScriptjavascriptkatexlatex
    在 GitHub 上查看↗20,177
  • microsoft/windows-universal-samplesmicrosoft 的头像

    microsoft/Windows-universal-samples

    9,696在 GitHub 上查看↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Draws text containing color glyphs by implementing a custom renderer for SVG and bitmap formats.

    JavaScript
    在 GitHub 上查看↗9,696
  • opentypejs/opentype.jsopentypejs 的头像

    opentypejs/opentype.js

    4,976在 GitHub 上查看↗

    opentype.js 是一个 JavaScript 库,用于在浏览器和服务器环境中读取、写入及操作 OpenType、TrueType 和 WOFF 字体文件。它既是字体解析器也是生成器,能够提取字形数据和元数据,或通过编程定义字形路径和元数据来创建新的字体文件。 该项目提供了专门的工具来修改字体变体表以控制可变字体属性,并通过 COLR 和 CPAL 表处理颜色层和调色板。它还包含一个贝塞尔路径生成器,可将字体字形和文本字符串转换为用于 SVG 和 Canvas 渲染的路径。 该库涵盖了广泛的排版操作,包括计算字体指标(如字宽和边界框)、将字形转换为 SVG 路径数据,以及将文本直接渲染到 2D 绘图上下文中。它还支持修改原始字形形状,并将字体对象序列化回二进制格式以进行文件导出。

    Manipulates color palettes and layers within fonts using COLR and CPAL tables.

    JavaScriptfontglyphsjavascript
    在 GitHub 上查看↗4,976
  • googlefonts/noto-emojigooglefonts 的头像

    googlefonts/noto-emoji

    4,580在 GitHub 上查看↗

    Noto Emoji is a Unicode emoji font collection and SVG asset library designed to ensure consistent emoji rendering across different operating systems and web browsers. It functions as a color-font rasterization engine that embeds pre-rendered bitmaps into font files to display multicolored glyphs. The project includes a variable-font emoji set that utilizes axes to adjust stroke thickness and style for both colorful and monochrome glyphs. It also maintains a Unicode emoji metadata registry that maps characters to shortcodes and ASCII equivalents. The collection provides capabilities for color

    Implements a standardized set of glyphs to ensure consistent emoji rendering across different operating systems.

    Python
    在 GitHub 上查看↗4,580
  • adobe-fonts/source-han-code-jpadobe-fonts 的头像

    adobe-fonts/source-han-code-jp

    1,744在 GitHub 上查看↗

    Source Han Code JP is a monospaced typeface designed specifically for programming and terminal environments. It provides a unified grid system that aligns wide Japanese characters with narrow Latin glyphs, ensuring consistent vertical and horizontal spacing for improved readability in code editors. The font family is distributed as an OpenType collection, bundling multiple character sets and weights into a single file to simplify asset management. It includes comprehensive support for Greek, Cyrillic, and Roman italic characters to accommodate internationalization requirements within software

    Enables the rendering of color-enabled emoji glyphs within applications and web browsers using standard font table formats.

    PostScriptcfffontjapanese
    在 GitHub 上查看↗1,744
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. Colored Glyph Rendering

探索子标签

  • Color Layer ProcessingManipulation of color layers and palettes using COLR and CPAL tables. **Distinct from Colored Glyph Rendering:** Distinct from Colored Glyph Rendering: focuses on the processing and modification of the color tables themselves rather than just the visual rendering.
  • Formula Color FormattingCustomization of font family, weight, and color specifically for mathematical formulas. **Distinct from Colored Glyph Rendering:** Focuses on formula-level distinction rather than general glyph rendering