! * Set the \a size of the font in points. */
| 308 | * Set the \a size of the font in points. |
| 309 | */ |
| 310 | void Format::setFontSize(int size) |
| 311 | { |
| 312 | setProperty(FormatPrivate::P_Font_Size, size, 0); |
| 313 | } |
| 314 | |
| 315 | /*! |
| 316 | * Return whether the font is italic. |
no outgoing calls
no test coverage detected