MCPcopy Create free account
hub / github.com/Illation/ETEngine / IsCharValid

Method IsCharValid

Engine/source/EtRendering/GraphicsTypes/SpriteFont.cpp:55–58  ·  view source on GitHub ↗

--------------------------------- SpriteFont::IsCharValid Checks if a character is in the range of drawable characters

Source from the content-addressed store, hash-verified

53// Checks if a character is in the range of drawable characters
54//
55bool SpriteFont::IsCharValid(const wchar_t& character)
56{
57 return ((character >= s_MinCharId) && (character <= s_MaxCharId));
58}
59
60//---------------------------------
61// SpriteFont::d-tor

Callers 1

LoadFntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected