< prev index next >

modules/javafx.graphics/src/main/java/com/sun/javafx/font/AndroidFontFinder.java

Print this page

        

*** 47,57 **** import com.sun.glass.utils.NativeLibLoader; /** * Class AndroidFontFinder reads font descriptor from * /system/etc/system_fonts.xml. If that file doesn't exist it is replaced by ! * embedded font descriptor {@link com/sun/t2k/android_system_fonts.xml} which * defines some basic mappings based on best guess which fonts are mandatory on * platforms lower than 4.0 and how they map to typefaces. */ class AndroidFontFinder { --- 47,57 ---- import com.sun.glass.utils.NativeLibLoader; /** * Class AndroidFontFinder reads font descriptor from * /system/etc/system_fonts.xml. If that file doesn't exist it is replaced by ! * embedded font descriptor {@link com/sun/javafx/font/android_system_fonts.xml} which * defines some basic mappings based on best guess which fonts are mandatory on * platforms lower than 4.0 and how they map to typefaces. */ class AndroidFontFinder {
< prev index next >