MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getComboBoxFont

Method getComboBoxFont

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304Font CtrlrCombo::CtrlrComboLF::getComboBoxFont (ComboBox &box)
305{
306 return (owner.getOwner().getOwnerPanel().getCtrlrManagerOwner().getFontManager().getFontFromString (owner.getProperty(Ids::uiComboFont)));
307}
308
309Font CtrlrCombo::CtrlrComboLF::getPopupMenuFont ()
310{

Callers

nothing calls this directly

Calls 3

getFontFromStringMethod · 0.80
getOwnerMethod · 0.45
getPropertyMethod · 0.45

Tested by

no test coverage detected