Author Topic: Questions about .g1l files  (Read 5914 times)

0 Members and 1 Guest are viewing this topic.

Offline northern_snow

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 132
  • Rating: +17/-1
    • View Profile
Questions about .g1l files
« on: August 12, 2012, 08:15:28 am »
Diameter, a programmer in China, developed an Add-In for reading Chinese txt files. Now he is working on Chinese localization of 9860. There is a Russian Language Add-in which released long ago, so similar things may can be done to Chinese.
Here are some questions:
1. How to make *.g1l files? Does CASIO provide any software?
2. Does the g1l file contain a full font, or just "tell" the OS to display the characters that stored in the system?
3. Are there any limits of the font, for example, must be 8x6 large?
Thanks!
And sorry for my bad expression of English

This is an example of Chinese display of 7x7 characters.
« Last Edit: August 12, 2012, 08:40:35 am by northern_snow »

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Questions about .g1l files
« Reply #1 on: August 12, 2012, 09:25:52 am »
No casio doesnt provide any software to do this, however, this type of files (.G1l) is easy to hack with a hex editor.  :evillaugh:

i think russian characters are included in the OS, and chinese characters no (since diameter and other CS chinese devs uses a custom font)

if indeed, the Chinese caracters are not Included in os, there are one solution: Os Modding to inject Chinese font in os and create a custom (.g1l)

for casio fx-cg10/20, casio released a software update (1.04) to add support for Chinese characters, fx9860 and was never updated after this

« Last Edit: August 12, 2012, 09:27:47 am by helder7 »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Questions about .g1l files
« Reply #2 on: August 12, 2012, 12:12:22 pm »
This is a pretty cool project. I wonder if it is possible to just store the characters in memory somewhere, and just tell the os where to look for it. Essentially, doing a hack to redirect to the font file as opposed to modding the os itself (which I imagine would be more complicated).