Android 系统参数设定内,可以设定字型大小: 可以透过下面代码来取得字型大小比例: function FontScale: Single; var Resources: JResources; Configuration: JConfiguration; begin Result := ; if TAndroidHelper.Context <> nil then begin Resources := TAndroidHelper.Context.getResources; if Res…