OSDN Git Service

Layoutlib: Typeface support for loading fonts manually.
authorXavier Ducrohet <xav@android.com>
Thu, 4 Aug 2011 00:11:33 +0000 (17:11 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 5 Oct 2011 01:24:30 +0000 (18:24 -0700)
commit14094097329b3bdcbf26392141111d74c8b89718
tree9a41ea4a27d5bb311916b66c0f756055f97c78cf
parent178006a0e05b41b4c4de93aec30368a9102ca140
Layoutlib: Typeface support for loading fonts manually.

If the font being loaded is a system font, then we can find the font
file and manually load it.

Change-Id: I95473b1f1b88df64316b77c41ed05d4d09ab61ed
tools/layoutlib/bridge/src/android/graphics/Typeface_Delegate.java
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/FontLoader.java