Which font type is the easiest one to parse & render

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
osdnlo
Member
Member
Posts: 136
Joined: Thu Feb 25, 2010 5:39 pm

Re: Which font type is the easiest one to parse & render

Post by osdnlo »

After reading this: http://www.logoi.com/notes/symbols_number.html

I realize now why you will have a hard time doing what you want. Sorry for the confusion.

You might try this: http://www.wazu.jp/gallery/Fonts_Chines ... ional.html

I am not sure if it will be at all any help to you. I'm having a hard time wrapping my head around the concept of you having no alphabet. I mean, how do other people create chinese fonts? There has to be some way to do it. Maybe they just use a common set of sounds, and liken it to the english alphabet and map keys and create fonts that way? I don't know, sorry. :)
Yes, I see that you have proven it, but my question was, 'How did you know that would work?'.
User avatar
osdnlo
Member
Member
Posts: 136
Joined: Thu Feb 25, 2010 5:39 pm

Re: Which font type is the easiest one to parse & render

Post by osdnlo »

A: All keyboards, no matter what symbols appear on the keycaps themselves, convert individual key presses into intermediate electronic signals that are then interpreted by low-level layers of software into sequences of input characters (or commands). Characters themselves are not hard-wired into keys.

Because the set of Chinese characters is so huge, it is highly impractical (and for any practical keyboard, impossible) to try to map each character to a single key. Therefore, all keyboards for inputting Chinese characters make use of schemes involving sequences of key presses to select specific Chinese characters or sequences of characters from the available repertoire supported.
I was wrong! :shock:

ref: http://unicode.org/faq/font_keyboard.html#7
Yes, I see that you have proven it, but my question was, 'How did you know that would work?'.
Post Reply