almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

Fonts are not supported for texts #64

Open almosr opened 8 years ago

almosr commented 8 years ago

Font setting is not supported for texts, every text will be rendered with default font.

See Typeface.createFromAsset() method.