Skip to content

Commit 0d39c00

Browse files
authored
Improve font related help text (#17259)
A few minor changes to better guide people along new features in 1.21. The font face box gets a sub-text that explains how to add multiple fonts and the builtin glyph toggle now explains its dependence to D3D.
1 parent bf8a647 commit 0d39c00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw

+4-1
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,9 @@
895895
<value>Font face</value>
896896
<comment>Name for a control to select the font for text in the app.</comment>
897897
</data>
898+
<data name="Profile_FontFace.HelpText" xml:space="preserve">
899+
<value>You can use multiple fonts by separating them with an ASCII comma.</value>
900+
</data>
898901
<data name="Profile_FontSize.Header" xml:space="preserve">
899902
<value>Font size</value>
900903
<comment>Header for a control to determine the size of the text in the app.</comment>
@@ -928,7 +931,7 @@
928931
<comment>The main label of a toggle. When enabled, certain characters (glyphs) are replaced with better looking ones.</comment>
929932
</data>
930933
<data name="Profile_EnableBuiltinGlyphs.HelpText" xml:space="preserve">
931-
<value>When enabled, the terminal draws custom glyphs for block element and box drawing characters instead of using the font. This feature only works when GPU Acceleration is available.</value>
934+
<value>When enabled, the terminal draws custom glyphs for block element and box drawing characters instead of using the font. This feature is unavailable when using Direct2D as the Graphics API.</value>
932935
<comment>A longer description of the "Profile_EnableBuiltinGlyphs" toggle. "glyphs", "block element" and "box drawing characters" are technical terms from the Unicode specification.</comment>
933936
</data>
934937
<data name="Profile_EnableColorGlyphs.Header" xml:space="preserve">

0 commit comments

Comments
 (0)