- Joined
- Jan 26, 2008
- Messages
- 2,131
- Reaction score
- 5
- Trophies
- 1
- Age
- 36
- Location
- Seoul.. (in Korea)
- Website
- Visit site
- XP
- 211
- Country

once to come see it, I THINK it supports single byte ascii.
snipped from fonr.c:
CODE
scene(00001)
{
font(" ! " ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9");
font(" : = ? A B C D E F G H I J K L M N O P Q");
font(" R S T U V W X Y Z [ ] _ a b c d e f g h");
font(" i j k l m n o p q r s t u v w x y z ? ?");
font(" ?????????????…’?????");
font("?×÷?????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font(" ;??");
as you can see, the first few lines have single byte chars.. not sure though XD
snipped from fonr.c:
CODE
scene(00001)
{
font(" ! " ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9");
font(" : = ? A B C D E F G H I J K L M N O P Q");
font(" R S T U V W X Y Z [ ] _ a b c d e f g h");
font(" i j k l m n o p q r s t u v w x y z ? ?");
font(" ?????????????…’?????");
font("?×÷?????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font("????????????????????");
font(" ;??");
as you can see, the first few lines have single byte chars.. not sure though XD













