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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesFont Detection Utilities

Tools for checking local font availability to optimize asset loading.

Distinguishing note: Focuses on performance optimization via local font detection.

Explore 3 awesome GitHub repositories matching web development · Font Detection Utilities. Refine with filters or upvote what's useful.

Awesome Font Detection Utilities GitHub Repositories

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

    ScottPlot/ScottPlot

    6,417GitHub पर देखें↗

    ScottPlot is a cross-platform, high-performance charting library for .NET that renders interactive plots across desktop and web GUI frameworks including Windows Forms, WPF, MAUI, Avalonia, Blazor, and WinUI. It provides an optimized rendering engine capable of displaying millions of data points with interactive pan, zoom, and live data streaming, while also supporting image export to formats like PNG and SVG for file output, cloud applications, and notebooks. The library distinguishes itself through a comprehensive set of chart types including scatter, line, bar, pie, heatmap, financial, rada

    Automatically detects and applies fonts for international text in plot labels and annotations.

    C#chartchartingcharts
    GitHub पर देखें↗6,417
  • bramstein/fontfaceobserverbramstein का अवतार

    bramstein/fontfaceobserver

    4,338GitHub पर देखें↗

    Fontfaceobserver एक वेबफ़ॉन्ट उपलब्धता डिटेक्टर और डेवलपर टूल है जिसे पेज रेंडरिंग के साथ टाइपोग्राफी लोडिंग को सिंक्रनाइज़ करने के लिए डिज़ाइन किया गया है। यह एक प्रॉमिस-आधारित API प्रदान करता है जो यह पता लगाता है कि विशिष्ट वेबफ़ॉन्ट कब डाउनलोड किए गए हैं और दस्तावेज़ पर लागू किए गए हैं। यह टूल बाहरी सेवाओं या स्वयं-होस्ट किए गए सर्वर पर होस्ट किए गए फोंट के लिए लोडिंग प्रक्रिया का प्रबंधन करता है, लेआउट शिफ्ट और अनस्टाइल्ड टेक्स्ट के फ्लैश को रोकने के लिए उपलब्धता को ट्रैक करता है। यह गतिशील टाइपोग्राफी नियंत्रण की अनुमति देता है, जिससे विशिष्ट CSS परिवर्तनों या एनिमेशन को केवल तभी ट्रिगर किया जा सकता है जब टाइपफेस उपयोग के लिए तैयार हो। यह प्रोजेक्ट कैनवास-आधारित माप और पोलिंग के संयोजन के माध्यम से फोंट स्थितियों की निगरानी करता है, ब्राउज़र डाउनलोड को ट्रिगर करने के लिए CSS नियम इंजेक्शन और पूर्णता का संकेत देने के लिए एसिंक्रोनस सूचनाओं का उपयोग करता है।

    Implements font detection by measuring text width on a canvas element to determine if a typeface is loaded.

    JavaScript
    GitHub पर देखें↗4,338
  • red-axe/am-editorred-axe का अवतार

    red-axe/am-editor

    977GitHub पर देखें↗

    This project is a framework for building real-time collaborative rich-text editing environments. It provides a structured, schema-based engine that enforces document integrity while allowing multiple users to modify content simultaneously through synchronized state management and conflict resolution protocols. The editor distinguishes itself through a highly modular plugin architecture that supports the integration of complex, interactive UI components built with external frontend libraries. By utilizing a custom rendering engine and a versioned, immutable document state tree, it enables deve

    Verifies browser font support by measuring element dimensions against fallbacks.

    TypeScriptam-editorcollaborative-editorcontenteditable
    GitHub पर देखें↗977
  1. Home
  2. Web Development
  3. Font Detection Utilities

सब-टैग एक्सप्लोर करें

  • Canvas-Based DetectionDetecting font availability by comparing text dimensions rendered on a canvas against system defaults. **Distinct from Font Detection Utilities:** Specific measurement technique using HTML5 Canvas, whereas Font Detection Utilities is a broad category of tools.
  • International Font DetectorsUtilities that identify the best installed font for displaying international characters and apply it to plot objects. **Distinct from Font Detection Utilities:** Distinct from Font Detection Utilities: focuses on international character support rather than general local font availability for asset loading.