Searched defs:isFakeBold (Results 1 – 2 of 2) sorted by relevance
43 bool isFakeBold() const { return (mBits & MASK_FAKE_BOLD) != 0; } in isFakeBold() function82 uint16_t pack(bool isFakeBold, bool isFakeItalic, int16_t wghtAdjustment, in pack()
301 bool isFakeBold = wanted.weight() >= 600 && (wanted.weight() - actual.weight()) >= 200; in computeFakery() local