Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/CtrlCore/src.tpp/
H A DZooming_en-us.tpp42 [s5;:Upp`:`:FontZ`(int`,int`):%- [_^Upp`:`:Font^ Font]_[* FontZ]([@(0.0.255) int]_[*@3 face],
51 factor. Same as FontZ(Font`::STDFONT, [%-*@3 height]).&]
57 [s2; Same as FontZ(Font`::SANSSERIF, [%-*@3 height]).&]
62 [s2; Same as FontZ(Font`::SERIF, [%-*@3 height]).&]
69 [s2; Same as FontZ(Font`::MONOSPACE, [%-*@3 height]).&]
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCtrl.cpp834 Font FontZ(int face, int height) in FontZ() function
867 Font StdFontZ(int height) { return FontZ(Font::STDFONT, height); } in StdFontZ()
868 Font SansSerifZ(int height) { return FontZ(Font::SANSSERIF, height); } in SansSerifZ()
869 Font SerifZ(int height) { return FontZ(Font::SERIF, height); } in SerifZ()
870 Font MonospaceZ(int height) { return FontZ(Font::MONOSPACE, height); } in MonospaceZ()
872 Font ScreenSansZ(int height) { return FontZ(Font::SCREEN_SANS, height); } in ScreenSansZ()
873 Font ScreenSerifZ(int height) { return FontZ(Font::SCREEN_SERIF, height); } in ScreenSerifZ()
874 Font ScreenFixedZ(int height) { return FontZ(Font::SCREEN_FIXED, height); } in ScreenFixedZ()
875 Font RomanZ(int height) { return FontZ(Font::ROMAN, height); } in RomanZ()
876 Font ArialZ(int height) { return FontZ(Font::ARIAL, height); } in ArialZ()
[all …]
H A DCtrlCore.h1306 Font FontZ(int face, int height = 0);
/dports/devel/upp/upp/uppsrc/Draw/srcdoc.tpp/
H A DUhdAndDarkTheme_en-us.tpp57 :: [s5; Font [* FontZ](int face, int height `= 0);&]