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,417在 GitHub 上查看↗

    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,338在 GitHub 上查看↗

    Fontfaceobserver 是一个 Web 字体可用性检测器和开发者工具,旨在将排版加载与页面渲染同步。它提供了一个基于 Promise 的 API,用于检测特定 Web 字体何时下载并应用于文档。 该工具管理托管在外部服务或自托管服务器上的字体加载过程,跟踪可用性以防止布局偏移和无样式文本闪烁。这允许进行动态排版控制,使特定的 CSS 更改或动画仅在字体准备就绪后触发。 该项目通过基于 Canvas 的测量和轮询相结合的方式监控字体状态,利用 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

    977在 GitHub 上查看↗

    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.