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

Method fontIndex

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

! * \internal */

Source from the content-addressed store, hash-verified

488 * \internal
489 */
490int Format::fontIndex() const
491{
492 if (fontIndexValid())
493 return d->font_index;
494
495 return 0;
496}
497
498/*!
499 * \internal

Callers 2

addXfFormatMethod · 0.80
writeCellXfsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected