Searched refs:weightStr (Results 1 – 1 of 1) sorted by relevance
147 String weightStr = parser.getAttributeValue(null, "weight"); in readFont() local148 int weight = weightStr == null ? 400 : Integer.parseInt(weightStr); in readFont()207 String weightStr = parser.getAttributeValue(null, "weight"); in readAlias() local208 if (weightStr == null) { in readAlias()211 alias.weight = Integer.parseInt(weightStr); in readAlias()