mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
RTL for TTF output
This commit is contained in:
@@ -1103,6 +1103,7 @@ 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.
|
||||
# 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.
|
||||
@@ -1139,6 +1140,7 @@ winperc = 60
|
||||
ptsize = 0
|
||||
lins = 0
|
||||
cols = 0
|
||||
righttoleft = false
|
||||
wp =
|
||||
wpbg = -1
|
||||
wpfg = 7
|
||||
|
Reference in New Issue
Block a user