Intense text does not use bold style font in font family even if set "intenseTextStyle": "all" #17540

Closed
opened 2026-01-31 05:45:26 +00:00 by claunia · 9 comments
Owner

Originally created by @mrbeardad on GitHub (May 24, 2022).

Windows Terminal version

1.12.10982.0

Windows build number

No response

Other Software

zsh 5.8.1 (inside WSL)

Steps to reproduce

Execute following command in zsh:

echo '\e[0m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[1m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[0m\e[3m\0'{4..7}{0..7} '\0'{10..17}{0..7}

Expected Behavior

Fisrt line is normal
Second line is bold
Third line is italic

The following image is the builtin terminal in vscode:

image

Actual Behavior

Does not use bold font.

image

Originally created by @mrbeardad on GitHub (May 24, 2022). ### Windows Terminal version 1.12.10982.0 ### Windows build number _No response_ ### Other Software zsh 5.8.1 (inside WSL) ### Steps to reproduce Execute following command in zsh: ```sh echo '\e[0m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[1m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[0m\e[3m\0'{4..7}{0..7} '\0'{10..17}{0..7} ``` ### Expected Behavior Fisrt line is normal Second line is bold Third line is italic The following image is the builtin terminal in vscode: ![image](https://user-images.githubusercontent.com/54128430/169938755-5608da3d-f8f9-41fa-a71e-7d6c5404efba.png) ### Actual Behavior Does not use bold font. ![image](https://user-images.githubusercontent.com/54128430/169938942-c0fe6e7b-8633-4d4f-b09b-1023a6b58bbe.png)
claunia added the Needs-TriageIssue-BugNeeds-AttentionProduct-TerminalArea-Fonts labels 2026-01-31 05:45:27 +00:00
Author
Owner

@mrbeardad commented on GitHub (May 24, 2022):

My settings.json:

