Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

PerAppFonts

Apply custom fonts on a Per-App Basis

This module allows you to use your own custom fonts not only without flashing a zip, but also have individual fonts for each individual app. However, due to Android's system permission, there is a catch. Changing fonts for apps will work without a reboot, BUT a reboot is needed to LOAD the fonts.. (See important below)

IMPORTANT: 
• If you change your Font Folder, a reboot is required.,
• If you add fonts to your font folder, a reboot is required.
• If you eject your SD-card, the loaded fonts will continue to be usable and changeable until reboot.
• It's recommended you do not store more than 500 fonts on your font folder if you have a single core phone. (Don't make the same mistake I did)

First Install Instructions:
1) Have Xposed Framework installed
2) Install PerAppFonts
3) Download Fonts on your internal/external SD card (if you haven't already)
4) Go to Preferences from the main screen of PerAppFonts
5) Choose the Font Folder
6) Reboot.
7) Start customizing!!

Author(s): 

zst123

Support/Discussion URL: 

http://forum.xda-developers.com/showthread.php?t=2539136

Source code URL: 

https://github.com/zst123/Xposed-PerAppFonts

Package: 

com.zst.xposed.perappfonts

Version name: 

0.3 Beta

Release type: 

Stable (low risk of bugs)

Download: 

com.zst.xposed.perappfonts_v3_1ceb00.apk (842.33 KB)

Number of downloads: 

99,285 in total · 22 in the last 24 hours

MD5 checksum: 

1ceb0058bcba8d90efb07043623f4049

Changes: 

Version 0.3.2 (04 January 2013 / 1710 / GMT+8)
• Previous APK was corrupted. This should work.

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project