awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • katex/katexAvatar von KaTeX

    KaTeX/KaTeX

    20,177Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,177
  • microsoft/windows-universal-samplesAvatar von microsoft

    microsoft/Windows-universal-samples

    9,696Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,696
  • opentypejs/opentype.jsAvatar von opentypejs

    opentypejs/opentype.js

    4,976Auf GitHub ansehen↗

    opentype.js ist eine JavaScript-Bibliothek zum Lesen, Schreiben und Manipulieren von OpenType-, TrueType- und WOFF-Schriftdateien in Browser- und Serverumgebungen. Sie fungiert als Font-Parser und -Generator, der in der Lage ist, Glyphen-Daten und Metadaten zu extrahieren oder neue Schriftdateien durch programmatisches Definieren von Glyphen-Pfaden und Metadaten zu erstellen. Das Projekt bietet spezialisierte Dienstprogramme zum Modifizieren von Font-Variation-Tabellen, um variable Schrift-Eigenschaften zu steuern, sowie zum Verarbeiten von Farbebenen und Paletten über COLR- und CPAL-Tabellen. Es enthält zudem einen Bezier-Pfad-Generator, der Schriftglyphen und Textstrings in Pfade für SVG- und Canvas-Rendering konvertiert. Die Bibliothek deckt ein breites Spektrum an Typografie-Operationen ab, einschließlich der Berechnung von Schriftmetriken wie Vorlaufbreiten und Bounding-Boxen, der Konvertierung von Glyphen in SVG-Pfaddaten und dem direkten Rendern von Text in einen 2D-Zeichenkontext. Sie ermöglicht zudem die Modifikation roher Glyphen-Formen und die Serialisierung von Font-Objekten zurück in Binärformate für den Dateiexport.

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

    JavaScriptfontglyphsjavascript
    Auf GitHub ansehen↗4,976
  • googlefonts/noto-emojiAvatar von googlefonts

    googlefonts/noto-emoji

    4,580Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,580
  • adobe-fonts/source-han-code-jpAvatar von adobe-fonts

    adobe-fonts/source-han-code-jp

    1,744Auf GitHub ansehen↗

    Source Han Code JP ist eine monospaced Schriftart, die speziell für Programmier- und Terminalumgebungen entwickelt wurde. Sie bietet ein einheitliches Rastersystem, das breite japanische Zeichen mit schmalen lateinischen Glyphen ausrichtet und so eine konsistente vertikale und horizontale Abstände für verbesserte Lesbarkeit in Code-Editoren sicherstellt. Die Schriftfamilie wird als OpenType-Collection verteilt, die mehrere Zeichensätze und Strichstärken in einer einzigen Datei bündelt, um das Asset-Management zu vereinfachen. Sie beinhaltet umfassende Unterstützung für griechische, kyrillische und römische kursive Zeichen, um Internationalisierungsanforderungen innerhalb der Softwareentwicklung und Dokumentation zu erfüllen. Über ihre Kern-Layout-Fähigkeiten hinaus integriert die Schriftart standardisierte Datentabellen für das Rendering von Farb-Emojis und nutzt kompakte Vektor-Outlines, um scharfe, effiziente Zeichenformen über verschiedene Displaygrößen hinweg beizubehalten. Die Schriftart ist auf Standard-Unicode-Codepunkte gemappt, um ein konsistentes Text-Rendering über verschiedene internationale Softwareumgebungen hinweg sicherzustellen.

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

    PostScriptcfffontjapanese
    Auf GitHub ansehen↗1,744
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Text Rendering
  5. Colored Glyph Rendering

Unter-Tags erkunden

  • 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