riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

Fonts Not Being Saved in tFont/tChar Format #20

Closed riuson closed 10 years ago

riuson commented 10 years ago

From joh06...@gmail.com on January 07, 2014 07:21:02

What steps will reproduce the problem? 1. Start "New Font"

  1. Just use standard "Font" name
  2. Choose font (I chose the first selected one, which was "MS Shell Dlg 2")
  3. File->Save, and save as "Font.xml"
  4. File->Convert..., and save as "Font.c" What is the expected output? What do you see instead? I was hoping to get an ouput .c file with the format that uses tChar and tFont declarations, but instead I got 95 tImage declarations, all with the same name. What version of the product are you using? On what operating system? " Revision c026d86 from 2013-10-28 21:32:36 +0600 Qt 5.1.1" Using Windows 7 64-bit Please provide any additional information below. I might be using it incorrectly, but I'm pretty sure I am correctly following the guides... Attach XML files, on which the bug occurs.

Attachment: Font.c Font.xml

Original issue: http://code.google.com/p/lcd-image-converter/issues/detail?id=20

riuson commented 10 years ago

From riu...@gmail.com on January 06, 2014 23:40:05

Try change template file name's from "qrc:///" to ":/", or select external file.

Status: Accepted

riuson commented 10 years ago

From dowhile...@gmail.com on January 07, 2014 07:44:01

Changing to ":/" fixed it! I now get the correct formatting with tChar and tFont.

Thanks for the prompt response! :D

riuson commented 10 years ago

From riu...@gmail.com on February 25, 2014 06:11:22

Status: Fixed