Tag

Font Rendering

0 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
Sep 12, 2023 · Frontend Development

Font2svg: Converting Fonts to SVG for Efficient Web Rendering

Font2svg converts large font glyphs into on‑demand SVG paths using Python’s freetype‑py and svgpathtools, dramatically shrinking download size, speeding page loads, and improving user experience, with CDN‑served SVGs, a lightweight front‑end injector, and graceful fallback, as demonstrated by a 98 % size reduction in a Bilibili case study.

Font RenderingPythonSVG
0 likes · 15 min read
Font2svg: Converting Fonts to SVG for Efficient Web Rendering
360 Tech Engineering
360 Tech Engineering
Oct 9, 2019 · Fundamentals

TrueType Font Fundamentals: From Design to Rendering

This article explains how TrueType fonts are designed, digitized into FUnit‑based outlines, scaled to device pixels, and rendered through grid‑fitting and scan‑conversion, covering key concepts such as em squares, upem, ppem, instruction programs, and graphics state.

Digital FontsFUnitFont Rendering
0 likes · 14 min read
TrueType Font Fundamentals: From Design to Rendering