khattakdev/capture

Fonts support

Opened this issue · 2 comments

The current fonts are the default ones.
There should be a way for the user to modify the output screenshot fonts, starting from the basic/popular ones

  • Fira Code
  • Cascadia PL

Hey @khattakdev, can you please assign this to me?

Hi @khattakdev, I came up with two possible solutions for this issue.

  1. .We make use of the VS Code's fontStyle property and assign that font to the screenshot. If the user has to change the font of screenshot he can directly change the font of his editor.
  2. Or we make a font selection UI and give the user a dropdown for selecting font after taking every screenshot.
    Which of the two do you suggest should I go with?