aelmahalawey / androidsvg

Automatically exported from code.google.com/p/androidsvg
0 stars 0 forks source link

Support generic font families in font-family attribute. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The generic font types are currently not supported. AndroidSVG always selects 
the DEFAULT typeface by default. However the Typeface class allows you to 
choose between SANS_SERIF, SERIF, and MONOSPACE and we should probably support 
them.

Original issue reported on code.google.com by paul.leb...@gmail.com on 2 Feb 2013 at 7:12

GoogleCodeExporter commented 9 years ago
Fixed.

Added support for generic font family names.

Original comment by paul.leb...@gmail.com on 2 Feb 2013 at 6:30