Loading graphics/java/android/graphics/Typeface.java +2 −2 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ public class Typeface { return createFromFamiliesWithDefault(families); } } return null; throw new RuntimeException("Font asset not found " + path); } /** Loading @@ -215,7 +215,7 @@ public class Typeface { return createFromFamiliesWithDefault(families); } } return null; throw new RuntimeException("Font not found " + path); } /** Loading Loading
graphics/java/android/graphics/Typeface.java +2 −2 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ public class Typeface { return createFromFamiliesWithDefault(families); } } return null; throw new RuntimeException("Font asset not found " + path); } /** Loading @@ -215,7 +215,7 @@ public class Typeface { return createFromFamiliesWithDefault(families); } } return null; throw new RuntimeException("Font not found " + path); } /** Loading