From 1c0b8f816484418caa7e262c09b2a79087a53779 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 25 Aug 2023 16:00:50 -0400 Subject: Document platform diffrences in default fonts. --- docs/guide/settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index cd3c6ea9..d1843511 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -241,12 +241,12 @@ All settings are uniquely identified with an identifier string. Identifiers are | | | enum: No subpixel antialiasing at High DPI.|`enum`|`hidpi`| | | | | | enum: No font antialiasing.|`enum`|`none`| | | |ui|Application Font Name|The font to be used in UI elements, e.g. buttons, text fields, etc.|`string`|`Inter`|[`SettingsUserScope`]|ui.font.app.name| -|ui|Application Font Size|The desired font size (in points) for interface elements.|`number`|`11`|[`SettingsUserScope`]|ui.font.app.size| -|ui|Emoji Font Name|The font to be used in for rendering emoji.|`string`|`Apple Color Emoji`|[`SettingsUserScope`]|ui.font.emoji.name| +|ui|Application Font Size|The desired font size (in points) for interface elements.|`number`|`12`|[`SettingsUserScope`]|ui.font.app.size| +|ui|Emoji Font Name|The font to be used in for rendering emoji.|`string`|`Segoe UI Emoji` (Windows), `Apple Color Emoji` (macOS), `Noto Color Emoji` (Linux)|[`SettingsUserScope`]|ui.font.emoji.name| |ui|Emoji Font Style|The subfamily of the emoji font that should be used.|`string`| |[`SettingsUserScope`]|ui.font.emoji.style| |ui|Allow Bold View Fonts|Should bold view fonts be allowed?|`boolean`|`True`|[`SettingsUserScope`]|ui.font.view.bold| |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`]|ui.font.view.name| -|ui|View Font Size|The desired font size (in points) for the view font.|`number`|`11`|[`SettingsUserScope`]|ui.font.view.size| +|ui|View Font Size|The desired font size (in points) for the view font.|`number`|`12` (macOS), `11` (Windows/Linux)|[`SettingsUserScope`]|ui.font.view.size| |ui|View Line Spacing|How much additional spacing should be inserted between baselines in views.|`number`|`1`|[`SettingsUserScope`]|ui.font.view.spacing| |ui|View Font Style|The subfamily (e.g. Regular, Medium) of the view font that should be used.|`string`| |[`SettingsUserScope`]|ui.font.view.style| |ui|Input Field History Limit|Controls the number of history entries to store for input dialogs.|`number`|`50`|[`SettingsUserScope`]|ui.inputHistoryCount| -- cgit v1.3.1