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

Function IsFullWidthPunct

Source/engine/render/text_render.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool IsFullWidthPunct(char32_t c)
279{
280 return IsAnyOf(c, U',', U'、', U'。', U'?', U'!');
281}
282
283bool IsBreakAllowed(char32_t codepoint, char32_t nextCodepoint)
284{

Callers 1

IsBreakAllowedFunction · 0.85

Calls 1

IsAnyOfFunction · 0.85

Tested by

no test coverage detected