Searched defs:isFakeBold (Results 1 – 2 of 2) sorted by relevance
88 bool isFakeBold() { return mFakeBold; } in isFakeBold() function
124 bool isFakeBold = wantedWeight >= 6 && (wantedWeight - actual.getWeight()) >= 2; in computeFakery() local