Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
bool IsFullWidthPunct(char32_t c)
279
{
280
return IsAnyOf(c, U
','
, U
'、'
, U
'。'
, U
'?'
, U
'!'
);
281
}
282
283
bool IsBreakAllowed(char32_t codepoint, char32_t nextCodepoint)
284
{
Callers
1
IsBreakAllowed
Function · 0.85
Calls
1
IsAnyOf
Function · 0.85
Tested by
no test coverage detected