MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Minimum font setting in webview2
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Users can set the minimum font size in Chrome and Edge. Is there a similar setting in webview2?
I am developing a C # winform program that uses webview2 to print web pages. If the minimum font on the page is 6pt, but the minimum font displayed in webview 2 is much larger than 6pt, the printed result will be much larger than 6pt. This is the problem I want to solve.
In addition, there is no font size limit in the webbrowser control. For example, if the font size on the page is 6pt, when I print using webbrowser, it still prints 6pt.
Describe the solution you'd like and alternatives you've considered
If you set the minimum font for webview2 to 0pt, or open the minimum font setting, it can solve my problem.
thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.