+ Reply to Thread
Results 81 to 100 of 200
m6_font_import tool
This is a discussion on m6_font_import tool within the Community Development forums, part of the miniPlayer M6 / SL category; Originally Posted by madman Extract to "m6_font_import" folder and copy the folder to C:\ Edit the font.txt file in notepad ...
-
09-05-2007 #81
OK THIS is WHERE I GET CONFUSED , what resource bin file ??????
can u guys brake it down to lamen's term , I 'm almost there
but in the cmd window when I do the "m6_font_import.exe resource.bin font.txt out.bin" it tells me Importing....
Failed to open input file.
Please help :D
Laters Haters,
-
09-05-2007 #82Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
09-05-2007 #83
-
09-05-2007 #84Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
09-05-2007 #85
-
09-05-2007 #86Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
09-05-2007 #87
I need to adjust Ident of some font , I attach photo thai lang tag from ipod to you to make you more understand thai lang. ID format
** My thai lang tag have some char OVER the char; Some char UNDER char , not like english is sort 123ABC
Now I already Thai bitmap font each char in *.bmp file, Any help me pls
Thai user to much waiting for this after now M6 can read Thai on M6 about 90 % We need to make more correct.

Last edited by Erag0n; 09-05-2007 at 11:27 AM.
-
09-05-2007 #88Passing By
- Join Date
- Aug 2007
- Posts
- 18
- Thanks
- 0
Thanked 0 Times in 0 PostsOur Thai language is like this
"สวัสดีครับทุกๆท่าน...ผมอีทีซี"
But now our meizu M6 Show its like this
"สว ัสด ีคร ับท ุกๆท ่ าน...ผมอ ีท ีซ ี"
If above Thai sentences doesn't appear please install
Thai font on your computer.
Hope this might give you some idea on how to fix it.
Thanks in advanceLast edited by Hotsport; 09-05-2007 at 11:23 AM. Reason: Thai font showing on computer
-
09-05-2007 #89Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 PostsOh guys, I've forgotten to warn you... Thai language is one of the languages that require complex glyph shaping...
That means that the input number of code points doesn't equal to output number of glyphs to represent these code points. In the example you've given:
these 4 code points 0x3626 0x3623 0x3633 0x3626 must be shown as 3 glyphs. This problem can't be solved without unicode shaping engine... If Meizu opened the source of the firmware I would add here normal vector fonts and support of the languages with complex scripts. For now it's impossible, sorry.
-
09-05-2007 #90
-
09-05-2007 #91Passing By
- Join Date
- Aug 2007
- Posts
- 18
- Thanks
- 0
Thanked 0 Times in 0 PostsWell we all know that it's a complex language.
Let's hope Meizu open source the firmware.
Thanks anyway Asmo
-
09-05-2007 #92
It is amazing to see that only questions posted by geeks get answer by other geeks (right away)
, I thought this website was to help people with different issues with their player or to teach them on "How to" not so.....
I just wanted to remind all the BRAINS out there:D that ,they had to start some where at one point , they weren't born with the knowledge of computer
, so cut some slacks to the people here who actually want to learn something new about their players , be kind and transfer you knowledge to others , it'll make you feel better knowing that you made someone happy by teaching them a new thing :D "PASS IT ON"
Laters, Haters
-
09-05-2007 #93Passing By
- Join Date
- Feb 2007
- Posts
- 9
- Thanks
- 0
Thanked 0 Times in 0 PostsHi, iversonjack
CHINESE Font resource
<chinese>
HanWangWCL10
DEFAULT
700
2E80 2EFF
2FF0 2FFF
3000 303F
3040 309F
30A0 30FF
3190 319F
31C0 31EF
31F0 31FF
3200 32FF
3300 33FF
3400 4DBF
4E00 9FBF
F900 FAFF
FE30 FE4F
FF00 FFEF
20000 2A6DF
2F800 2FA1F
-
09-05-2007 #94Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 PostsThe BRAINS has heard you :D, so here is it, the answer to your question!
Just download the firmware package (see this thread) and you'll find in archive 2 files. One of them is resource.bin, which you have to put to the same directory as m6_font_import.exe. Then follow the common instructions.
What!? Hey, the last 2 lines won't work, cause my program operates only UTF-16 encoding, more precisely UCS-2, i.e. 2 bytes per code point. And the most important - M6 supports only UCS-2! Do not use codepoints after 0xFFFE even if program doesn't crash (generally speaking - it should crash, but strange things happen...
Originally Posted by ssungiri
)
Last edited by Asmo; 09-05-2007 at 11:17 PM.
-
09-06-2007 #95Valued Member
- Join Date
- Nov 2006
- Location
- Brisbane, Australia
- Posts
- 1,465
- Thanks
- 0
Thanked 0 Times in 0 PostsI am tempted to try ssungiri's code there. Asmo, is it safe? Can the font name be in chinese, or does it have to be in English? I am very interested.
Meizu M8 MiniOne
The Revolution Is Here
-
09-06-2007 #96Passing By
- Join Date
- Sep 2007
- Posts
- 2
- Thanks
- 0
Thanked 0 Times in 0 PostsMy player correctly shows file names in cyrillic, but in the song list it uses wrong characters. Is there any way to fix this?
-
09-06-2007 #97
Thanks Asmo , I had it to work this am :D, I actually used a "resource.bin" from a custom skin , worked good
wish I knew more about all that stuff
, but doing some digging around the forum can be a lot of fun :D
Laters Haters
-
09-06-2007 #98Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 PostsLast edited by Asmo; 09-06-2007 at 06:58 AM.
-
09-06-2007 #99Valued Member
- Join Date
- Nov 2006
- Location
- Brisbane, Australia
- Posts
- 1,465
- Thanks
- 0
Thanked 0 Times in 0 PostsAsmo, you talked about saving files in UTF-16. I don't have the option to save under UTF-16 in notepad... reason why? (sorry if I am noob). All I see is ANSI, Unicode, Unicode big endian, UTF-8.
PS: I have successfully uploaded a Chinese simplified font onto my M6, but only because the Chinese simplified font has an english title.Last edited by iversonjack; 09-06-2007 at 07:39 AM.
Meizu M8 MiniOne
The Revolution Is Here
-
09-06-2007 #100Valued Member
- Join Date
- Nov 2006
- Location
- Belarus, Minsk
- Posts
- 59
- Thanks
- 0
Thanked 0 Times in 0 Posts
Similar Threads
-
Video Rotating Tool??
By Superman92 in forum Video and ImagingReplies: 7Last Post: 04-27-2008, 12:49 PM -
m6_patch_font tool
By Asmo in forum RussianReplies: 28Last Post: 10-05-2007, 05:45 AM -
Official iPhone Tool
By iversonjack in forum Off TopicReplies: 9Last Post: 08-12-2007, 04:23 AM





Reply With Quote

