Searched refs:normalFont (Results 1 – 1 of 1) sorted by relevance
848 Typeface normalFont = mResources.getFont(R.font.sample_ttc_family); in testGetFont_xmlFileWithTtc() local849 assertNotNull(normalFont); in testGetFont_xmlFileWithTtc()850 Typeface italicFont = Typeface.create(normalFont, Typeface.ITALIC); in testGetFont_xmlFileWithTtc()853 assertEquals(getLargerTypeface("a", normalFont, italicFont), normalFont); in testGetFont_xmlFileWithTtc()854 assertEquals(getLargerTypeface("b", normalFont, italicFont), italicFont); in testGetFont_xmlFileWithTtc()