In Java I would do something like:
java.awt.GraphicsEnvironment ge =
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment();
Font[
There are only 3 fonts available as part of android; normal (Droid Sans), serif (Droid Serif), and monospace (Droid Sans Mono).
Apps can include their own truetype fonts but can't install them for use by other apps.
couple of links about the fonts: