MCPcopy Create free account
hub / github.com/KDE/labplot / fontScript

Method fontScript

src/3rdparty/QXlsx/source/xlsxformat.cpp:384–387  ·  view source on GitHub ↗

! * Return the script style of the font. */

Source from the content-addressed store, hash-verified

382 * Return the script style of the font.
383 */
384Format::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.

Callers 2

writeFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected