From 727f04dc493e1bbc817efea684ea4f0cadff3fbd Mon Sep 17 00:00:00 2001 From: Priyanshu <10b.priyanshu@gmail.com> Date: Sun, 12 Apr 2026 17:34:00 +0530 Subject: [PATCH] DOCS: Add description of engine options for GLK --- doc/docportal/settings/game.rst | 164 ++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) 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