Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java597 final Typeface thinFamily = Typeface.create(family, 100 /* weight */, false /* italic */); in testTypefaceCreate_withExactWeight() local
598 assertEquals(GLYPH_3EM_WIDTH, measureText("a", thinFamily), 0f); in testTypefaceCreate_withExactWeight()
599 assertEquals(GLYPH_1EM_WIDTH, measureText("b", thinFamily), 0f); in testTypefaceCreate_withExactWeight()
600 assertEquals(GLYPH_1EM_WIDTH, measureText("c", thinFamily), 0f); in testTypefaceCreate_withExactWeight()