Searched refs:BOLD_FONT_WEIGHT_DELTA (Results 1 – 2 of 2) sorted by relevance
64 public static final int BOLD_FONT_WEIGHT_DELTA = 300; field in FontFamily_Delegate446 … if (desiredWeight >= BOLD_FONT_WEIGHT && desiredWeight - srcWeight > BOLD_FONT_WEIGHT_DELTA / 2) {448 srcWeight += BOLD_FONT_WEIGHT_DELTA;
350 ((style & Font.BOLD) == 0 ? 0 : FontFamily_Delegate.BOLD_FONT_WEIGHT_DELTA); in FontsIterator()