Fansite and Forum for Meizu Products
 
       



Go Back   Meizu Me > General > Community Development

m6_font_import tool

Community Development

Reply
 
Thread Tools Display Modes
Old 09-05-2007   #81 (permalink)
Freshman Uzime is an unknown quantity at this point
 
Uzime's Avatar
 
Join Date: Aug 2007
Location: Gates of Hell
Posts: 30
Quote:
Originally Posted by madman View Post
Extract to "m6_font_import" folder and copy the folder to C:\
Edit the font.txt file in notepad and enter the name of the font you want to use.

EG:
One Stroke Script LET
700
0x0021 0x00ff
0x0400 0x04f0

Then save the text file.



Copy the resource.bin file you want to use to the font patch folder.

Click on start menu and select run then type in "cmd" to open a command window.

In the command window type "cd C:\" and press enter to go to C: drive.
Then type "cd m6_font_import" and press enter to go to the font patch folder.
Then type "m6_font_import.exe resource.bin font.txt out.bin" to run the patch which will create "out.bin".
Copy out.bin to your player and rename it resource.bin then reboot as normal to load the resources and your new font.

The easiest wat to check out what fonts are available on your PC and their names is to use something like Microsoft Word to preview the fonts in the drop down menu.



You can also go to www.dafont.com and download thousands of free fonts which you just need to copy to the C:\Windows\Fonts directory.

EDIT: oooops a bit slow......
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,
Uzime is offline   Reply With Quote
Old 09-05-2007   #82 (permalink)
Valued Member Asmo is on a distinguished road
 
Join Date: Nov 2006
Location: Belarus, Minsk
Posts: 59
Quote:
Originally Posted by gzdanny View Post
Could you export all fonts ( in bitmap format will be ok ) in the official resource.bin? So we can know which character need to import.

If the bitmaps could come with the range that will be great!
See the first post.
Asmo is offline   Reply With Quote
Old 09-05-2007   #83 (permalink)
Freshman Erag0n is on a distinguished road
 
Erag0n's Avatar
 
Join Date: Nov 2006
Location: Thailand
Posts: 44
Quote:
Originally Posted by Asmo View Post
See the first post.
Any address or offset for that font ?
Erag0n is offline   Reply With Quote
Old 09-05-2007   #84 (permalink)
Valued Member Asmo is on a distinguished road
 
Join Date: Nov 2006
Location: Belarus, Minsk
Posts: 59
Quote:
Originally Posted by Erag0n View Post
Any address or offset for that font ?
Offset? Where? In resource.bin 16x16 font is kept in block #26, 20x20 - in block #27.
Asmo is offline   Reply With Quote
Old 09-05-2007   #85 (permalink)
Freshman Erag0n is on a distinguished road
 
Erag0n's Avatar
 
Join Date: Nov 2006
Location: Thailand
Posts: 44
Quote:
Originally Posted by Asmo View Post
Offset? Where? In resource.bin 16x16 font is kept in block #26, 20x20 - in block #27.
Sorry , again . How I access resource.bin to block #26 #27
What program to use open ? Thank you If you don't mind, I try to mod. in Thai lang.
Erag0n is offline   Reply With Quote
Old 09-05-2007   #86 (permalink)
Valued Member Asmo is on a distinguished road
 
Join Date: Nov 2006
Location: Belarus, Minsk
Posts: 59
Quote:
Originally Posted by Erag0n View Post
Sorry , again . How I access resource.bin to block #26 #27
What program to use open ? Thank you If you don't mind, I try to mod. in Thai lang.
There is no program to do it (except mine) and the font format is not obvious. Say what modifications you want and maybe I can help you.
Asmo is offline   Reply With Quote
Old 09-05-2007   #87 (permalink)
Freshman Erag0n is on a distinguished road
 
Erag0n's Avatar
 
Join Date: Nov 2006
Location: Thailand
Posts: 44
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 12:27 PM.
Erag0n is offline   Reply With Quote
Old 09-05-2007   #88 (permalink)
Passing By Hotsport is on a distinguished road
 
Join Date: Aug 2007
Posts: 17
Our 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 advance

Last edited by Hotsport : 09-05-2007 at 12:23 PM. Reason: Thai font showing on computer
Hotsport is offline   Reply With Quote
Old 09-05-2007   #89 (permalink)
Valued Member Asmo is on a distinguished road
 
Join Date: Nov 2006
Location: Belarus, Minsk
Posts: 59
Quote:
Originally Posted by Hotsport View Post
Our 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 advance
Oh 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.
Asmo is offline   Reply With Quote
Old 09-05-2007   #90 (permalink)
Freshman Erag0n is on a distinguished road
 
Erag0n's Avatar
 
Join Date: Nov 2006
Location: Thailand
Posts: 44
Quote:
Originally Posted by Asmo View Post
Oh 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.
Thank you to quick answer , Hope meizu open firmware
Erag0n is offline   Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Video Rotating Tool?? Superman92 Video and Imaging 7 04-27-2008 01:49 PM
m6_patch_font tool Asmo Russian 28 10-05-2007 06:45 AM
Official iPhone Tool iversonjack Off Topic 9 08-12-2007 05:23 AM

All times are GMT. The time now is 10:24 AM.


Powered by vBulletin. Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.
 
Meizu Me is an independent resource for all things Meizu. Meizu, Mini Player, Music Card, Mini One and all other related names are properties of MEIZU Electronic Technology, Inc. Designed by ForumTemplates. All content © 2007 MeizuMe. All Rights Reserved.