update text

This commit is contained in:
Wengier
2021-10-29 19:22:13 -04:00
parent afa9af5e88
commit 3838f90a7b
4 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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, "");