summaryrefslogtreecommitdiffstats
path: root/data/fonts/system_fonts.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add casual/cursive/sans-serif-smallcaps font families.Victoria Lease2014-03-031-1/+28
| | | | | Bug: 12384866 Change-Id: I7482d228279a63ea92cb605de314b2f7d0ad483f
* Add Roboto Thin and Thin Italic fonts, as sans-serif-thin familyRaph Levien2012-09-181-0/+10
| | | | | | | | | | | | | | | | | | | 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
* Add RobotoCondensed family and optimized Roboto Light.Raph Levien2012-05-101-0/+11
| | | | | | | This adds the Roboto Condensed family (with the name sans-serif-condensed, for consistency with existing family names). Change-Id: Ied2c509ebbb2b3b8637c659e62c9a821b6941eaa
* Add Roboto Light and Light italic fonts, as sans-serif-light familyRaph Levien2012-05-091-0/+10
| | | | Change-Id: Ibbdd7a74f3731c8e9c9fe60ce04a179c081bc09c
* Fix xml coding style (turn tabs to spaces)Bart Sears2011-08-141-9/+9
| | | | | Bug: 5128762 Change-Id: Idc67a7f35e53ec4ccade37f95c3648430b2674a2
* Replacing sans serif system font with RobotoChristian Robertson2011-08-111-2/+14
| | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
* Read font info from system config filesChet Haase2011-07-151-0/+68
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