MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setPointSize

Method setPointSize

plugins/fontbrowser/fontmodel.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void FontModel::setPointSize(int size)
125{
126 if (size == m_size)
127 return;
128
129 m_size = size;
130
131 for (int i = 0; i < m_fonts.size(); ++i)
132 m_fonts[i].setPointSize(size);
133
134 fontDataChanged();
135}
136
137void FontModel::toggleItalicFont(bool italic)
138{

Callers 3

requestGrabWindowMethod · 0.45
FontBrowserWidgetMethod · 0.45
updateFontsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected