summaryrefslogtreecommitdiffstats
path: root/data/fonts/fonts.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add RobotoCondensed family and optimized Roboto Light.Raph Levien2012-05-101-0/+4
| | | | | | | 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/+2
| | | | Change-Id: Ibbdd7a74f3731c8e9c9fe60ce04a179c081bc09c
* Add Droid Devanagari/Tamil fonts.Victoria Lease2012-05-071-0/+1
| | | | | | | | | | | | These fonts are replacements for the Lohit Devanagari/Tamil fonts. We need to fit Devanagari onto all builds, so we only provide a single, regular-weight font there, but Tamil is omitted for SMALLER_FONT_FOOTPRINT builds and gets UI/non-UI and Regular/Bold weight versions. The UI versions of the fonts are used for UI/system display, and the non-UI versions are used only by WebView. Bug: 6318791 Change-Id: I50ff6ec4bb428c0ac30049273f03a94de05b0c4f
* Update Arabic font for SystemUIFabrice Di Meglio2012-05-041-1/+1
| | | | | | | - bug #5987379 Need an Arabic font with metrics "compatible" with Roboto - use the Alt version with GSUB optimizations Change-Id: I4d8c62cab37a7b010abab602c39899084d347fdc
* Add new Arabic font for SystemUIFabrice Di Meglio2012-04-121-1/+1
| | | | | | | - still work in progress - bug #5987379 Change-Id: I0a7f7437c9061eab0abc9d5979c947eb5511992a
* Add Japanese to fallback fontsRussell Brenner2012-04-031-2/+2
| | | | | | | | | | On devices with adequate space, add MTLmr3m.ttf (Japanese) to the set of fallback fonts. By default, DroidSansFallback (Chinese) is given priority over MTLmr3m. If the locale is changed to Japanese, the priority is reversed. Bug: 6272763 Change-Id: I785a927d6dff0206aa9a670c51fdad76e219fc97
* Build all font files as prebuilts.Ying Wang2012-02-131-26/+22
| | | | | | | Bug: 5972956 So that mm/mmm can be used to install all the font files. Change-Id: I9378e98b3a01d26680613e5738a270077bca0b64
* Revert back to DroidSansArabic font for SystemUIFabrice Di Meglio2012-02-021-0/+1
| | | | | | | - see bug #5957987 Revert to use DroidSansArabic instead of DroidNaskh font for Arabic Shaping in SystemUI - DroidNaskh was having FontMetrics not compatible with Roboto Change-Id: I9f3031c250f907c80f3992f71d929dc91686e1e5
* Emoji characters for AndroidBart Sears2011-12-131-0/+1
| | | | Change-Id: I887dca18bb5046a8390bf96c99d983d9c434648f
* Correction the use of SMALLER_FONT_FOOTPRINTYing Wang2011-09-291-13/+4
| | | | | | | SMALLER_FONT_FOOTPRINT is a BoardConfig variable that's only available in Android.mks but not product config makefiles. Change-Id: I1784b6e8c744ffcca1538e76d338f5800f150e72
* Replaced Lohit_Hindi with Lohit-DevanagariRussell Brenner2011-09-231-1/+0
| | | | | | | | | Lohit-Devanagari is now provided by external/lohit-fonts, replacing Lohit_Hindi from here. Removed font from fonts.mk and renamed in fallback_fonts.xml. Bug: 5364436 Change-Id: I0b8f65dbfdbec1802fba526209d7f88d2cf64fc4
* Add Armenian and Georgian fontsRussell Brenner2011-09-021-0/+2
| | | | | | | Add Armenian (25K) and Georgian (47K) to all devices. Bug: 5240378 Change-Id: Ia16c6db54923eb9e27c931dfd2f3c3b052361307
* Adding support for smaller font set for size-constrained devicesJustin Ho2011-08-311-4/+16
| | | | Change-Id: Ieeac9ec88085692604f21be7f28f44ad4a466f25
* Fixing formatting, removing tabsJustin Ho2011-08-311-4/+4
| | | | Change-Id: I3b3254ae96d8375f1b5029e96db94a551304420f
* Add Lohit-Hindi.ttf as a system fallback fontRussell Brenner2011-08-161-0/+1
| | | | | Bug: 5087744 Change-Id: Iccb695d082a3ad06f61384f097db2518bcb18a63
* Replacing sans serif system font with RobotoChristian Robertson2011-08-111-0/+4
| | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
* Replace DroidKufi-Regular with DroidNaskh-RegularRussell Brenner2011-07-191-1/+1
| | | | | | | | | | Naskh is a fancier font than Kufi and better for use with web page content. Until we have more refined support for fallback fonts, only one can be available at a time. This change switches from Kufi for the purpose of comparitive testing to see which should be chosen for ICS. Change-Id: I081a002b6f72461f7ce18a86b3dec36c7f0f7506
* Replace DroidSansArabic with DroidKufi-RegularRussell Brenner2011-07-191-1/+1
| | | | | | | | Add new Kufi and Naskh fonts with regular and bold styles, replacing Arabic (regular). Because of memory contraints, only Kufi-Regular is currently being installed. The rest remain on standby for future use. Change-Id: I75a3fb5777494e8bcd540d3603ab6390e44c5803
* Include DroidSansEthiopic-Regular as fallback fontRussell Brenner2011-07-191-0/+1
| | | | | | | | Font file was previously added to source tree with another CL: https://android-git.corp.google.com/g/117734 Change-Id: I03d33d1f6af950c57093efaf78f36a12bcf82689
* Read font info from system config filesChet Haase2011-07-151-1/+3
| | | | | | | | | | | | 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
* Add Hebrew bold and regular font filesRussell Brenner2011-06-011-1/+2
| | | | Change-Id: I5c4a011990a3132107b4d49bfee9a239f70dd32d
* Wrong clock font in system bar. Whoops.Daniel Sandler2011-01-261-1/+1
| | | | | Bug: 3385564 Change-Id: I7231e9f7494bce436e93aed9793770cff40841a4
* Fit and finish on status bar:Daniel Sandler2011-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | - Clock color fixed. [3374581] - Clock vertically aligned. [3388224] - Clock uses system font assets now. [3385564] - Solid version of AndroidClock added to build. [3385564] - Extraneous background glow removed from notification panel. - Removed solid black background from notifications. [3388223] - Added background image behind large notification icons and increased large size to 64dip [3388434, 3384355] - Corrected size & leading of notification text [3388577] Bug: 3374581 Bug: 3384355 Bug: 3385564 Bug: 3388223 Bug: 3388224 Bug: 3388434 Bug: 3388577 Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed
* Fix 3148496: Update LockScreen clock to use new font.Jim Miller2010-12-171-1/+3
| | | | Change-Id: I8a4133f633bd3927de75010099e29ad847f3f671
* Manage fonts like a true product definitionJean-Baptiste Queru2010-09-141-0/+29
| | | | Change-Id: Ifc89c2fe9f4c2bb802dca34e9d53ae7176ff697c
* Revert "Manage fonts like a true product definition"Jean-Baptiste Queru2010-09-141-29/+0
| | | | This reverts commit 84d36a657d7954dc08f3ef9f057ff2526036e817.
* Manage fonts like a true product definitionJean-Baptiste Queru2010-09-141-0/+29
Change-Id: I9635f087d69dd302e3c313073a537a8ed283bb68