BOLD
attributes |= BOLD;
attributes &= ~BOLD;
inline bool IsBold() const { return (state & BOLD) == BOLD; }