summaryrefslogtreecommitdiffstats
path: root/data/fonts/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Do not include DroidSansFallback on EXTENDED_FONT_FOOTPRINT builds.Roozbeh Pournader2014-07-241-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The build file is modified to hang non-module fonts on DroidSansMono instead, now that a device may not have DroidSansFallback. Also, some cleanup is done to make the rules clearer and keep usages near definitions. The support for following character will disappear from the extended profiles because of this change: U+202A LEFT-TO-RIGHT EMBEDDING U+202B RIGHT-TO-LEFT EMBEDDING U+202C POP DIRECTIONAL FORMATTING U+202D LEFT-TO-RIGHT OVERRIDE U+F95A 讀 CJK COMPATIBILITY IDEOGRAPH-F95A U+F9F3 麟 CJK COMPATIBILITY IDEOGRAPH-F9F3 U+10400 𐐀 DESERET CAPITAL LETTER LONG I U+10428 𐐨 DESERET SMALL LETTER LONG I U+1044D 𐑍 DESERET SMALL LETTER ENG U+1044E 𐑎 DESERET SMALL LETTER OI U+1044F 𐑏 DESERET SMALL LETTER EW The first four are not needed, as HarfBuzz makes sure they are rendered as invisible, the two CJK compatibility characters have canonnical decompositions to unified ideographs already supported in included Noto Sans CJK fonts, and the Deseret letters were only in DroidSansFallback for testing purposes. Change-Id: Ibb7fa61dc851710ba14c3944281e228bd2e4f5b2
* Remove the monochrome AndroidEmoji font.Roozbeh Pournader2014-07-091-2/+1
| | | | | | | | | All characters are now supported in other fonts in the fallback chain: U+303D is supported in Noto Color Emoji, everything else is supported in the subsettd Noto Sans Symbols. Bug: 15777351 Change-Id: Ibf4bbffbfdddfa9e0f08ceff96c835ffeb3e555d
* Re-enable Motoya in the extended font builds.Roozbeh Pournader2014-07-071-2/+0
| | | | | | | | The font is now included in all non-smaller font builds, as opposed to the previous "not smaller but not extended either" builds. This is in sync with not including Noto Sans Japanese in the extended build. Change-Id: Id0f79bc1de714ac876a601c4867a55b6dbfc820c
* use Noto Sans CJK fonts for EXTENDED_FONT_FOOTPRINT buildsVictoria Lease2014-06-161-7/+13
| | | | | Bug: 15569561 Change-Id: I1b8f1a9dde0a15d9bb2aa2bbe92e8c6a46d8dfc6
* Add Roboto Black Italic.Roozbeh Pournader2014-06-111-0/+2
| | | | | | | The fonts was missed during the update to Roboto v2. Bug: 15475947 Change-Id: I134138bff27bb651c91f966e20d90626172bba58
* Roboto v2Victoria Lease2014-05-221-0/+6
| | | | | | | Fresh new revisions of our Roboto family of fonts, including family aliases for sans-serif-medium and sans-serif-black. Enjoy! Change-Id: I2337ccbd1767a7769deea885e0900f1ca4329779
* update noto fontsVictoria Lease2014-05-131-20/+5
| | | | | | | | This commit represents a mass update of the Noto Fonts project, including support for a number of new scripts, and a number of fonts being moved from Droid to Noto versions. Change-Id: I163076c2c2e622520c016d2086d59efe2cf464f3
* Add RobotoCondensed-Light to build.Justin Koh2014-03-251-0/+2
| | | | | | | | Add RobotoCondensed-Light to build so that apps don't all need to include their own copy. Bug: 13087110 Change-Id: I55973a4ba2a68858b79271519a0ecc9c54f6b31e
* restore coverage lost in NotoColorEmoji transitionVictoria Lease2013-09-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following codepoints were previously provided by AndroidEmoji, but are no longer present in our fallback chain. This commit restores them by resurrecting a subset version of AndroidEmoji.ttf: U+25AB WHITE SMALL SQUARE U+25FB WHITE MEDIUM SQUARE U+25FC BLACK MEDIUM SQUARE U+25FD WHITE MEDIUM SMALL SQUARE U+25FE BLACK MEDIUM SMALL SQUARE U+2600 BLACK SUN WITH RAYS U+26AA MEDIUM WHITE CIRCLE U+26AB MEDIUM BLACK CIRCLE U+2757 HEAVY EXCLAMATION MARK SYMBOL U+2934 ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS U+2935 ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS U+2B05 LEFTWARDS BLACK ARROW U+2B06 UPWARDS BLACK ARROW U+2B07 DOWNWARDS BLACK ARROW U+2B1B BLACK LARGE SQUARE U+2B1C WHITE LARGE SQUARE U+2B50 WHITE MEDIUM STAR U+2B55 HEAVY LARGE CIRCLE U+303D PART ALTERNATION MARK These characters see regular use in kaomoji constructions (and elsewhere), and it really wouldn't do to lose them. Bug: 10144988 Change-Id: I72b541aad01bc5ccac829be44ed259c461724142
* NotoColorEmoji.ttf is the new AndroidEmoji.ttfVictoria Lease2013-09-131-2/+1
| | | | | Bug: 10144988 Change-Id: I04ebb86e283b752c43597b5f908f5c28f7806ee1
* DroidSans -> NotoSans for {Devanagari,Tamil,Thai}Victoria Lease2013-09-051-20/+0
| | | | | Bug: 7672029 Change-Id: I3b7278841ea1934b459f972d5acd99277e8f6db8
* Rename DroidNaskh UI fontRaph Levien2013-03-291-1/+1
| | | | | | | Renames DroidNaskh-Regular-SystemUI to DroidNaskhUI-Regular to be consistent with naming scheme for Noto fonts. Change-Id: I3319ee5cd85360c85b0523bd932d461eb05d1b18
* Add Roboto Thin and Thin Italic fonts, as sans-serif-thin familyRaph Levien2012-09-181-0/+4
| | | | | | | | | | | | | | | | | | | 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
* DO NOT MERGE Han PreferenceBilly Hewlett2012-08-201-10/+1
| | | | | | | | | | | | | | | | Cherry-pick Ib5dd86950156c5a438f25c289acb839206bb455a from master. Data: label MTLmr3m with "ja" locale attribute, fallback_fonts-ja.xml removed, as we only need a single fallback font file Code: Add locale and variant to TextLayoutCache. Paint.java sets textLocale as the language (for example, "ja") rather than the language/locale concatenated (for example "ja_JP") This checkin, along with Change-Id: Id8c91ae0be6cad8a7ef77a0cd5803676290986c1, allows text view objects to set their locale dynamically and skia will use the correct font for the locale. Change-Id: Ieb60b0d7a39fcfef4f8ce90cd4f6065d33673710
* add MINIMAL_FONT_FOOTPRINT configuration for PDKKeun young Park2012-06-061-40/+41
| | | | | | | | | - all non-latin fonts excluded - symlink used to create additional fonts Bug: 6540216 Change-Id: Id0909124dc1d71331bde3c5911c24eee5b1692a2
* 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/+19
| | | | | | | | | | | | 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-4/+25
| | | | | | | | | | 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-5/+49
| | | | | | | Bug: 5972956 So that mm/mmm can be used to install all the font files. Change-Id: I9378e98b3a01d26680613e5738a270077bca0b64
* Make symlinks for DroidSans.ttf and DroidSans-Bold.ttfYing Wang2011-10-061-27/+49
| | | | | | | | | | Bug: 5420351 Make the following symlinks: /system/fonts/DroidSans.ttf -> Roboto-Regular.ttf /system/fonts/DroidSans-Bold.ttf -> Roboto-Bold.ttf Change-Id: If9a74ef4ac2386cdb46d125fed8ce5771e872310
* Correction the use of SMALLER_FONT_FOOTPRINTYing Wang2011-09-291-0/+61
| | | | | | | SMALLER_FONT_FOOTPRINT is a BoardConfig variable that's only available in Android.mks but not product config makefiles. Change-Id: I1784b6e8c744ffcca1538e76d338f5800f150e72
* Manage fonts like a true product definitionJean-Baptiste Queru2010-09-141-39/+0
| | | | Change-Id: Ifc89c2fe9f4c2bb802dca34e9d53ae7176ff697c
* Revert "Manage fonts like a true product definition"Jean-Baptiste Queru2010-09-141-0/+39
| | | | This reverts commit 84d36a657d7954dc08f3ef9f057ff2526036e817.
* Manage fonts like a true product definitionJean-Baptiste Queru2010-09-141-39/+0
| | | | Change-Id: I9635f087d69dd302e3c313073a537a8ed283bb68
* initial add of Arabic, Hebrew and Thai fonts.Mike Reed2010-03-021-0/+3
|
* Support for product specific fallback font file.Ying Wang2010-02-091-8/+5
|
* Update keyguard and pattern-lock layouts for new UX designs.Daniel Sandler2009-11-121-1/+2
| | | | | | | | | | | To do this, we bring DigitalClock over from Clock into the internal widgets. Its font, Clockopia, comes along for the ride (find it in /system/fonts). This change is required for relevant code changes in frameworks/policy/phone. Change-Id: I354534f1abd9cf9557c9d18566f1d55b6be5e8f1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+38
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-38/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+35