Home
last modified time | relevance | path

Searched refs:TTF_FontHeight (Results 1 – 25 of 112) sorted by relevance

12345

/dports/games/adonthell/adonthell-0.3.8/src/
H A Dwin_ttf.cc60 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 DParagraph.cpp260 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 Dmessages.hpp29 #define MESSAGE_FONT_SIZE TTF_FontHeight(MESSAGE_FONT)
/dports/games/fillets-ng/fillets-ng-1.0.1/src/effect/
H A DFont.h28 int getHeight() { return TTF_FontHeight(m_ttfont); } in getHeight()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dsdl_fonts.h119 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 Dfont.c180 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 Dgfx_fonts.c329 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 DFont.cpp92 return TTF_FontHeight(m_font); in max_height()
/dports/games/wop/wop-0.4.3/src/
H A Dmessagewidget.cpp29 int maxHeight = TTF_FontHeight( m_font ); in draw()
/dports/games/violetland/violetland-0.5/src/system/graphic/text/
H A DTextManager.cpp11 m_height = TTF_FontHeight(m_font); in TextManager()
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_ttf_h.ads101 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 Dsdltruetypefont.cpp111 return TTF_FontHeight(mFont) + mRowSpacing; in getHeight()
/dports/devel/guichan/guichan-0.8.2/src/contrib/sdl/
H A Dsdltruetypefont.cpp90 return TTF_FontHeight(mFont) + mRowSpacing; in getHeight()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/
H A Dgcn_true_type_font.cc73 return TTF_FontHeight(font_) + row_spacing_; in getHeight()
/dports/games/py-fife/fifengine-0.4.2/engine/core/video/fonts/
H A Dtruetypefont.cpp77 return TTF_FontHeight(mFont) + getRowSpacing(); in getHeight()
/dports/games/qonk/qonk-0.3.1/src/
H A Dfonts.cpp87 return TTF_FontHeight( font ); in getHeight()
/dports/games/wop/wop-0.4.3/sdlwidgets/
H A Dtextarea.cpp53 int maxHeight = TTF_FontHeight( _font ); in draw()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJFont.h138 return TTF_FontHeight(font); in Height()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/iwyu/
H A Dsdl.imp34 { symbol: ["TTF_FontHeight", "private", "<SDL_ttf.h>", "public"] },
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/iwyu/
H A Dsdl.imp34 { symbol: ["TTF_FontHeight", "private", "<SDL_ttf.h>", "public"] },
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/
H A Dttf_font.cpp104 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 Dgui_string.c154 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 Dgui_string.c154 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 Dgui_string.c150 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 Dgui_string.c150 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()

12345