Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AreCharactersSupported()

bool ReLogic.Graphics.DynamicSpriteFont.AreCharactersSupported ( IEnumerable< char > characters)
inline

Definition at line 73 of file DynamicSpriteFont.cs.

74 {
75 foreach (char character in characters)
76 {
78 {
79 return false;
80 }
81 }
82 return true;
83 }
bool IsCharacterSupported(char character)

References ReLogic.Graphics.DynamicSpriteFont.IsCharacterSupported().