Searched refs:EXTENSION_OTF (Results 1 – 1 of 1) sorted by relevance
69 private static final String EXTENSION_OTF = ".otf"; field in FontFamily_Delegate265 if (path.endsWith(EXTENSION_OTF) && e instanceof FontFormatException) { in loadFont()