summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-08-29 11:17:41 -0400
committerAlexander Taylor <alex@vector35.com>2023-08-29 11:22:42 -0400
commita13c3f5cfd7ddf1840371fb7fb435ecb4ebf14b2 (patch)
tree61faa077af47a87097e1101042d0457c75c8b3af /docs/guide
parenta6cdb7a25b5ee94992160e451c45fd191f91a9db (diff)
Expose Name versions of font getters, update docs.
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md
index d1843511..9e4f5c56 100644
--- a/docs/guide/settings.md
+++ b/docs/guide/settings.md
@@ -246,7 +246,7 @@ All settings are uniquely identified with an identifier string. Identifiers are
|ui|Emoji Font Style|The subfamily of the emoji font that should be used.|`string`| |[`SettingsUserScope`]|<a id='ui.font.emoji.style'>ui.font.emoji.style</a>|
|ui|Allow Bold View Fonts|Should bold view fonts be allowed?|`boolean`|`True`|[`SettingsUserScope`]|<a id='ui.font.view.bold'>ui.font.view.bold</a>|
|ui|View Font Name|The font to be used in disassembly views, the hex editor, and anywhere a monospaced font is appropriate.|`string`|`Roboto Mono`|[`SettingsUserScope`]|<a id='ui.font.view.name'>ui.font.view.name</a>|
-|ui|View Font Size|The desired font size (in points) for the view font.|`number`|`12` (macOS), `11` (Windows/Linux)|[`SettingsUserScope`]|<a id='ui.font.view.size'>ui.font.view.size</a>|
+|ui|View Font Size|The desired font size (in points) for the view font.|`number`|`12` (macOS), `10` (Windows), `11` (Linux)|[`SettingsUserScope`]|<a id='ui.font.view.size'>ui.font.view.size</a>|
|ui|View Line Spacing|How much additional spacing should be inserted between baselines in views.|`number`|`1`|[`SettingsUserScope`]|<a id='ui.font.view.spacing'>ui.font.view.spacing</a>|
|ui|View Font Style|The subfamily (e.g. Regular, Medium) of the view font that should be used.|`string`| |[`SettingsUserScope`]|<a id='ui.font.view.style'>ui.font.view.style</a>|
|ui|Input Field History Limit|Controls the number of history entries to store for input dialogs.|`number`|`50`|[`SettingsUserScope`]|<a id='ui.inputHistoryCount'>ui.inputHistoryCount</a>|