MCPcopy 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
150uint16_t GetUnicodeRow(char32_t codePoint)
151{
152 return static_cast<uint32_t>(codePoint) >> 8;
153}
154
155bool IsCJK(uint16_t row)
156{

Callers 3

loadMethod · 0.85
GetLineHeightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected