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.java511 for (String fontPath : fontPaths) { in testTypeface_SupportedCmapEncodingTest()
512 Typeface typeface = Typeface.createFromAsset(mContext.getAssets(), fontPath); in testTypeface_SupportedCmapEncodingTest()
525 final String fontPath = "samplefont2.ttf"; in testTypefaceBuilder_customFallback() local
526 final Typeface regularTypeface = new Typeface.Builder(mContext.getAssets(), fontPath) in testTypefaceBuilder_customFallback()
528 final Typeface blackTypeface = new Typeface.Builder(mContext.getAssets(), fontPath) in testTypefaceBuilder_customFallback()