OVERLINE
attributes |= OVERLINE;
attributes &= ~OVERLINE;
inline bool IsOver() const { return (state & OVERLINE) == OVERLINE; }