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

Method setFontScript

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

! * Set the script style of the font to \a script. */

Source from the content-addressed store, hash-verified

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

Callers 2

readFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected