[Scummvm-git-logs] scummvm master -> 727f04dc493e1bbc817efea684ea4f0cadff3fbd

sev- noreply at scummvm.org
Thu Apr 16 10:14:59 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
727f04dc49 DOCS: Add description of engine options for GLK


Commit: 727f04dc493e1bbc817efea684ea4f0cadff3fbd
    https://github.com/scummvm/scummvm/commit/727f04dc493e1bbc817efea684ea4f0cadff3fbd
Author: Priyanshu (10b.priyanshu at gmail.com)
Date: 2026-04-16T12:14:55+02:00

Commit Message:
DOCS: Add description of engine options for GLK

Changed paths:
    doc/docportal/settings/game.rst


diff --git a/doc/docportal/settings/game.rst b/doc/docportal/settings/game.rst
index 7ecdda0d6a4..a04b0a59874 100644
--- a/doc/docportal/settings/game.rst
+++ b/doc/docportal/settings/game.rst
@@ -461,6 +461,170 @@ Disable falling
 
 ,,,,,,,,,
 
+.. _GLK:
+
+GLK
+***********
+
+Font
+	Changes the font style for text/grid.
+
+	*tfont_[0-10]*
+
+	*gfont_[0-10]*
+
+Color
+	Changes the color of text, grid, window, border, cursor, hypertext links and the 'more...' marker.
+
+	*tcolor_[0-10]*
+
+	*gcolor_[0-10]*
+
+	*windowcolor*
+
+	*bordercolor*
+
+	*caretcolor*
+
+	*linkcolor*
+
+	*morecolor*
+
+Border
+	Modifies the size of the window borders.
+
+	*wborderx*
+
+	*wbordery*
+
+Window margin
+	Modifies the window margin.
+
+	*wmarginx*
+
+	*wmarginy*
+
+Text margin
+	Modifies the text margin.
+
+	*tmarginx*
+
+	*tmarginy*
+
+Window padding
+	Modifies the window padding.
+
+	*wpaddingx*
+
+	*wpaddingy*
+
+More align
+	Changes the alignment of the 'More...' marker.
+
+	*morealign*
+
+More font
+	Changes the font style of the 'More...' marker.
+
+	*morefont*
+
+Link style
+	Style for URLs if they appear in game.
+
+	*linkstyle*
+
+Caret shape
+	Changes shape of the cursor.
+
+	*caretshape*
+
+More prompt
+	Implements custom marker in place of the 'More...' marker. For example, 'continue'.
+
+	*moreprompt*
+
+Leading
+	Changes the vertical distance between text rows.
+
+	*leading*
+
+Baseline
+	Changes the vertical distance between text rows.
+
+	*baseline*
+
+Monosize
+	Changes the font size scaling of the monospace text font.
+
+	*monosize*
+
+Propsize
+	Changes the font size scaling of the proportional text font.
+
+	*propsize*
+
+Caps
+	Forces uppercase input.
+
+	*caps*
+
+Typographic quotes
+	Changes typographic quotes.
+
+	*quotes*
+
+Dashes
+	Changes the type of dashes.
+
+	*dashes*
+
+Spaces
+	Changes the type of spaces.
+
+	*spaces*
+
+Style hints
+	Lets the game suggest text styling options.
+
+	*stylehint*
+
+Safe clicks
+	Enables the safe application of clicks while input is pending.
+
+	*safeclicks*
+
+Column count
+	Changes the number of columns.
+
+	*cols*
+
+Lock columns
+	Enables the manual changing of column count.
+
+	*lockcols*
+
+Row count
+	Changes the number of rows.
+
+	*rows*
+
+Lock rows
+	Enables the manual changing of row count.
+
+	*lockrows*
+
+Justify
+	Enables text justification.
+
+	*justify*
+
+Graphics
+	Toggles graphics
+
+	*graphics*
+
+,,,,,,,,,
+
 .. _Griffon:
 
 Griffon




More information about the Scummvm-git-logs mailing list