mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 04:41:10 +00:00
45c3cbaae3
Fixed, "Open Map Options" and "Change Map" windows: fixed incorrect size of the items in the maps list when using high-DPI scaling. Updated ZDoom_DECORATE.cfg and ZDoom_MAPINFO.cfg.
34 lines
No EOL
675 B
INI
34 lines
No EOL
675 B
INI
/*******************************************************************\
|
|
GZDoom Builder Script highlighting definitions for FONTDEFS
|
|
\*******************************************************************/
|
|
|
|
// Editor settings
|
|
description = "ZDoom FONTDEFS";
|
|
codepage = 0;
|
|
extensions = "txt";
|
|
casesensitive = false;
|
|
insertcase = 1; // 0=Normal, 1=Lowercase, 2=Uppercase
|
|
lexer = 35; // CPP-style, case-insensitive
|
|
keywordhelp = "http://zdoom.org/wiki/FONTDEFS";
|
|
scripttype = "FONTDEFS";
|
|
|
|
properties
|
|
{
|
|
Template;
|
|
NOTRANSLATION;
|
|
SPACEWIDTH;
|
|
BASE;
|
|
COUNT;
|
|
CURSOR;
|
|
FIRST;
|
|
}
|
|
|
|
constants
|
|
{
|
|
DOOMFONT;
|
|
STATUSFONT;
|
|
INDEXFONT;
|
|
STCFN;
|
|
STBFN;
|
|
FONTA;
|
|
} |