Nirunrid
|
2009-12-03
, 03:52
|
Posts: 19 |
Thanked: 1 time |
Joined on Nov 2009
|
#1
|
|
2009-12-03
, 05:32
|
Posts: 183 |
Thanked: 115 times |
Joined on Nov 2007
@ Seattle, WA
|
#2
|
mkdir ~/.fonts
mv ~/Mydocs/*.ttf ~/.fonts/
The Following 20 Users Say Thank You to baksiidaa For This Useful Post: | ||
|
2009-12-03
, 06:18
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2009
|
#3
|
|
2009-12-03
, 06:39
|
Posts: 183 |
Thanked: 115 times |
Joined on Nov 2007
@ Seattle, WA
|
#4
|
|
2009-12-03
, 07:05
|
Posts: 19 |
Thanked: 1 time |
Joined on Nov 2009
|
#5
|
You need to make a directory .fonts (the period at the beginning is important) under your home directory and copy the fonts into it.
In case you're not familiar with the Linux command line, here's a way to do it.
1) Save the font files to the folder MyDocs
2) Open the terminal
3)4)Code:mkdir ~/.fontsDone! I assumed your fonts have a ttf extension. If it's something else you'll need to replace ttf with the correct extension.Code:mv ~/Mydocs/*.ttf ~/.fonts/
โชคดีนะ
|
2009-12-03
, 07:46
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#6
|
|
2009-12-03
, 08:03
|
Posts: 19 |
Thanked: 1 time |
Joined on Nov 2009
|
#7
|
|
2009-12-03
, 08:17
|
Posts: 16 |
Thanked: 5 times |
Joined on Nov 2009
|
#8
|
The Following User Says Thank You to in-maemo For This Useful Post: | ||
|
2009-12-03
, 08:31
|
Posts: 19 |
Thanked: 1 time |
Joined on Nov 2009
|
#9
|
~ is typed by pressing Alt-Ctrl which brings up additional symbols to enter.
However, I don't understand why you are not installing the thai fonts from Extras-testing
http://maemo.org/packages/view/thai-ttf/
You will need to enable extras-testing https://wiki.maemo.org/Extras and reboot your phone afterwards.
The software hosted in extras-testing might not be ready for end users! Please don't play with it unless you really know what you are doing.
|
2009-12-12
, 16:13
|
Posts: 44 |
Thanked: 1 time |
Joined on Dec 2009
|
#10
|