///////////////////////////////////////////////////////
| 281 | |
| 282 | //////////////////////////////////////////////////////////// |
| 283 | float 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 | //////////////////////////////////////////////////////////// |