# sys_setSystemFontSize >i**描述:设置系统字体大小。** 函数:**public int sys_setSystemFontSize(int type)** <br> >|参数名/返回值| 类型 |说明 |举例| >|-|-|-|-| >|type|int |设置字体大小|| >|返回值 |int| 0:成功<br>-1:不支持<br>-2:参数有误<br>-3:文件不存在<br>-4:没有权限|| <br>