willowtreeapps/Hyperion-Android

Handle Typeface for Attribute Inspector

开放

#53 创建于 2018年4月3日

 (0 条评论) (2 个反应) (0 位负责人)Java (138 个派生)batch import
help wanted

仓库指标

星标
 (1,877 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The Attribute Inspector does not handle displaying the Typeface of a TextView very well. Ideally, the property would be displayed as Typeface Roboto-Bold with the right-aligned value text styled with the Typeface. This is made a bit complex because the Typeface class doesn't contain methods for querying the name. A possible implementation could read from assets until it finds a font file whose Typeface == the TextView's Typeface, and we can use the name of the file as the value.

贡献者指南