更新 '3rdparty/fonts/fnt.cxx'
This commit is contained in:
parent
c5a811c728
commit
08d2e254fc
4
3rdparty/fonts/fnt.cxx
vendored
4
3rdparty/fonts/fnt.cxx
vendored
@ -48,6 +48,8 @@ float fntTexFont::low_putch ( sgVec3 curpos, float pointsize,
|
|||||||
|
|
||||||
/* Auto case-convert if character is absent from font. */
|
/* Auto case-convert if character is absent from font. */
|
||||||
|
|
||||||
|
//zhongjin
|
||||||
|
/*
|
||||||
if ( ! exists [ cc ] )
|
if ( ! exists [ cc ] )
|
||||||
{
|
{
|
||||||
if ( cc >= 'A' && cc <= 'Z' )
|
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
|
We might want to consider making some absent characters from
|
||||||
others (if they exist): lowercase 'l' could be made into digit '1'
|
others (if they exist): lowercase 'l' could be made into digit '1'
|
||||||
|
Loading…
Reference in New Issue
Block a user