! * Set the script style of the font to \a script. */
| 390 | * Set the script style of the font to \a script. |
| 391 | */ |
| 392 | void Format::setFontScript(FontScript script) |
| 393 | { |
| 394 | setProperty(FormatPrivate::P_Font_Script, script, FontScriptNormal); |
| 395 | } |
| 396 | |
| 397 | /*! |
| 398 | * Return the underline style of the font. |
no outgoing calls
no test coverage detected