setItalic method

void setItalic()

Implementation

void setItalic() {
  attrs |= CellAttr.italic;
}