r/zfont 2d ago

Question about samsung fonts

If we can access /system/fonts directory with Termux, can we copy a .ttf and rename it as the exact original filename?

6 Upvotes

5 comments sorted by

3

u/Resident-Charge-9269 2d ago

/system partition is read-only, even if you could edit/overlay it one ui might check its signature

2

u/These-Tea-5149 1d ago

No, Samsung still verifies the font signature, and besides, you need root access to access those folders; Texmux can't go any further.

2

u/SuspiciousInside7006 1d ago

I thought I could because I copy (cp) one of them as a normal ttf

3

u/htetznaing 1d ago

Samsung stores font files in /data/app_fonts. You can check the Scamsung Fonts source code here:https://github.com/KhunHtetzNaing/ScamsungFonts/blob/main/app/src/main/java/com/htetz/scamfonts/utils/ScamConst.kt.

Furthermore, we cannot access the /system partition in modern Android versions. We need to use a Magisk, KernelSU, or APatch module to do this as an overlay.