Skip to content

Conversation

NGExplorer
Copy link

Fixes BATIK-1378

Present ttf2svg application has a limitation that it export all characters or it export range of characters.
Consider a case of Chinese/Japanese language which was resulting in large svg file.
To avoid this we have added an option '-u' to specify a text file with unicode symbols, which are required in svg file.

…hacters to export to svg.

Present ttf2svg application has a limitation that it export all characters or
it export range of characters.
Consider a case of Chinese/Japanese language which was resulting in large svg file.
To avoid this we have added an option '-u' to specify a text file with unicode symbols,
which are required in svg file.

Signed-off-by: Nilam Gaikwad <[email protected]>
- Add support for hex to integer conversion, Since unicode are better written in hex format.
- Add warning for duplicate unicode glyphs. And skip duplicate entry from svg generartion.
- Add warning for string which failed to parse.

Signed-off-by: Nilam Gaikwad <[email protected]>
@nicusorcitu
Copy link

@cjolif @simonsteiner1984
Can you please review and integrate this PR?
Thanks.

@NGExplorer
Copy link
Author

@simonsteiner1984
Can you please review and integrate this PR?
Thanks.

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

Successfully merging this pull request may close these issues.

2 participants