Home
last modified time | relevance | path

Searched refs:fontPath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java543 for (String fontPath : fontPaths) { in testTypeface_SupportedCmapEncodingTest()
544 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), fontPath); in testTypeface_SupportedCmapEncodingTest()
557 final String fontPath = "fonts/others/samplefont2.ttf"; in testTypefaceBuilder_customFallback() local
558 final Typeface regularTypeface = new Typeface.Builder(mContext.getAssets(), fontPath) in testTypefaceBuilder_customFallback()
560 final Typeface blackTypeface = new Typeface.Builder(mContext.getAssets(), fontPath) in testTypefaceBuilder_customFallback()