跳到主要內容

Android 系統字體大小辨識

如果使用者想要調整字體大小,那要如何取得調整的比例呢?
(如何調整大小:設定〉無障礙設定〉字體(或是大字體,每間廠商會有些許不同))

會了確保字體被放大時,版面不影響,這時候需要做相對應的調整
取得使用者目前的字體比例如下

float scale = getResources().getConfiguration().fontScale

這時候再依照需求去調整,一般預設大小值會等於 1
其他值就得視各家廠商了~

留言

這個網誌中的熱門文章

What is phpize

What is phpize According to the PHP official document : The phpize command is used to prepare the build environment for a PHP extension. If you need to build such an extension that from github or another code repositories, you can use  build tools to perform the build manually.