History log of /frameworks/base/data/fonts/system_fonts.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be456f2e81ac9c205178883b6cbf880304665319 19-Sep-2012 Raph Levien <raph@google.com> Add Roboto Thin and Thin Italic fonts, as sans-serif-thin family

This change adds the Roboto Thin and Thin Italic font variants, which
are accessible through, for example, Typeface.create("sans-serif-thin",
Typeface.NORMAL).

The version checked in is Roboto_1.100150 as obtained from Christian.
The other fonts in the family should probably be rev'ed as well, but
that would be a separate change.

I verified that the fonts work, that they're thin, that kerning and
ligatures work, and that the "kern" table (redundant and bulky) is
missing.

This should close bug 7173069: Integrate roboto thin to support jb mr1
time displays

Change-Id: I5c950a1843675668b83c005234b44abbe924d9fe
/frameworks/base/data/fonts/system_fonts.xml
467ea516175f5dfa52c4b9900d24e6b0062721d1 11-May-2012 Raph Levien <raph@google.com> Add RobotoCondensed family and optimized Roboto Light.

This adds the Roboto Condensed family (with the name
sans-serif-condensed, for consistency with existing family names).

Change-Id: Ied2c509ebbb2b3b8637c659e62c9a821b6941eaa
/frameworks/base/data/fonts/system_fonts.xml
289c09aae5879936bdeeabdc8047fcf2c7d28c6e 09-May-2012 Raph Levien <raph@google.com> Add Roboto Light and Light italic fonts, as sans-serif-light family

Change-Id: Ibbdd7a74f3731c8e9c9fe60ce04a179c081bc09c
/frameworks/base/data/fonts/system_fonts.xml
3939c35a6c389d4d69e5609468e9fd5a1cd96fbf 15-Aug-2011 Bart Sears <bsears@google.com> Fix xml coding style (turn tabs to spaces)

Bug: 5128762
Change-Id: Idc67a7f35e53ec4ccade37f95c3648430b2674a2
/frameworks/base/data/fonts/system_fonts.xml
beb2b5cfdb79ac9147296e3a6bd21970a947a6f4 10-Aug-2011 Christian Robertson <robertsonc@google.com> Replacing sans serif system font with Roboto

Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
/frameworks/base/data/fonts/system_fonts.xml
c8f060c93854883d5d7a825b11b18c7f4e76e2b0 06-Jul-2011 Chet Haase <chet@google.com> Read font info from system config files

This change adds new files in /system/etc: system_fonts.xml and
fallback_fonts.xml. The change also allows a third file to be added
by vendors in /vendor/etc/fallback_fonts.xml. These files, loaded at
boot time, mimic the logic that used to be in code, but which is
now configurable through editing these files, making the system more
flexible and easy to work with for us and vendors as future fonts
are added to the system.

Change-Id: I209f1ef08a5279b376b89a880241906387efd576
/frameworks/base/data/fonts/system_fonts.xml