Home
last modified time | relevance | path

Searched refs:CPFontSize (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Doptions.h223 int CPFontSize; // ColorPicker font size (units: pt) variable
H A Dlockablecolorpicker.cc51 fontd.set_size((options.CPFontFamily == "default" ? 8 : options.CPFontSize) * Pango::SCALE); in updateBackBuffer()
H A Doptions.cc352 CPFontSize = 8; in setDefaults()
1262 CPFontSize = keyFile.get_integer("GUI", "CPFontSize"); in readFromFile()
2079 keyFile.set_integer("GUI", "CPFontSize", CPFontSize); in saveToFile()
H A Dpreferences.cc1038 …erFontFB->set_font_name(Glib::ustring::compose("%1 %2", options.CPFontFamily, options.CPFontSize)); in getGeneralPanel()
1648 moptions.CPFontSize = cpfd.get_size() / Pango::SCALE; in storePreferences()
1914 …FontFB->set_font_name (Glib::ustring::compose ("%1 %2", options.CPFontFamily, options.CPFontSize)); in fillPreferences()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Doptions.h231 int CPFontSize; // ColorPicker font size (units: pt) variable
H A Dlockablecolorpicker.cc52 fontd.set_size((options.CPFontFamily == "default" ? 8 : options.CPFontSize) * Pango::SCALE); in updateBackBuffer()
H A Doptions.cc338 CPFontSize = 8; in setDefaults()
1341 CPFontSize = keyFile.get_integer("GUI", "CPFontSize"); in readFromFile()
2093 keyFile.set_integer("GUI", "CPFontSize", CPFontSize); in saveToFile()
H A Dpreferences.cc820 …erFontFB->set_font_name(Glib::ustring::compose("%1 %2", options.CPFontFamily, options.CPFontSize)); in getGeneralPanel()
1503 moptions.CPFontSize = cpfd.get_size() / Pango::SCALE; in storePreferences()
1791 …FontFB->set_font_name (Glib::ustring::compose ("%1 %2", options.CPFontFamily, options.CPFontSize)); in fillPreferences()