Showing posts with label font. Show all posts
Showing posts with label font. Show all posts

Monday, May 14, 2012

Nepali Fonts in Android: install read and type

1. This is how I installed devnagari scripts (or as some call it: "nepali fonts") in Android.
The tutorial is available here: http://manijshrestha.wordpress.com/2012/01/31/yet-another-way-to-install-nepalidevnagari-font-on-android-devices/ However, this requires root access. If you are not much into playing with the root, stay away! Dangers ahead!

2. A much simpler way to read devnagari scripts in android is to install Opera mini browser.
The setting explained here:
http://ajabgajab.blogspot.com/2010/08/nepali-fonts-for-android-displays-box.html
But then typing.

3. There is also another post by aakartech on installing multiling to type in the devnagari scripts: http://www.tech.aakarpost.com/2012/05/nepali-keyboard-for-android.html

Below I show you the side by side comparison of the first and second methods:
 The left is default browser showing nepali news site after installing fonts by method 1.  The right shows the Opera browser after modifications suggested by method 2. The first method clearly beats the second. And if you wanted to type: use the third method.


Aakar already has posted the third method. Since I was confused while I was installing it, let me add little more snapshots just for references.


Four screenshots: allow, enable, long press (400 ms), and type. It is not handy at all to me.

I would rather go back to google's transliterations. Or, type in browser using the method here.

The next app we need in market is roman2nepali keyboard.  Somebody just do it, come on! 
 ---




Friday, August 27, 2010

Nepali Fonts for Android displays Box... SOLVED!

In facebook or in nepali blogs, friends post messages in Nepali Dev-nagarik script (unicode?). However, because I do not have the proper fonts they are displayed as boxes...
I looked around for solving the problem. no solutions found yet.
Let me give you the hint: the first result in Google: 24duniya just has the keyword traps without a solution. I wonder if this post will be picked up in search engine query which has no solution listed yet.

Anyone out there who knows the solution?
EDIT:
Kamal replied on the comment with the solution:

Kamal Raj Chapagain said...
For nepali blogs, opening in opera mini browser configuring it with the bitmap font for complex scripts(enabled) works
.
Type about:config in the opera mini addressbar
The last option on that page is bitmap font for complex scripts... enable it
 That's it!



1000 FontsType Idea Index: The Designer's Ultimate Tool for Choosing and Using Fonts CreativelyScript and Cursive Alphabets: 100 Complete Fonts (Dover Pictorial Archive Series)

Tuesday, December 30, 2008

How to install Preeti font in Ubuntu Linux

How to install Preeti font in Ubuntu Linux

I will tell you what I did:
I did read ...
http://wiki.services.openoffice.org/wiki/Font-FAQ#How_do_I_add_fonts_system_wide
https://wiki.ubuntu.com/Fonts#Installing%20new%20fonts
and a lot of other junk links when I googled for it.

Here is "to the point" description:
  1. become a super user.  >su
  2. Got preeti font from http://ncthakur.itgo.com/preeti.zip you can find preeti.ttf from anywhere else.
  3. keep preeti font in the desktop

  4. go to /etc/fonts/ 
  5. copy the contents of the

     fonts.conf (Do not modify that file)
  6. save the content as

    local.conf in Desktop 
  7. because local.conf was not available in my case, (even if it is available ) just add line

    <dir>/usr/local/share/myfonts</dir> in appropriate place near top there are <dir> tags you can see.
  8. copy the file to the location

    /etc/fonts/ 
    >> cp local.conf /etc/fonts
  9.  create a folder in /usr/local/share as myfonts
  10. copy preeeti to the folder >>cp preeti.TTF /usr/local/share/myfonts
  11. do this >>fc-cache /usr/local/share/myfonts/
  12. Good to go!