{
  "$help": "https://aka.ms/terminal-documentation",
  "$schema": "https://aka.ms/terminal-profiles-schema",
  "actions": [
    {
      "keys": "ctrl+shift+f",
      "command": {
        "action": "sendInput",
        "input": "\u001bf" // <M-f>
      }
    },
    {
      "keys": "ctrl+shift+h",
      "command": {
        "action": "sendInput",
        "input": "\u001bH" // <M-H>
      }
    },
    {
      "keys": "ctrl+alt+enter",
      "command": {
        "action": "sendInput",
        "input": "\u001b\u000d" // <M-CR>
      }
    },
    {
      "command": {
        "action": "sendInput",
        "input": "\u001bI"
      },
      "keys": "ctrl+i" // <M-I>
    },
    {
      "keys": "ctrl+shift+j",
      "command": {
        "action": "sendInput",
        "input": "\u001bJ" // <M-J>
      }
    },
    {
      "keys": "ctrl+shift+k",
      "command": {
        "action": "sendInput",
        "input": "\u001bK" // <M-K>
      }
    },
    {
      "keys": "ctrl+shift+l",
      "command": {
        "action": "sendInput",
        "input": "\u001bL" // <M-L>
      }
    },
    {
      "keys": "ctrl+shift+s",
      "command": {
        "action": "sendInput",
        "input": "\u001bS" // <M-S>
      }
    },
    {
      "keys": "ctrl+shift+o",
      "command": {
        "action": "sendInput",
        "input": "\u001bO" // <M-O>
      }
    },
    {
      "keys": "ctrl+shift+m",
      "command": {
        "action": "sendInput",
        "input": "\u001bM" // <M-M>
      }
    },
    {
      "keys": "ctrl+shift+e",
      "command": {
        "action": "sendInput",
        "input": "\u001bE" // <M-E>
      }
    },
    {
      "keys": "ctrl+.",
      "command": {
        "action": "sendInput",
        "input": "\u001b." // <M-.>
      }
    },
    {
      "keys": "ctrl+shift+p",
      "command": {
        "action": "sendInput",
        "input": "\u001bP" // <M-P>
      }
    }
  ],
  "copyFormatting": "none",
  "copyOnSelect": true,
  "multiLinePasteWarning": false,
  "tabWidthMode": "compact",
  "confirmCloseAllTabs": false,
  "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  "profiles": {
    "defaults": {
      "font": {
        "face": "NerdCodeProPlus",
        // "face": "Consolas", // using Consolas font still has the same behavior
        "size": 10,
        "weight": "normal"
      },
      "intenseTextStyle": "all",
      "colorScheme": "Afterglow",
      "useAcrylic": true,
      "opacity": 50,
      "padding": "0, 0, 0, 0",
      "scrollbarState": "hidden"
    },
    "list": [
      {
        "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
        "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
        "hidden": false,
        "name": "Windows PowerShell"
      },
      {
        "commandline": "wsl ~ -d Ubuntu -- tmux new-session -s Default || tmux attach -t Default",
        "icon": "C:\\Users\\Bear\\OneDrive\\图片\\Saved Pictures\\ubuntu.png",
        "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
        "hidden": false,
        "name": "Ubuntu",
        "source": "Windows.Terminal.Wsl"
      },
      {
        "commandline": "%SystemRoot%\\System32\\cmd.exe",
        "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
        "hidden": false,
        "name": "Command Prompt"
      },
      {
        "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
        "hidden": false,
        "name": "Azure Cloud Shell",
        "source": "Windows.Terminal.Azure"
      }
    ]
  },
  "schemes": [
    {
      "name": "Afterglow",
      "black": "#151515",
      "red": "#ac4142",
      "green": "#7e8e50",
      "yellow": "#e5b567",
      "blue": "#6c99bb",
      "purple": "#9f4e85",
      "cyan": "#7dd6cf",
      "white": "#d0d0d0",
      "brightBlack": "#505050",
      "brightRed": "#ac4142",
      "brightGreen": "#7e8e50",
      "brightYellow": "#e5b567",
      "brightBlue": "#6c99bb",
      "brightPurple": "#9f4e85",
      "brightCyan": "#7dd6cf",
      "brightWhite": "#f5f5f5",
      "background": "#212121",
      "foreground": "#d0d0d0",
      "cursorColor": "#d0d0d0",
      "selectionBackground": "#303030"
    },
    {
      "name": "Blazer",
      "black": "#000000",
      "red": "#b87a7a",
      "green": "#7ab87a",
      "yellow": "#b8b87a",
      "blue": "#7a7ab8",
      "purple": "#b87ab8",
      "cyan": "#7ab8b8",
      "white": "#d9d9d9",
      "brightBlack": "#262626",
      "brightRed": "#dbbdbd",
      "brightGreen": "#bddbbd",
      "brightYellow": "#dbdbbd",
      "brightBlue": "#bdbddb",
      "brightPurple": "#dbbddb",
      "brightCyan": "#bddbdb",
      "brightWhite": "#ffffff",
      "background": "#0d1926",
      "foreground": "#d9e6f2",
      "cursorColor": "#d9e6f2",
      "selectionBackground": "#c1ddff"
    },
    {
      "background": "#0C0C0C",
      "black": "#0C0C0C",
      "blue": "#0037DA",
      "brightBlack": "#767676",
      "brightBlue": "#3B78FF",
      "brightCyan": "#61D6D6",
      "brightGreen": "#16C60C",
      "brightPurple": "#B4009E",
      "brightRed": "#E74856",
      "brightWhite": "#F2F2F2",
      "brightYellow": "#F9F1A5",
      "cursorColor": "#FFFFFF",
      "cyan": "#3A96DD",
      "foreground": "#CCCCCC",
      "green": "#13A10E",
      "name": "Campbell",
      "purple": "#881798",
      "red": "#C50F1F",
      "selectionBackground": "#FFFFFF",
      "white": "#CCCCCC",
      "yellow": "#C19C00"
    },
    {
      "background": "#012456",
      "black": "#0C0C0C",
      "blue": "#0037DA",
      "brightBlack": "#767676",
      "brightBlue": "#3B78FF",
      "brightCyan": "#61D6D6",
      "brightGreen": "#16C60C",
      "brightPurple": "#B4009E",
      "brightRed": "#E74856",
      "brightWhite": "#F2F2F2",
      "brightYellow": "#F9F1A5",
      "cursorColor": "#FFFFFF",
      "cyan": "#3A96DD",
      "foreground": "#CCCCCC",
      "green": "#13A10E",
      "name": "Campbell Powershell",
      "purple": "#881798",
      "red": "#C50F1F",
      "selectionBackground": "#FFFFFF",
      "white": "#CCCCCC",
      "yellow": "#C19C00"
    },
    {
      "background": "#282C34",
      "black": "#282C34",
      "blue": "#61AFEF",
      "brightBlack": "#5A6374",
      "brightBlue": "#61AFEF",
      "brightCyan": "#56B6C2",
      "brightGreen": "#98C379",
      "brightPurple": "#C678DD",
      "brightRed": "#E06C75",
      "brightWhite": "#DCDFE4",
      "brightYellow": "#E5C07B",
      "cursorColor": "#FFFFFF",
      "cyan": "#56B6C2",
      "foreground": "#DCDFE4",
      "green": "#98C379",
      "name": "One Half Dark",
      "purple": "#C678DD",
      "red": "#E06C75",
      "selectionBackground": "#FFFFFF",
      "white": "#DCDFE4",
      "yellow": "#E5C07B"
    },
    {
      "background": "#FAFAFA",
      "black": "#383A42",
      "blue": "#0184BC",
      "brightBlack": "#4F525D",
      "brightBlue": "#61AFEF",
      "brightCyan": "#56B5C1",
      "brightGreen": "#98C379",
      "brightPurple": "#C577DD",
      "brightRed": "#DF6C75",
      "brightWhite": "#FFFFFF",
      "brightYellow": "#E4C07A",
      "cursorColor": "#4F525D",
      "cyan": "#0997B3",
      "foreground": "#383A42",
      "green": "#50A14F",
      "name": "One Half Light",
      "purple": "#A626A4",
      "red": "#E45649",
      "selectionBackground": "#FFFFFF",
      "white": "#FAFAFA",
      "yellow": "#C18301"
    },
    {
      "background": "#002B36",
      "black": "#002B36",
      "blue": "#268BD2",
      "brightBlack": "#073642",
      "brightBlue": "#839496",
      "brightCyan": "#93A1A1",
      "brightGreen": "#586E75",
      "brightPurple": "#6C71C4",
      "brightRed": "#CB4B16",
      "brightWhite": "#FDF6E3",
      "brightYellow": "#657B83",
      "cursorColor": "#FFFFFF",
      "cyan": "#2AA198",
      "foreground": "#839496",
      "green": "#859900",
      "name": "Solarized Dark",
      "purple": "#D33682",
      "red": "#DC322F",
      "selectionBackground": "#FFFFFF",
      "white": "#EEE8D5",
      "yellow": "#B58900"
    },
    {
      "background": "#FDF6E3",
      "black": "#002B36",
      "blue": "#268BD2",
      "brightBlack": "#073642",
      "brightBlue": "#839496",
      "brightCyan": "#93A1A1",
      "brightGreen": "#586E75",
      "brightPurple": "#6C71C4",
      "brightRed": "#CB4B16",
      "brightWhite": "#FDF6E3",
      "brightYellow": "#657B83",
      "cursorColor": "#002B36",
      "cyan": "#2AA198",
      "foreground": "#657B83",
      "green": "#859900",
      "name": "Solarized Light",
      "purple": "#D33682",
      "red": "#DC322F",
      "selectionBackground": "#FFFFFF",
      "white": "#EEE8D5",
      "yellow": "#B58900"
    },
    {
      "background": "#000000",
      "black": "#000000",
      "blue": "#3465A4",
      "brightBlack": "#555753",
      "brightBlue": "#729FCF",
      "brightCyan": "#34E2E2",
      "brightGreen": "#8AE234",
      "brightPurple": "#AD7FA8",
      "brightRed": "#EF2929",
      "brightWhite": "#EEEEEC",
      "brightYellow": "#FCE94F",
      "cursorColor": "#FFFFFF",
      "cyan": "#06989A",
      "foreground": "#D3D7CF",
      "green": "#4E9A06",
      "name": "Tango Dark",
      "purple": "#75507B",
      "red": "#CC0000",
      "selectionBackground": "#FFFFFF",
      "white": "#D3D7CF",
      "yellow": "#C4A000"
    },
    {
      "background": "#FFFFFF",
      "black": "#000000",
      "blue": "#3465A4",
      "brightBlack": "#555753",
      "brightBlue": "#729FCF",
      "brightCyan": "#34E2E2",
      "brightGreen": "#8AE234",
      "brightPurple": "#AD7FA8",
      "brightRed": "#EF2929",
      "brightWhite": "#EEEEEC",
      "brightYellow": "#FCE94F",
      "cursorColor": "#000000",
      "cyan": "#06989A",
      "foreground": "#555753",
      "green": "#4E9A06",
      "name": "Tango Light",
      "purple": "#75507B",
      "red": "#CC0000",
      "selectionBackground": "#FFFFFF",
      "white": "#D3D7CF",
      "yellow": "#C4A000"
    },
    {
      "background": "#000000",
      "black": "#000000",
      "blue": "#000080",
      "brightBlack": "#808080",
      "brightBlue": "#0000FF",
      "brightCyan": "#00FFFF",
      "brightGreen": "#00FF00",
      "brightPurple": "#FF00FF",
      "brightRed": "#FF0000",
      "brightWhite": "#FFFFFF",
      "brightYellow": "#FFFF00",
      "cursorColor": "#FFFFFF",
      "cyan": "#008080",
      "foreground": "#C0C0C0",
      "green": "#008000",
      "name": "Vintage",
      "purple": "#800080",
      "red": "#800000",
      "selectionBackground": "#FFFFFF",
      "white": "#C0C0C0",
      "yellow": "#808000"
    }
  ]
}

@mrbeardad commented on GitHub (May 24, 2022): My settings.json: ```json { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "keys": "ctrl+shift+f", "command": { "action": "sendInput", "input": "\u001bf" // <M-f> } }, { "keys": "ctrl+shift+h", "command": { "action": "sendInput", "input": "\u001bH" // <M-H> } }, { "keys": "ctrl+alt+enter", "command": { "action": "sendInput", "input": "\u001b\u000d" // <M-CR> } }, { "command": { "action": "sendInput", "input": "\u001bI" }, "keys": "ctrl+i" // <M-I> }, { "keys": "ctrl+shift+j", "command": { "action": "sendInput", "input": "\u001bJ" // <M-J> } }, { "keys": "ctrl+shift+k", "command": { "action": "sendInput", "input": "\u001bK" // <M-K> } }, { "keys": "ctrl+shift+l", "command": { "action": "sendInput", "input": "\u001bL" // <M-L> } }, { "keys": "ctrl+shift+s", "command": { "action": "sendInput", "input": "\u001bS" // <M-S> } }, { "keys": "ctrl+shift+o", "command": { "action": "sendInput", "input": "\u001bO" // <M-O> } }, { "keys": "ctrl+shift+m", "command": { "action": "sendInput", "input": "\u001bM" // <M-M> } }, { "keys": "ctrl+shift+e", "command": { "action": "sendInput", "input": "\u001bE" // <M-E> } }, { "keys": "ctrl+.", "command": { "action": "sendInput", "input": "\u001b." // <M-.> } }, { "keys": "ctrl+shift+p", "command": { "action": "sendInput", "input": "\u001bP" // <M-P> } } ], "copyFormatting": "none", "copyOnSelect": true, "multiLinePasteWarning": false, "tabWidthMode": "compact", "confirmCloseAllTabs": false, "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "profiles": { "defaults": { "font": { "face": "NerdCodeProPlus", // "face": "Consolas", // using Consolas font still has the same behavior "size": 10, "weight": "normal" }, "intenseTextStyle": "all", "colorScheme": "Afterglow", "useAcrylic": true, "opacity": 50, "padding": "0, 0, 0, 0", "scrollbarState": "hidden" }, "list": [ { "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "commandline": "wsl ~ -d Ubuntu -- tmux new-session -s Default || tmux attach -t Default", "icon": "C:\\Users\\Bear\\OneDrive\\图片\\Saved Pictures\\ubuntu.png", "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl" }, { "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ] }, "schemes": [ { "name": "Afterglow", "black": "#151515", "red": "#ac4142", "green": "#7e8e50", "yellow": "#e5b567", "blue": "#6c99bb", "purple": "#9f4e85", "cyan": "#7dd6cf", "white": "#d0d0d0", "brightBlack": "#505050", "brightRed": "#ac4142", "brightGreen": "#7e8e50", "brightYellow": "#e5b567", "brightBlue": "#6c99bb", "brightPurple": "#9f4e85", "brightCyan": "#7dd6cf", "brightWhite": "#f5f5f5", "background": "#212121", "foreground": "#d0d0d0", "cursorColor": "#d0d0d0", "selectionBackground": "#303030" }, { "name": "Blazer", "black": "#000000", "red": "#b87a7a", "green": "#7ab87a", "yellow": "#b8b87a", "blue": "#7a7ab8", "purple": "#b87ab8", "cyan": "#7ab8b8", "white": "#d9d9d9", "brightBlack": "#262626", "brightRed": "#dbbdbd", "brightGreen": "#bddbbd", "brightYellow": "#dbdbbd", "brightBlue": "#bdbddb", "brightPurple": "#dbbddb", "brightCyan": "#bddbdb", "brightWhite": "#ffffff", "background": "#0d1926", "foreground": "#d9e6f2", "cursorColor": "#d9e6f2", "selectionBackground": "#c1ddff" }, { "background": "#0C0C0C", "black": "#0C0C0C", "blue": "#0037DA", "brightBlack": "#767676", "brightBlue": "#3B78FF", "brightCyan": "#61D6D6", "brightGreen": "#16C60C", "brightPurple": "#B4009E", "brightRed": "#E74856", "brightWhite": "#F2F2F2", "brightYellow": "#F9F1A5", "cursorColor": "#FFFFFF", "cyan": "#3A96DD", "foreground": "#CCCCCC", "green": "#13A10E", "name": "Campbell", "purple": "#881798", "red": "#C50F1F", "selectionBackground": "#FFFFFF", "white": "#CCCCCC", "yellow": "#C19C00" }, { "background": "#012456", "black": "#0C0C0C", "blue": "#0037DA", "brightBlack": "#767676", "brightBlue": "#3B78FF", "brightCyan": "#61D6D6", "brightGreen": "#16C60C", "brightPurple": "#B4009E", "brightRed": "#E74856", "brightWhite": "#F2F2F2", "brightYellow": "#F9F1A5", "cursorColor": "#FFFFFF", "cyan": "#3A96DD", "foreground": "#CCCCCC", "green": "#13A10E", "name": "Campbell Powershell", "purple": "#881798", "red": "#C50F1F", "selectionBackground": "#FFFFFF", "white": "#CCCCCC", "yellow": "#C19C00" }, { "background": "#282C34", "black": "#282C34", "blue": "#61AFEF", "brightBlack": "#5A6374", "brightBlue": "#61AFEF", "brightCyan": "#56B6C2", "brightGreen": "#98C379", "brightPurple": "#C678DD", "brightRed": "#E06C75", "brightWhite": "#DCDFE4", "brightYellow": "#E5C07B", "cursorColor": "#FFFFFF", "cyan": "#56B6C2", "foreground": "#DCDFE4", "green": "#98C379", "name": "One Half Dark", "purple": "#C678DD", "red": "#E06C75", "selectionBackground": "#FFFFFF", "white": "#DCDFE4", "yellow": "#E5C07B" }, { "background": "#FAFAFA", "black": "#383A42", "blue": "#0184BC", "brightBlack": "#4F525D", "brightBlue": "#61AFEF", "brightCyan": "#56B5C1", "brightGreen": "#98C379", "brightPurple": "#C577DD", "brightRed": "#DF6C75", "brightWhite": "#FFFFFF", "brightYellow": "#E4C07A", "cursorColor": "#4F525D", "cyan": "#0997B3", "foreground": "#383A42", "green": "#50A14F", "name": "One Half Light", "purple": "#A626A4", "red": "#E45649", "selectionBackground": "#FFFFFF", "white": "#FAFAFA", "yellow": "#C18301" }, { "background": "#002B36", "black": "#002B36", "blue": "#268BD2", "brightBlack": "#073642", "brightBlue": "#839496", "brightCyan": "#93A1A1", "brightGreen": "#586E75", "brightPurple": "#6C71C4", "brightRed": "#CB4B16", "brightWhite": "#FDF6E3", "brightYellow": "#657B83", "cursorColor": "#FFFFFF", "cyan": "#2AA198", "foreground": "#839496", "green": "#859900", "name": "Solarized Dark", "purple": "#D33682", "red": "#DC322F", "selectionBackground": "#FFFFFF", "white": "#EEE8D5", "yellow": "#B58900" }, { "background": "#FDF6E3", "black": "#002B36", "blue": "#268BD2", "brightBlack": "#073642", "brightBlue": "#839496", "brightCyan": "#93A1A1", "brightGreen": "#586E75", "brightPurple": "#6C71C4", "brightRed": "#CB4B16", "brightWhite": "#FDF6E3", "brightYellow": "#657B83", "cursorColor": "#002B36", "cyan": "#2AA198", "foreground": "#657B83", "green": "#859900", "name": "Solarized Light", "purple": "#D33682", "red": "#DC322F", "selectionBackground": "#FFFFFF", "white": "#EEE8D5", "yellow": "#B58900" }, { "background": "#000000", "black": "#000000", "blue": "#3465A4", "brightBlack": "#555753", "brightBlue": "#729FCF", "brightCyan": "#34E2E2", "brightGreen": "#8AE234", "brightPurple": "#AD7FA8", "brightRed": "#EF2929", "brightWhite": "#EEEEEC", "brightYellow": "#FCE94F", "cursorColor": "#FFFFFF", "cyan": "#06989A", "foreground": "#D3D7CF", "green": "#4E9A06", "name": "Tango Dark", "purple": "#75507B", "red": "#CC0000", "selectionBackground": "#FFFFFF", "white": "#D3D7CF", "yellow": "#C4A000" }, { "background": "#FFFFFF", "black": "#000000", "blue": "#3465A4", "brightBlack": "#555753", "brightBlue": "#729FCF", "brightCyan": "#34E2E2", "brightGreen": "#8AE234", "brightPurple": "#AD7FA8", "brightRed": "#EF2929", "brightWhite": "#EEEEEC", "brightYellow": "#FCE94F", "cursorColor": "#000000", "cyan": "#06989A", "foreground": "#555753", "green": "#4E9A06", "name": "Tango Light", "purple": "#75507B", "red": "#CC0000", "selectionBackground": "#FFFFFF", "white": "#D3D7CF", "yellow": "#C4A000" }, { "background": "#000000", "black": "#000000", "blue": "#000080", "brightBlack": "#808080", "brightBlue": "#0000FF", "brightCyan": "#00FFFF", "brightGreen": "#00FF00", "brightPurple": "#FF00FF", "brightRed": "#FF0000", "brightWhite": "#FFFFFF", "brightYellow": "#FFFF00", "cursorColor": "#FFFFFF", "cyan": "#008080", "foreground": "#C0C0C0", "green": "#008000", "name": "Vintage", "purple": "#800080", "red": "#800000", "selectionBackground": "#FFFFFF", "white": "#C0C0C0", "yellow": "#808000" } ] } ```
Author
Owner

