Skip to content

Assign alternate unicode values for duplicate glyphs #9

@kanou-h

Description

@kanou-h

Assigning multiple Unicode values to each unique glyph image will decrease the size of the font file.

Possibly lines 62-71 of forge_font.py can be rewritten as:

other = other - set(care.values())
if len(other) > 0:
glyph.altuni = [ ord(o) for o in other ]

And I suggest the use of glyph.simplify() to remove redundant points
from each glyph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions