From 08d2e254fc5ec500c076ceab376b19d22708aa21 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 21:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'3rdparty/fonts/fnt.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/fonts/fnt.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3rdparty/fonts/fnt.cxx b/3rdparty/fonts/fnt.cxx index 5cee716..458f65c 100644 --- a/3rdparty/fonts/fnt.cxx +++ b/3rdparty/fonts/fnt.cxx @@ -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'