mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
cut control chars for font population
zip referenceablilty for font files
This commit is contained in:
parent
bb44fa4bb7
commit
fd02044d20
2 changed files with 3 additions and 2 deletions
|
|
@ -666,7 +666,8 @@ function populateAllFonts()
|
|||
function delayedFontsPopulation(%font, %hieght, %fontNum)
|
||||
{
|
||||
echo("Font ["@ %fontNum @"] Generating "@ %font SPC %hieght);
|
||||
populateFontCacheRange(%font,%hieght,1,65535);
|
||||
populateFontCacheRange(%font,%hieght,32, 126);
|
||||
populateFontCacheRange(%font,%hieght,160, 65535);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue