Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Draw/
H A DDraw.h90 static Size GetStdFontSize();
250 inline Size GetStdFontSize() { return Font::GetStdFontSize(); } // deprecated in GetStdFontSize() function
251 inline int GetStdFontCy() { return GetStdFontSize().cy; } in GetStdFontCy()
614 static Size GetStdFontSize() { return UPP::GetStdFontSize(); } in GetStdFontSize() function
615 static int GetStdFontCy() { return GetStdFontSize().cy; } in GetStdFontCy()
H A DFont.cpp183 Size Font::GetStdFontSize() in GetStdFontSize() function in Upp::Font
/dports/devel/upp/upp/uppsrc/Draw/src.tpp/
H A DFont_en-us.tpp88 [s5;:Font`:`:GetStdFontSize`(`): [@(0.0.255) static] [_^Size^ Size]_[* GetStdFontSize]()&]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DEditField.cpp389 int mw = min(r.Width(), Draw::GetStdFontSize().cx); in Finish()