If italic is true, sets the text format's font to be italic; otherwise the font will be non-italic.
Definition at line 393 of file qtextformat.h. References QTextFormat::setProperty(). Referenced by Highlighter::Highlighter(), MainWindow::newLetter(), Window::reformatHeaders(), QTextCharFormat::setFont(), and QTextEdit::setFontItalic(). { setProperty(FontItalic, italic); }
|