MCPcopy Create free account
hub / github.com/SFML/SFML / getKerning

Method getKerning

src/SFML/Graphics/Font.cpp:283–286  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

281
282////////////////////////////////////////////////////////////
283float Font::getKerning(std::uint32_t first, std::uint32_t second, unsigned int characterSize, bool bold) const
284{
285 return getKerning(char32_t{first}, char32_t{second}, characterSize, bold);
286}
287
288
289////////////////////////////////////////////////////////////

Callers 1

Font.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected