Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
bool IsSmallFontTallRow(uint16_t row)
166
{
167
return IsCJK(row) || IsHangul(row);
168
}
169
170
void GetFontPath(GameFontTables size, uint16_t row, string_view ext, char *out)
171
{
Callers
2
ContainsSmallFontTallCodepoints
Function · 0.85
GetLineHeight
Function · 0.85
Calls
2
IsCJK
Function · 0.85
IsHangul
Function · 0.85
Tested by
no test coverage detected