MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / qwtResolvedFont

Function qwtResolvedFont

3rdparty/qwt/src/qwt_plot_renderer.cpp:117–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static inline QFont qwtResolvedFont( const QWidget* widget )
118{
119 QFont font = widget->font();
120#if QT_VERSION >= 0x060000
121 font.setResolveMask( QFont::AllPropertiesResolved );
122#else
123 font.resolve( QFont::AllPropertiesResolved );
124#endif
125
126 return font;
127}
128
129class QwtPlotRenderer::PrivateData
130{

Callers 3

renderTitleMethod · 0.85
renderFooterMethod · 0.85
renderScaleMethod · 0.85

Calls 2

fontMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected