Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

edit glyf data #82

Open
TGISer opened this issue May 23, 2017 · 1 comment
Open

edit glyf data #82

TGISer opened this issue May 23, 2017 · 1 comment

Comments

@TGISer
Copy link

TGISer commented May 23, 2017

Can I use this to edit glyf data , if it can do it where can I find the sample code?
Thank you for your help!

@rillig
Copy link
Contributor

rillig commented Jun 6, 2017

No, not really.

You could start at the GlyphTable. With the help of the LocaTable you can access the individual glyphs. They are either SimpleGlyph or CompositeGlyph. The simple glyph has an inner class called Contour, but that is not implemented.

The assembly instructions are also not implemented. The only thing you can do with them is a hex dump.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants