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

next
zhongjin 2 years ago
parent c5a811c728
commit 08d2e254fc

@ -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'

Loading…
Cancel
Save