更新 '3rdparty/fonts/fnt.cxx'

This commit is contained in:
zhongjin 2022-11-21 21:10:07 +08:00
parent c5a811c728
commit 08d2e254fc

View File

@ -48,6 +48,8 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
/* Auto case-convert if character is absent from font. */
//zhongjin
/*
if ( ! exists [ cc ] )
{
if ( cc >= 'A' && cc <= 'Z' )
@ -63,6 +65,8 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
}
}
*/
/*
We might want to consider making some absent characters from
others (if they exist): lowercase 'l' could be made into digit '1'