Searched refs:DEFAULT_FONT_WEIGHT (Results 1 – 2 of 2) sorted by relevance
62 public static final int DEFAULT_FONT_WEIGHT = 400; field in FontFamily_Delegate344 fontInfo.mWeight = font.isBold() ? BOLD_FONT_WEIGHT : DEFAULT_FONT_WEIGHT;391 return addFont(path, DEFAULT_FONT_WEIGHT, path.endsWith(FONT_SUFFIX_ITALIC));
211 this(fontFamilies, style, FontFamily_Delegate.DEFAULT_FONT_WEIGHT);