3 个仓库
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.
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.
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.
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.