Home
last modified time | relevance | path

Searched refs:mFontWeight (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/textrenderer/
H A Dqgstextcharacterformat.cpp23 , mFontWeight( format.hasProperty( QTextFormat::FontWeight ) ? format.fontWeight() : -1 ) in QgsTextCharacterFormat()
81 if ( mFontWeight != -1 ) in updateFontForFormat()
82 font.setWeight( mFontWeight ); in updateFontForFormat()
110 return mFontWeight;
115 mFontWeight = fontWeight;
H A Dqgstextcharacterformat.h172 int mFontWeight = -1;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/textrenderer/
H A Dqgstextcharacterformat.cpp23 , mFontWeight( format.hasProperty( QTextFormat::FontWeight ) ? format.fontWeight() : -1 ) in QgsTextCharacterFormat()
81 if ( mFontWeight != -1 ) in updateFontForFormat()
82 font.setWeight( mFontWeight ); in updateFontForFormat()
110 return mFontWeight;
115 mFontWeight = fontWeight;
H A Dqgstextcharacterformat.h172 int mFontWeight = -1;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DText.cpp81 mFontWeight(FONT_WEIGHT_UNSET), in Text()
102 mFontWeight(FONT_WEIGHT_UNSET), in Text()
181 mFontWeight(Text::WEIGHT_UNSET), in Text()
214 , mFontWeight ( orig.mFontWeight ) in Text()
233 mFontWeight = rhs.mFontWeight; in operator =()
280 return mFontWeight; in getFontWeight()
374 return (mFontWeight != FONT_WEIGHT_INVALID && mFontWeight != FONT_WEIGHT_UNSET); in isSetFontWeight()
432 mFontWeight = fontWeight; in setFontWeight()
447 this->mFontWeight = weight; in setFontWeight()
655 mFontWeight = FONT_WEIGHT_INVALID; in unsetFontWeight()
[all …]
H A DRenderGroup.cpp92 , mFontWeight(FONT_WEIGHT_UNSET) in RenderGroup()
113 , mFontWeight (FONT_WEIGHT_UNSET) in RenderGroup()
244 mFontWeight(Text::WEIGHT_UNSET), in RenderGroup()
274 , mFontWeight ( orig.mFontWeight ) in RenderGroup()
298 mFontWeight = rhs.mFontWeight; in operator =()
366 return mFontWeight; in getFontWeight()
520 return (mFontWeight != FONT_WEIGHT_INVALID && mFontWeight != FONT_WEIGHT_UNSET); in isSetFontWeight()
630 mFontWeight = FONT_WEIGHT_INVALID; in setFontWeight()
635 mFontWeight = fontWeight; in setFontWeight()
651 mFontWeight = weight; in setFontWeight()
[all …]
H A DDefaultValues.cpp88 , mFontWeight (FONT_WEIGHT_NORMAL) in DefaultValues()
130 , mFontWeight(FONT_WEIGHT_NORMAL) in DefaultValues()
173 , mFontWeight ( orig.mFontWeight ) in DefaultValues()
217 mFontWeight = rhs.mFontWeight; in operator =()
510 return (FontWeight_t)(mFontWeight); in getFontWeight()
1251 mFontWeight = fontWeight; in setFontWeight()
1264 mFontWeight = FONT_WEIGHT_INVALID; in setFontWeight()
1269 mFontWeight = fontWeight; in setFontWeight()
1282 if (mFontWeight == Text::WEIGHT_INVALID) in setFontWeight()
1882 mFontWeight = Text::WEIGHT_INVALID; in unsetFontWeight()
[all …]
H A DText.h128 int mFontWeight; variable
H A DRenderGroup.h93 int mFontWeight; variable
H A DDefaultValues.h119 int mFontWeight; variable
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_dwrite.cpp302 DWRITE_FONT_WEIGHT mFontWeight; member
614 mFontWeight(DWRITE_FONT_WEIGHT_NORMAL), in DWriteContext()
855 mFontWeight = static_cast<DWRITE_FONT_WEIGHT>(logFont.lfWeight); in SetFontByLOGFONT()
874 mFontWeight = item.fontWeight; in SetFont()
892 item.fontWeight = mFontWeight; in SetFont()
1033 textLayout->SetFontWeight(mFontWeight, textRange); in DrawText()