From a87a132ebf1c2dd733cf52feff6e44525257c961 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 12 May 2009 13:22:18 -0700 Subject: [PATCH] Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). --- api/current.xml | 26 ++++++++++++++++ core/jni/android/graphics/Typeface.cpp | 16 +++++++--- graphics/java/android/graphics/Typeface.java | 32 +++++++++++++++++--- 3 files changed, 65 insertions(+), 9 deletions(-) diff --git a/api/current.xml b/api/current.xml index 14faadc7bdf7a..40fe8e7295da2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -53318,6 +53318,32 @@ + + + + + + + +