Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ GetUnicodeRow
Function
GetUnicodeRow
Source/engine/render/text_render.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
uint16_t GetUnicodeRow(char32_t codePoint)
151
{
152
return static_cast<uint32_t>(codePoint) >> 8;
153
}
154
155
bool IsCJK(uint16_t row)
156
{
Callers
3
load
Method · 0.85
ContainsSmallFontTallCodepoints
Function · 0.85
GetLineHeight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected