Skip to content

Need to add fallback font functionality #133

@dengyt2018

Description

@dengyt2018

In embedded development with limited performance, when using Unicode fonts, it's common practice to extract and create a simplified font containing only the characters that will actually be used.

Since Unicode double-byte characters consume excessive memory, ASCII character set fonts are typically used separately with single-byte encoding for display. However, in bitmap fonts, the visual optimization between Unicode characters and ASCII characters is often not sufficiently aesthetically pleasing.

Unoptimized ASCII fonts display too much blank space.

Image

If only half of the characters are used, the spacing between characters becomes even larger.

Image

bitmap font

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions