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_Delegate346 fontInfo.mWeight = font.isBold() ? BOLD_FONT_WEIGHT : DEFAULT_FONT_WEIGHT;402 return addFont(path, DEFAULT_FONT_WEIGHT, path.endsWith(FONT_SUFFIX_ITALIC));
224 this(fontFamilies, style, FontFamily_Delegate.DEFAULT_FONT_WEIGHT);