nathanielw / Android-Lollipop-Pencil-Stencils

Pencil stencil collection for Android 5.0 (Lollipop) UI components
MIT License
437 stars 46 forks source link

Font weight resets after accessing shape properties #1

Closed nathanielw closed 9 years ago

nathanielw commented 9 years ago

The collection has its default font set to have a weight of 500, which displays fine within Pencil.

However, after opening the properties for a shape and hitting "Apply" (even without changing anything) causes the font weight to reset. I assume this is because Pencil's UI doesn't let the weight be set to anything other than normal or bold.

Possible solution would be to force the font to be Roboto 500 and not let it be changed (better solution would be to just force the weight to be 500, but I'm not sure how possible that would be)