! * Return the script style of the font. */
| 382 | * Return the script style of the font. |
| 383 | */ |
| 384 | Format::FontScript Format::fontScript() const |
| 385 | { |
| 386 | return static_cast<Format::FontScript>(intProperty(FormatPrivate::P_Font_Script)); |
| 387 | } |
| 388 | |
| 389 | /*! |
| 390 | * Set the script style of the font to \a script. |
no outgoing calls
no test coverage detected