mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update text
This commit is contained in:
@@ -1135,7 +1135,8 @@ auxdevice = intellimouse
|
||||
# ptsize: Specifies the font point size for the TTF output. If specified (minimum: 9), it will override the winperc setting.
|
||||
# lins: Specifies the number of rows on the screen for the TTF output (0 = default).
|
||||
# cols: Specifies the number of columns on the screen for the TTF output (0 = default).
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right for the TTF output.
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right on the screen for the TTF output.
|
||||
# This is especially useful for languages which use right-to-left scripts (such as Arabic and Hebrew).
|
||||
# wp: You can specify a word processor for the TTF output and optionally also a version number for the word processor.
|
||||
# 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.
|
||||
|
@@ -457,7 +457,8 @@ auxdevice = intellimouse
|
||||
# ptsize: Specifies the font point size for the TTF output. If specified (minimum: 9), it will override the winperc setting.
|
||||
# lins: Specifies the number of rows on the screen for the TTF output (0 = default).
|
||||
# cols: Specifies the number of columns on the screen for the TTF output (0 = default).
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right for the TTF output.
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right on the screen for the TTF output.
|
||||
# This is especially useful for languages which use right-to-left scripts (such as Arabic and Hebrew).
|
||||
# wp: You can specify a word processor for the TTF output and optionally also a version number for the word processor.
|
||||
# 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.
|
||||
|
@@ -1103,7 +1103,8 @@ auxdevice = intellimouse
|
||||
# ptsize: Specifies the font point size for the TTF output. If specified (minimum: 9), it will override the winperc setting.
|
||||
# lins: Specifies the number of rows on the screen for the TTF output (0 = default).
|
||||
# cols: Specifies the number of columns on the screen for the TTF output (0 = default).
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right for the TTF output.
|
||||
# righttoleft: If set, DOSBox-X will display text from right to left instead of left to right on the screen for the TTF output.
|
||||
# This is especially useful for languages which use right-to-left scripts (such as Arabic and Hebrew).
|
||||
# wp: You can specify a word processor for the TTF output and optionally also a version number for the word processor.
|
||||
# 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.
|
||||
|
@@ -2710,7 +2710,8 @@ void DOSBOX_SetupConfigSections(void) {
|
||||
Pint->SetBasic(true);
|
||||
|
||||
Pbool = secprop->Add_bool("righttoleft", Property::Changeable::Always, false);
|
||||
Pbool->Set_help("If set, DOSBox-X will display text from right to left instead of left to right for the TTF output.");
|
||||
Pbool->Set_help("If set, DOSBox-X will display text from right to left instead of left to right on the screen for the TTF output.\n"
|
||||
"This is especially useful for languages which use right-to-left scripts (such as Arabic and Hebrew).");
|
||||
Pbool->SetBasic(true);
|
||||
|
||||
Pstring = secprop->Add_string("wp", Property::Changeable::Always, "");
|
||||
|
Reference in New Issue
Block a user