/dports/games/adonthell/adonthell-0.3.8/src/ |
H A D | win_ttf.cc | 60 int real_height_ = TTF_FontHeight(ttf) + screen::scale() - 1; in win_ttf() 84 return TTF_FontHeight(ttf)/2; in glyph_height() 182 int real_height_ = TTF_FontHeight(ttf) + screen::scale() - 1; in operator []()
|
/dports/games/lincity-ng/lincity-ng-2.0/src/gui/ |
H A D | Paragraph.cpp | 260 lineheight = TTF_FontHeight(font); in resize() 315 if(TTF_FontHeight(font) > lineheight) { in resize() 316 lineheight = TTF_FontHeight(font); in resize() 403 lineheight = TTF_FontHeight(font); in resize()
|
/dports/games/barony/Barony-3.3.7/src/ |
H A D | messages.hpp | 29 #define MESSAGE_FONT_SIZE TTF_FontHeight(MESSAGE_FONT)
|
/dports/games/fillets-ng/fillets-ng-1.0.1/src/effect/ |
H A D | Font.h | 28 int getHeight() { return TTF_FontHeight(m_ttfont); } in getHeight()
|
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/ |
H A D | sdl_fonts.h | 119 uint16 get_height() const { return TTF_FontHeight(m_styles[styleNormal]); }; in get_height() 120 …t() const { return std::max(TTF_FontLineSkip(m_styles[styleNormal]), TTF_FontHeight(m_styles[style… in get_line_height()
|
/dports/games/luola/luola-1.3.2/src/ |
H A D | font.c | 180 MENU_SPACING = TTF_FontHeight (tfont_big); in init_font() 298 return TTF_FontHeight (font.tfont); in font_height()
|
/dports/games/freedink-engine/freedink-108.4/src/ |
H A D | gfx_fonts.c | 329 log_info("The font max height is: %d", TTF_FontHeight(font)); in setup_font() 578 lineskip = TTF_FontHeight(font); in print_text_wrap() 628 int lineskip = TTF_FontHeight(system_font); in print_text_wrap_debug()
|
/dports/games/legesmotus/legesmotus-0.4.0/client/ |
H A D | Font.cpp | 92 return TTF_FontHeight(m_font); in max_height()
|
/dports/games/wop/wop-0.4.3/src/ |
H A D | messagewidget.cpp | 29 int maxHeight = TTF_FontHeight( m_font ); in draw()
|
/dports/games/violetland/violetland-0.5/src/system/graphic/text/ |
H A D | TextManager.cpp | 11 m_height = TTF_FontHeight(m_font); in TextManager()
|
/dports/devel/sdl_gnat/sdl_gnat-2013/src/ |
H A D | sdl_sdl_ttf_h.ads | 101 function TTF_FontHeight (font : System.Address) return int; -- ../include/SDL/SDL_ttf.h:111 subprogspec 102 pragma Import (C, TTF_FontHeight, "TTF_FontHeight");
|
/dports/devel/fifechan/fifechan-0.1.5/src/contrib/sdl/ |
H A D | sdltruetypefont.cpp | 111 return TTF_FontHeight(mFont) + mRowSpacing; in getHeight()
|
/dports/devel/guichan/guichan-0.8.2/src/contrib/sdl/ |
H A D | sdltruetypefont.cpp | 90 return TTF_FontHeight(mFont) + mRowSpacing; in getHeight()
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/ |
H A D | gcn_true_type_font.cc | 73 return TTF_FontHeight(font_) + row_spacing_; in getHeight()
|
/dports/games/py-fife/fifengine-0.4.2/engine/core/video/fonts/ |
H A D | truetypefont.cpp | 77 return TTF_FontHeight(mFont) + getRowSpacing(); in getHeight()
|
/dports/games/qonk/qonk-0.3.1/src/ |
H A D | fonts.cpp | 87 return TTF_FontHeight( font ); in getHeight()
|
/dports/games/wop/wop-0.4.3/sdlwidgets/ |
H A D | textarea.cpp | 53 int maxHeight = TTF_FontHeight( _font ); in draw()
|
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/ |
H A D | JFont.h | 138 return TTF_FontHeight(font); in Height()
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/iwyu/ |
H A D | sdl.imp | 34 { symbol: ["TTF_FontHeight", "private", "<SDL_ttf.h>", "public"] },
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/iwyu/ |
H A D | sdl.imp | 34 { symbol: ["TTF_FontHeight", "private", "<SDL_ttf.h>", "public"] },
|
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/ |
H A D | ttf_font.cpp | 104 float last_y = pos.y - (static_cast<float>(TTF_FontHeight(m_font)) - get_height()) / 2.0f; in draw_text()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/ |
H A D | gui_string.c | 154 fill->h = (pstr ? TTF_FontHeight(pstr->font) : 0); in utf8_str_size() 270 "string is %d big", TTF_FontHeight(pstr->font), text->h); in create_utf8_surf()
|
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/ |
H A D | gui_string.c | 154 fill->h = (pstr ? TTF_FontHeight(pstr->font) : 0); in utf8_str_size() 270 "string is %d big", TTF_FontHeight(pstr->font), text->h); in create_utf8_surf()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/ |
H A D | gui_string.c | 150 Ret.h = (pString16 ? TTF_FontHeight(pString16->font) : 0); in str16size() 281 "string is %d big", TTF_FontHeight(pString->font), pText->h); in create_str16_surf()
|
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/ |
H A D | gui_string.c | 150 Ret.h = (pString16 ? TTF_FontHeight(pString16->font) : 0); in str16size() 281 "string is %d big", TTF_FontHeight(pString->font), pText->h); in create_str16_surf()
|