Searched refs:ATTR_WEIGHT (Results 1 – 2 of 2) sorted by relevance
73 private static final String ATTR_WEIGHT = "weight"; field in FontUpdateRequest.Font133 out.attributeInt(null, ATTR_WEIGHT, font.getFontStyle().getWeight()); in writeToXml()153 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()
58 public static final String ATTR_WEIGHT = "weight"; field in FontListParser228 String weightStr = parser.getAttributeValue(null, ATTR_WEIGHT); in readFont()