From fd7bb50756d9545fd7214a37a89694a1eafa7c3f Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 4 Jun 2019 10:50:57 +0800 Subject: [PATCH] add some notes for some keys --- etc/MiniGUI.cfg | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/etc/MiniGUI.cfg b/etc/MiniGUI.cfg index 90a1002f..1d1d4f93 100644 --- a/etc/MiniGUI.cfg +++ b/etc/MiniGUI.cfg @@ -1,18 +1,22 @@ -# This configuration file is for MiniGUI V3.x.x +# This configuration file is for MiniGUI V3.x.x or later # -# Copyright (C) 2002~2018 FMSoft +# Copyright (C) 2002~2019 FMSoft # Copyright (C) 1998~2002 Wei Yongming. # # Web: http://www.minigui.com # # This configuration file must be installed in /etc, -# /usr/local/etc or your home directory. When you install it in your -# home directory, it should be named ".MiniGUI.cfg". -# -# The priority of above configruation files is ~/.MiniGUI.cfg, -# /usr/local/etc/MiniGUI.cfg, and then /etc/MiniGUI.cfg. +# /usr/local/etc, your home directory, or the current working direcotry. +# When you install it in your home directory, it should be named +# ".MiniGUI.cfg". # -# If you change the install path of MiniGUI resource, you should +# The priority of above configruation files is ./MiniGUI.cfg, +# ~/.MiniGUI.cfg, /usr/local/etc/MiniGUI.cfg, and then /etc/MiniGUI.cfg. +# +# NOTE that the one in the current working directory will have +# always have the highest priority. +# +# If you change the install path of MiniGUI resource, you should # modify this file to meet your configuration. # @@ -59,6 +63,8 @@ double_buffer=enable #}} # The first system font must be a logical font using RBF device font. +# NOTE that the maxiaml number of system logfonts is 6. You should not +# set `font_number` in this section to be a number larger than 6. [systemfont] font_number=5 font0=rbf-FixedSys-rrncnn-8-16-ISO8859-1 @@ -88,6 +94,10 @@ font_number=0 [truetypefonts] font_number=0 +# The devfont name now supports multiple font family names since V4.0.0. +name0=ttf-Source Sans Pro,SansSerif-rrncnn-0-0-ISO8859-1,UTF-8 +# The path of font file can be relative to the current working directory. +fontfile0=font/SourceSansPro-Regular.ttf [mouse] dblclicktime=300 @@ -126,7 +136,7 @@ cursor22=ve_split.cur [resinfo] respath=/usr/local/share/minigui/res/ - + [classic] # Note that max number defined in source code is 5. iconnumber=5