MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsSmallFontTallRow

Function IsSmallFontTallRow

Source/engine/render/text_render.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165bool IsSmallFontTallRow(uint16_t row)
166{
167 return IsCJK(row) || IsHangul(row);
168}
169
170void GetFontPath(GameFontTables size, uint16_t row, string_view ext, char *out)
171{

Callers 2

GetLineHeightFunction · 0.85

Calls 2

IsCJKFunction · 0.85
IsHangulFunction · 0.85

Tested by

no test coverage detected