summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/Typeface.java
Commit message (Expand)AuthorAgeFilesLines
* Fonts: add sans-serif fallback fonts firstd34d2016-02-051-1/+1
* Themes: Don't use themed fonts for non themable packagesd34d2015-10-271-5/+10
* Themes: Make parse() method in FontListParser publicd34d2015-10-271-5/+6
* Themes: Let garbage collector free up native instancesClark Scheff2015-10-271-20/+31
* Themes: Ensure themed fonts always have fallbacksd34d2015-10-271-13/+94
* Themes: Port to CM13 [1/3]Andy Mast2015-10-261-5/+60
* New weight-aware font configRaph Levien2014-08-261-30/+34
* Throw exception on nonexistent fontBehdad Esfahbod2014-08-201-2/+2
* Resolve invalid Typeface style to defaultRaph Levien2014-08-111-0/+3
* Switch all text layout to MinikinRaph Levien2014-06-261-10/+3
* Support fallbacks for custom typefaces (Minikin)Raph Levien2014-06-021-2/+20
* Language and variant selection for MinikinRaph Levien2014-05-291-1/+1
* Layoutlib fixes for L [DO NOT MERGE]Deepanshu Gupta2014-05-271-3/+20
* Add fallback fonts to system fonts (Minikin)Raph Levien2014-05-121-14/+43
* Parsing of XML font configuration files for MinikinRaph Levien2014-05-121-6/+81
* Start of Minikin integrationRaph Levien2014-05-121-0/+18
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-12/+18
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-18/+12
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-12/+18
* Initial integration of Minikin to frameworkRaph Levien2013-11-181-1/+4
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-12/+0
* Don't allocate new typefaces when not needed.Romain Guy2012-03-121-14/+64
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-1/+1
* throw if we have a null typeface native instance (so we don't crash in native...Mike Reed2009-12-171-0/+3
* hide setGammaForText, which is only used for calibrating new devicesMike Reed2009-10-011-0/+2
* expose runtime changes to gammaMike Reed2009-08-251-0/+10
* Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.cr...Romain Guy2009-05-121-5/+27
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+153
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-153/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+153