(Before Applying the
Font type)
This post helps
the Tyro’s who are trying to apply their user-defined font type or face to
their android views i.e. (TextView, Button, EditText etc…) in android there are
only four basic predefined fonts type are available to design but in order to
design our rich UI we are suppose to go with our own font face (.ttf) so first
we need to copy our font type file (.ttf) in to our assets folder showed in Package
Explorer and use the code highlighted in the GodTest.java file
(After Applying the Font Face)