fontlist.cfg

来自「名称:read2543 功能:TLC2543驱动模块 输入参数:port」· CFG 代码 · 共 60 行

CFG
60
字号
--是否使用旧的点阵字体
read_oldpixelfont = 0;

font_pagecode = 936;

--"simhei.ttf"; "simsun.ttc"; "simli.ttf";

fontlist = {
    {
        --size=12 , no edge
        --font_path = "./resbin/";
        font_path = "$winsystem";
        font_name = "simsun.ttc";
        font_size_w = 12;
        font_size_h = 12;
        is_edge = 0;
    },
    
    {
        --size=12 , has edge
        --font_path = "./resbin/";
        font_path = "$winsystem";
        font_name = "simsun.ttc";
        font_size_w = 12;
        font_size_h = 12;
        is_edge = 1;
    },
    
    {
        --size=12 , no edge, bold
        --font_path = "./resbin/";
        font_path = "$winsystem";
        font_name = "simhei.ttf";
        font_size_w = 12;
        font_size_h = 12;
        is_edge = 0;
    },
    
    {
        --size=14 , no edge
        --font_path = "./resbin/";
        font_path = "$winsystem";
        font_name = "simsun.ttc";
        font_size_w = 14;
        font_size_h = 14;
        is_edge = 0;
    },
    
    {
        --size=16 , no edge
        --font_path = "./resbin/";
        font_path = "$winsystem";
        font_name = "simsun.ttc";
        font_size_w = 16;
        font_size_h = 16;
        is_edge = 0;
    },
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?