-
Notifications
You must be signed in to change notification settings - Fork 4
[Feature Request]: Generate Glyph Data On Demand #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureA new user-facing capability that does not exist yetA new user-facing capability that does not exist yetscope: font-processingFont parsing, glyph data extraction, curve decomposition, band data, and file formatFont parsing, glyph data extraction, curve decomposition, band data, and file format
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureA new user-facing capability that does not exist yetA new user-facing capability that does not exist yetscope: font-processingFont parsing, glyph data extraction, curve decomposition, band data, and file formatFont parsing, glyph data extraction, curve decomposition, band data, and file format
Purpose
Allow glyph data needed for shader to be created on demand when the glyph is used for the first time.
Motivation
Large character sets like CJK would require a large initial data generation to support all known characters. It would be more memory efficient to instead generate the glyph data when the character is used for the first time dynamically or on demand.