mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
option for GBK extension etc
This commit is contained in:
@@ -665,7 +665,8 @@ pc-98 force ibm keyboard layout = false
|
||||
# fontxdbcs: FONTX2 file used to rendering DBCS characters (16x16) in DOS/V or JEGA mode. If not specified, the default one will be used.
|
||||
#DOSBOX-X-ADV:# fontxdbcs14: FONTX2 file used to rendering SBCS characters (14x14) for the Configuration Tool. If not specified, the default one will be used.
|
||||
#DOSBOX-X-ADV:# fontxdbcs24: FONTX2 file used to rendering SBCS characters (24x24) in DOS/V mode.
|
||||
# yen: Enables the Japanese yen at 5ch in DOS/V or JEGA mode if it is found at 7fh in a custom SBCS font.
|
||||
# gbk: Enables the GBK extension (in addition to the standard GB2312 charset) for the Simplified Chinese DOS/V emulation or TTF output.
|
||||
# yen: Enables the yen symbol (¥) at 5ch if it is found at 7fh in a custom SBCS font for the Japanese DOS/V or JEGA emulation.
|
||||
# fepcontrol: FEP control API for the DOS/V emulation.
|
||||
# Possible values: ias, mskanji, both.
|
||||
#DOSBOX-X-ADV:# vtext: V-text screen mode for the DOS/V emulation.
|
||||
@@ -681,6 +682,7 @@ fontxsbcs =
|
||||
fontxdbcs =
|
||||
#DOSBOX-X-ADV:fontxdbcs14 =
|
||||
#DOSBOX-X-ADV:fontxdbcs24 =
|
||||
gbk = false
|
||||
yen = false
|
||||
fepcontrol = both
|
||||
#DOSBOX-X-ADV:vtext = svga
|
||||
@@ -1102,27 +1104,31 @@ auxdevice = intellimouse
|
||||
# Supported word processors are WP=WordPerfect, WS=WordStar, XY=XyWrite, FE=FastEdit, and an optional version number.
|
||||
# For example, WP6 will set the word processor as WordPerfect 6, and XY4 will set the word processor as XyWrite 4.
|
||||
# Word processor-specific features like on-screen text styles and 512-character font will be enabled based on this.
|
||||
# wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output.
|
||||
# Use the DOS color number (0-15: 0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White, etc) for this.
|
||||
# wpfg: You can optionally specify a color to match the foreground color of the specified word processor for the TTF output.
|
||||
# Use the DOS color number (0-7: 0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White) for this.
|
||||
#DOSBOX-X-ADV:# wpbg: You can optionally specify a color to match the background color of the specified word processor for the TTF output.
|
||||
#DOSBOX-X-ADV:# Use the DOS color number (0-15: 0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White, etc) for this.
|
||||
#DOSBOX-X-ADV:# wpfg: You can optionally specify a color to match the foreground color of the specified word processor for the TTF output.
|
||||
#DOSBOX-X-ADV:# Use the DOS color number (0-7: 0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Yellow, 7=White) for this.
|
||||
# bold: If set, DOSBox-X will display bold text in visually (requires a word processor be set) for the TTF output.
|
||||
# This is done either with the actual bold font specified by the fontbold option, or by making it bold automatically.
|
||||
# italic: If set, DOSBox-X will display italicized text visually (requires a word processor be set) for the TTF output.
|
||||
# This is done either with the actual italic font specified by the fontital option, or by slanting the characters automatically.
|
||||
# underline: If set, DOSBox-X will display underlined text visually (requires a word processor be set) for the TTF output.
|
||||
# strikeout: If set, DOSBox-X will display strikeout text visually (requires a word processor be set) for the TTF output.
|
||||
# char512: If set, DOSBox-X will display the 512-character font if possible (requires a word processor be set) for the TTF output.
|
||||
#DOSBOX-X-ADV:# char512: If set, DOSBox-X will display the 512-character font if possible (requires a word processor be set) for the TTF output.
|
||||
# printfont: If set, DOSBox-X will force to use the current TrueType font (set via font option) for printing in addition to displaying.
|
||||
# autodbcs: If set, DOSBox-X enables Chinese/Japnese/Korean DBCS (double-byte) characters when these code pages are active by default.
|
||||
# Only applicable when using a DBCS code page (932: Japanese, 936: Simplified Chinese; 949: Korean; 950: Traditional Chinese)
|
||||
# This applies to both the display and printing of these characters (see the [printer] section for details of the latter).
|
||||
# autoboxdraw: If set, DOSBox-X will auto-detect ASCII box-drawing characters for CJK (Chinese/Japanese/Korean) support in the TTF output.
|
||||
# Only applicable when using a DBCS code page (932: Japanese, 936: Simplified Chinese; 949: Korean; 950: Traditional Chinese)
|
||||
# This applies to both the display and printing of these characters (see the [printer] section for details of the latter).
|
||||
# halfwidthkana: If set, DOSBox-X enables half-width Katakana to replace upper ASCII characters for the Japanese code page (932) of a non-PC98 machine type in the TTF output.
|
||||
#DOSBOX-X-ADV:# autodbcs: If set, DOSBox-X enables Chinese/Japnese/Korean DBCS (double-byte) characters when these code pages are active by default.
|
||||
#DOSBOX-X-ADV:# Only applicable when using a DBCS code page (932: Japanese, 936: Simplified Chinese; 949: Korean; 950: Traditional Chinese)
|
||||
#DOSBOX-X-ADV:# This applies to both the display and printing of these characters (see the [printer] section for details of the latter).
|
||||
#DOSBOX-X-ADV:# autoboxdraw: If set, DOSBox-X will auto-detect ASCII box-drawing characters for CJK (Chinese/Japanese/Korean) support in the TTF output.
|
||||
#DOSBOX-X-ADV:# Only applicable when using a DBCS code page (932: Japanese, 936: Simplified Chinese; 949: Korean; 950: Traditional Chinese)
|
||||
#DOSBOX-X-ADV:# This applies to both the display and printing of these characters (see the [printer] section for details of the latter).
|
||||
#DOSBOX-X-ADV:# halfwidthkana: If set, DOSBox-X enables half-width Katakana to replace upper ASCII characters for the Japanese code page (932) of a non-PC98 machine type in the TTF output.
|
||||
# blinkc: If set to true, the cursor blinks for the TTF output; setting it to false will turn the blinking off.
|
||||
# You can also change the blinking rate by setting an interger between 1 (fastest) and 7 (slowest), or 0 for no cursor.
|
||||
#DOSBOX-X-ADV-SEE:#
|
||||
#DOSBOX-X-ADV-SEE:# Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):
|
||||
#DOSBOX-X-ADV-SEE:# -> wpbg; wpfg; char512; autodbcs; autoboxdraw; halfwidthkana
|
||||
#DOSBOX-X-ADV-SEE:#
|
||||
font =
|
||||
fontbold =
|
||||
fontital =
|
||||
@@ -1134,17 +1140,17 @@ ptsize = 0
|
||||
lins = 0
|
||||
cols = 0
|
||||
wp =
|
||||
wpbg = -1
|
||||
wpfg = 7
|
||||
#DOSBOX-X-ADV:wpbg = -1
|
||||
#DOSBOX-X-ADV:wpfg = 7
|
||||
bold = true
|
||||
italic = true
|
||||
underline = true
|
||||
strikeout = false
|
||||
char512 = true
|
||||
#DOSBOX-X-ADV:char512 = true
|
||||
printfont = true
|
||||
autodbcs = true
|
||||
autoboxdraw = true
|
||||
halfwidthkana = true
|
||||
#DOSBOX-X-ADV:autodbcs = true
|
||||
#DOSBOX-X-ADV:autoboxdraw = true
|
||||
#DOSBOX-X-ADV:halfwidthkana = true
|
||||
blinkc = true
|
||||
|
||||
[voodoo]
|
||||
|
Reference in New Issue
Block a user