@237dmitry commented on GitHub (May 24, 2022):

I think perhaps this is a font problem. There may be no "Bold" or "Bold Italic" font variant.

> dir $env:LocalAppdata\Microsoft\Windows\Fonts\Fira* | % Name
Fira Code Bold Nerd Font Complete.ttf
Fira Code Light Nerd Font Complete.ttf
Fira Code Medium Nerd Font Complete.ttf
Fira Code Regular Nerd Font Complete.ttf
Fira Code Retina Nerd Font Complete.ttf

Screenshot 2022-05-24 100539

@237dmitry commented on GitHub (May 24, 2022): I think perhaps this is a font problem. There may be no "Bold" or "Bold Italic" font variant. ```powershell > dir $env:LocalAppdata\Microsoft\Windows\Fonts\Fira* | % Name Fira Code Bold Nerd Font Complete.ttf Fira Code Light Nerd Font Complete.ttf Fira Code Medium Nerd Font Complete.ttf Fira Code Regular Nerd Font Complete.ttf Fira Code Retina Nerd Font Complete.ttf ``` ![Screenshot 2022-05-24 100539](https://user-images.githubusercontent.com/78153320/169969691-7016b7fa-14fb-46cd-9c7e-36f4b2ce3675.png)
Author
Owner

@zadjii-msft commented on GitHub (May 24, 2022):

alright so the font face here is NerdCodeProPlus. Where'd you get that font from, exactly?

To make spotting the difference easier:
image

@zadjii-msft commented on GitHub (May 24, 2022): alright so the font face here is `NerdCodeProPlus`. Where'd you get that font from, exactly? To make spotting the difference easier: ![image](https://user-images.githubusercontent.com/18356694/170055067-e412047e-b32c-40ba-85a9-5e3073c233a0.png)
Author
Owner

@mrbeardad commented on GitHub (May 24, 2022):

I think perhaps this is a font problem. There may be no "Bold" or "Bold Italic" font variant.

image

alright so the font face here is NerdCodeProPlus. Where'd you get that font from, exactly?

here is NerdCodeProPlus

@mrbeardad commented on GitHub (May 24, 2022): > I think perhaps this is a font problem. There may be no "Bold" or "Bold Italic" font variant. ![image](https://user-images.githubusercontent.com/54128430/170080400-79044323-c808-4398-bf61-c9bc496734e5.png) > alright so the font face here is NerdCodeProPlus. Where'd you get that font from, exactly? here is [NerdCodeProPlus](https://github.com/mrbeardad/MyIDE/tree/72429536e3642b6eb64d7b9d343677711390f4dd/fonts)
Author
Owner

@mrbeardad commented on GitHub (May 24, 2022):

Screenshot 2022-05-24 100539

BTW, my powershell doesn't print properly. (I didn't learn powershell) updating powershell resolve this problem

image

@mrbeardad commented on GitHub (May 24, 2022): > ![Screenshot 2022-05-24 100539](https://user-images.githubusercontent.com/78153320/169969691-7016b7fa-14fb-46cd-9c7e-36f4b2ce3675.png) ~~BTW, my powershell doesn't print properly. (I didn't learn powershell)~~ updating powershell resolve this problem ![image](https://user-images.githubusercontent.com/54128430/170084836-41fe61a2-1d76-4a7d-b055-27c1717b7981.png)
Author
Owner

@mrbeardad commented on GitHub (May 25, 2022):

After testing, bold font works well unless the intense text contain -, /, \, |, < or >.
The bold italic font render correctly even if the text contain -, /, \, |, < or >, the bold font and bold italic are the same font, I just modified the font info by fontforge

image

@mrbeardad commented on GitHub (May 25, 2022): After testing, bold font works well unless the intense text contain `-`, `/`, `\`, `|`, `<` or `>`. The bold italic font render correctly even if the text contain `-`, `/`, `\`, `|`, `<` or `>`, the bold font and bold italic are the same font, I just modified the font info by fontforge ![image](https://user-images.githubusercontent.com/54128430/170180684-82b50109-34fd-424c-8dc2-d4035f35b6e2.png)
Author
Owner

@carlos-zamora commented on GitHub (Apr 5, 2023):

Sorry for the radio silence here. Does this still repro in version 1.16? How about when the Rendering > Use the new text renderer ("Atlas Engine") setting is enabled? Thanks in advance!

@carlos-zamora commented on GitHub (Apr 5, 2023): Sorry for the radio silence here. Does this still repro in version 1.16? How about when the `Rendering` > `Use the new text renderer ("Atlas Engine")` setting is enabled? Thanks in advance!
Author
Owner

@mrbeardad commented on GitHub (Apr 6, 2023):

Yeah, that works, thanks for your efforts

@mrbeardad commented on GitHub (Apr 6, 2023): Yeah, that works, thanks for your efforts
Author
Owner

@DHowett commented on GitHub (Apr 6, 2023):

Thanks for following up!

@DHowett commented on GitHub (Apr 6, 2023): Thanks for following up!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#17540