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

Method setFontSize

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

! * Set the \a size of the font in points. */

Source from the content-addressed store, hash-verified

308 * Set the \a size of the font in points.
309 */
310void Format::setFontSize(int size)
311{
312 setProperty(FormatPrivate::P_Font_Size, size, 0);
313}
314
315/*!
316 * Return whether the font is italic.

Callers 2

readFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected