⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fontlist.cfg

📁 名称:read2543 功能:TLC2543驱动模块 输入参数:port通道号 输出参数:ad转换值 *************************************/
💻 CFG
字号:
--是否使用旧的点阵字体
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -