Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java633 final Typeface boldItalicFamily = in testTypefaceCreate_withExactStyle() local
635 assertEquals(GLYPH_1EM_WIDTH, measureText("a", boldItalicFamily), 0f); in testTypefaceCreate_withExactStyle()
636 assertEquals(GLYPH_1EM_WIDTH, measureText("b", boldItalicFamily), 0f); in testTypefaceCreate_withExactStyle()
637 assertEquals(GLYPH_3EM_WIDTH, measureText("c", boldItalicFamily), 0f); in testTypefaceCreate_withExactStyle()