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

Method setFontColor

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

! * Set the \a color of the font. */

Source from the content-addressed store, hash-verified

358 * Set the \a color of the font.
359 */
360void Format::setFontColor(const QColor &color)
361{
362 setProperty(FormatPrivate::P_Font_Color, XlsxColor(color), XlsxColor());
363}
364
365/*!
366 * Return whether the font is bold.

Callers 2

setHtmlMethod · 0.45
writeHyperlinkMethod · 0.45

Calls 1

XlsxColorClass · 0.50

Tested by

no test coverage detected