More letters

  • tptquantum
    11th Apr 2016 Member 0 Permalink

    Hi! I want that the special letters for some languages like French to be added. It's é,ê,è,ç,à,î,û,â,à. Thanks!

  • tptquantum
    13th Apr 2016 Member 0 Permalink

    up!

  • jacob2
    13th Apr 2016 Member 0 Permalink
    The font format we use doesn't have enough space for these, and by that I mean we're running out of new font IDs (there are 255 open slots and we use about 240 of them), and also there might not be enough room for taller characters.

    In my mod I modified the format slightly which brings it closer to solving the second issue (it allows you to modify an x/y offset). But it will take a lot of work to fix the first.

    If someone wants to work on it I could give advice :p, mniip once made some changes that fixed the first issue but caused a ton of other bugs. I think the modified font format in my mod would solve the other bugs it created though.
  • TawerMirror
    15th Apr 2016 Member 0 Permalink

    It seems not a serious problem...er,U know,TPT in Chinese version has been built already,a French version seems easier,because they are all letters but not characters!

  • tptquantum
    21st Apr 2016 Member 1 Permalink

    jacob2:

    The font format we use doesn't have enough space for these, and by that I mean we're running out of new font IDs (there are 255 open slots and we use about 240 of them), and also there might not be enough room for taller characters.

    In my mod I modified the format slightly which brings it closer to solving the second issue (it allows you to modify an x/y offset). But it will take a lot of work to fix the first.

    If someone wants to work on it I could give advice :p, mniip once made some changes that fixed the first issue but caused a ton of other bugs. I think the modified font format in my mod would solve the other bugs it created though.

     Ok. Good luck!