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

Paint.measureText method is not implemented #66

Open almosr opened 8 years ago

almosr commented 8 years ago

Paint.measureText method is not implemented, might cause miscalculated text pixel sizes at rendering.

This method is depending on converting time calculations, which is not possible at the moment.