IsBold
bool IsBold() const;
inView->SetFont(attr.IsBold() && !fEmulateBold && fAllowBold
if (attr.IsBold()) {
inline bool IsBold() const { return (state & BOLD) == BOLD; }