MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetFontLineHeight

Method GetFontLineHeight

src/SFGUI/Engine.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114float Engine::GetFontLineHeight( const sf::Font& font, unsigned int font_size ) const {
115 return GetFontHeightProperties( font, font_size ).x;
116}
117
118float Engine::GetFontBaselineOffset( const sf::Font& font, unsigned int font_size ) const {
119 return GetFontHeightProperties( font, font_size ).y;

Callers 15

CalculateRequisitionMethod · 0.80
CalculateRequisitionMethod · 0.80
CalculateRequisitionMethod · 0.80
CalculateRequisitionMethod · 0.80
GetClientRectMethod · 0.80
CalculateRequisitionMethod · 0.80
CreateTextMethod · 0.80
HandleMouseMoveEventMethod · 0.80
CalculateRequisitionMethod · 0.80
HandleStateChangeMethod · 0.80
GetDisplayedItemCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected