🔒 Closed Experts in moding dyan pwede need help!

Status
Not open for further replies.
sapag kakaalam ko kapag nag papalit ng font ng app need ng file ehh nakalimutan ko dulo mg file (.otf) ata iyon basta searcg muna ts habang nag aantay
 
Kung buong font na isang app here
Credits kay asim krishna

Here is the few steps to solve it:

  1. Go to the (project folder)
  2. Then app>src>main
  3. Create folder 'assets>fonts' into the main folder.
  4. Put your 'abc.ttf' into the fonts folder.

    AssetManager am = context.getApplicationContext().getAssets();

    typeface = Typeface.createFromAsset(am,
    String.format(Locale.US, "fonts/%s", "abc.ttf"));

    setTypeface(typeface);
    or try this way:

    TextView tx = (TextView)findViewById(R.id.textview1);

    Typeface custom_font = Typeface.createFromAsset(getAssets(), "fonts/abc.ttf")

Eto link

You do not have permission to view the full content of this post. Log in or register now.
 
Syempre po isa na ako dun .
Tsaka lahat ng nag sasabing gumawa ka ng tut for modding app.
at yung humihingi ng tulong sayo pano mag mod . mas lalo na po sa mga leechers and bago pa lang sa pad mo modding app
Ui ng android po minomod ko di talaga app :) hehe
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 32
    Replies
  • 374
    Views
  • 5
    Participants
Last reply from:
Tak-an

Trending Topics

Online now

Members online
1,236
Guests online
2,034
Total visitors
3,270

Forum statistics

Threads
2,297,733
Posts
29,117,641
Members
1,203,071
Latest member
SANLEE
Back
Top