Merge "Hide sSystemFontMap in Typeface."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3c3cf4352
@@ -128,7 +128,8 @@ public class Typeface {
|
||||
|
||||
// Following two fields are not used but left for hiddenapi private list
|
||||
/**
|
||||
* Use {@link SystemFonts#getAvailableFonts()} instead.
|
||||
* sSystemFontMap is read only and unmodifiable.
|
||||
* Use public API {@link #create(String, int)} to get the typeface for given familyName.
|
||||
*/
|
||||
@UnsupportedAppUsage(trackingBug = 123769347)
|
||||
static final Map<String, Typeface> sSystemFontMap;
|
||||
|
||||
Reference in New Issue
Block a user