awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

31 रिपॉजिटरी

Awesome GitHub RepositoriesFont Rendering Libraries

Libraries for parsing, rasterizing, and rendering font files in various programming languages.

Explore 31 awesome GitHub repositories matching part of an awesome list · Font Rendering Libraries. Refine with filters or upvote what's useful.

Awesome Font Rendering Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nothings/stbnothings का अवतार

    nothings/stb

    33,970GitHub पर देखें↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    Single-header library to parse, decode, and rasterize TrueType fonts.

    C
    GitHub पर देखें↗33,970
  • ericlengyel/slugEricLengyel का अवतार

    EricLengyel/Slug

    1,435GitHub पर देखें↗

    This repository contains reference shader implementations for the Slug font rendering algorithm. The code itself contains many comments providing details about the inputs and the calculations performed.

    Reference implementation for the Slug GPU font rendering algorithm.

    HLSL
    GitHub पर देखें↗1,435
  • servo/font-kitservo का अवतार

    servo/font-kit

    831GitHub पर देखें↗

    font-kit provides a common interface to the various system font libraries and provides services such as finding fonts on the system, performing nearest-font matching, and rasterizing glyphs.

    Cross-platform library for loading and querying system fonts.

    Rust
    GitHub पर देखें↗831
  • redox-os/rusttyperedox-os का अवतार

    redox-os/rusttype

    637GitHub पर देखें↗

    RustType is a pure Rust alternative to libraries like FreeType.

    Pure Rust alternative for font loading and rasterization.

    Rust
    GitHub पर देखें↗637
  • layoutfarm/typographyLayoutFarm का अवतार

    LayoutFarm/Typography

    453GitHub पर देखें↗

    Pure C# Font Reader, Glyph Layout and Rendering.

    C# library for font reading, glyph layout, and rendering.

    C#
    GitHub पर देखें↗453
  • onecoolx/picassoonecoolx का अवतार

    onecoolx/picasso

    378GitHub पर देखें↗

    Copyright (C) 2008 ~ 2025 Zhang Ji Peng (onecoolx@gmail.com)

    High-quality 2D vector and TrueType font rendering library.

    C++
    GitHub पर देखें↗378
  • sixlabors/fontsSixLabors का अवतार

    SixLabors/Fonts

    344GitHub पर देखें↗

    SixLabors.Fonts

    Cross-platform font loading and drawing library for .NET.

    C#
    GitHub पर देखें↗344
  • host-oman/libraqmHOST-Oman का अवतार

    HOST-Oman/libraqm

    321GitHub पर देखें↗

    Raqm

    Library for handling complex text layout and shaping.

    C
    GitHub पर देखें↗321
  • fetisov/ttf2meshfetisov का अवतार

    fetisov/ttf2mesh

    229GitHub पर देखें↗

    The ttf2mesh crossplatform library allows to convert a glyphs of truetype font (ttf) to a mesh objects in 2d and 3d space. The library does not require any graphical context and does not use system dependent functions.

    Library for converting TrueType glyphs into 2D or 3D meshes.

    C++
    GitHub पर देखें↗229
  • mta452/sheenbidimta452 का अवतार

    mta452/SheenBidi

    207GitHub पर देखें↗

    SheenBidi is a lightweight, fast and stable implementation of the Unicode Bidirectional Algorithm (UBA).

    Sophisticated implementation of the Unicode bidirectional algorithm.

    C
    GitHub पर देखें↗207
  • mightycow/sluggishmightycow का अवतार

    mightycow/Sluggish

    194GitHub पर देखें↗

    Toy CPU and GPU implementations of the Slug rendering algorithm

    Toy CPU and GPU implementations of the Slug rendering algorithm.

    C
    GitHub पर देखें↗194
  • pcwalton/pathfinderpcwalton का अवतार

    pcwalton/pathfinder

    130GitHub पर देखें↗

    Pathfinder 3 is a fast, practical, GPU-based rasterizer for fonts and vector graphics using OpenGL 3.0+, OpenGL ES 3.0+, or Metal.

    Fast GPU-accelerated rasterizer for OpenType fonts.

    GitHub पर देखें↗130
  • mikepopoloski/sharpfontMikePopoloski का अवतार

    MikePopoloski/SharpFont

    88GitHub पर देखें↗

    Implements a parser and renderer for TTF / OTF font files.

    Managed reader and renderer for TTF and OTF files.

    C#
    GitHub पर देखें↗88
  • cbm80amiga/rrefontcbm80amiga का अवतार

    cbm80amiga/RREFont

    46GitHub पर देखें↗

    Fast RRE Font rendering library

    High-speed font rendering library for embedded systems.

    C
    GitHub पर देखें↗46
  • mta452/sheenfiguremta452 का अवतार

    mta452/SheenFigure

    34GitHub पर देखें↗

    SheenFigure

    Implementation of advanced OpenType typographic tables.

    C
    GitHub पर देखें↗34
  • pistondevelopers/freetype-sysPistonDevelopers का अवतार

    PistonDevelopers/freetype-sys

    33GitHub पर देखें↗

    Low level bindings for the FreeType font library.

    Low-level FFI bindings for the FreeType library.

    C
    GitHub पर देखें↗33
  • pistondevelopers/truetypePistonDevelopers का अवतार

    PistonDevelopers/truetype

    17GitHub पर देखें↗

    A library for reading fonts from the TrueType format

    Library for parsing the TrueType font format.

    Rust
    GitHub पर देखें↗17
  • michaelrsweet/ttfmichaelrsweet का अवतार

    michaelrsweet/ttf

    15GitHub पर देखें↗

    TTF - TrueType/OpenType Font Library

    Library for reading and processing TrueType and OpenType fonts.

    C
    GitHub पर देखें↗15
  • alphapixel/slughornAlphaPixel का अवतार

    AlphaPixel/slughorn

    7GitHub पर देखें↗

    Library for shoehorning the Slug text/graphics GPU rendering library into projects.

    Library for integrating Slug rendering into existing projects.

    C++
    GitHub पर देखें↗7
  • craftmicro/craftmicro-fontscraftmicro का अवतार

    craftmicro/craftmicro-fonts

    3GitHub पर देखें↗

    The fonts in this library are all freeware fonts (freeware, OFL, public domain) that have been sourced from various places and converted to PackedBDF format.

    Pixel and bitmap font library for the Craft Micro SDK.

    C
    GitHub पर देखें↗3
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Font Rendering Libraries