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