Fonts support
Opened this issue · 2 comments
khattakdev commented
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
anas4u02 commented
Hey @khattakdev, can you please assign this to me?
anas4u02 commented
Hi @khattakdev, I came up with two possible solutions for this issue.
- .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.
- 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?