Home
last modified time | relevance | path

Searched refs:m_FontWeight (Results 1 – 4 of 4) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dtheme.cc102 m_FontWeight = DefaultFontWeight; in Theme()
457 pTheme->m_FontWeight = theme->m_FontWeight; in CreateNewTheme()
609 switch (m_FontWeight) { in Save()
831 m_FontWeight = PANGO_WEIGHT_LIGHT; in Load()
835 m_FontWeight = PANGO_WEIGHT_NORMAL; in Load()
839 m_FontWeight = PANGO_WEIGHT_BOLD; in Load()
843 m_FontWeight = PANGO_WEIGHT_HEAVY; in Load()
846 m_FontWeight = PANGO_WEIGHT_THIN; in Load()
848 m_FontWeight = PANGO_WEIGHT_BOOK; in Load()
850 m_FontWeight = PANGO_WEIGHT_MEDIUM; in Load()
[all …]
H A Dpreferences.cc598 "weight", m_CurTheme->m_FontWeight, in OnSelectTheme()
832 if (m_CurTheme->m_FontWeight != Weight) { in OnFont()
833 m_CurTheme->m_FontWeight = Weight; in OnFont()
/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp107 m_FontWeight( -1 ), m_FontStyle( -1 ), m_TextPosition( 0 ), in TextFormatProperty()
114 m_FontWeight( -1 ), m_FontStyle( -1 ), m_TextPosition( 0 ), in TextFormatProperty()
128 if ( m_FontWeight != -1 ) { in apply()
130 font.setWeight( m_FontWeight ); in apply()
172 m_FontWeight = weight; in setFontWeight()
H A Dformatproperty.h116 int m_FontWeight; variable