Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAbility to easily set the plot to the very same font than the rest of a WinForms application #1469
Comments
|
Agree it should by default look like the default font used in the current framework. Currently it is set to "Segoe UI" to match WPF. I suggest to change the default values to undefined, and then let WinForms/WPF/etc. decide which font and size to use. |
|
The I don't understand the rational for this, unless it is a crude mapping from Pixels (usually what you end up with as the Adding a |
Feature description
I have struggled with setting the plot to the very same font than the rest of the WinFormsApp, in order to follow "Use only one font" at https://oxyplot.readthedocs.io/en/latest/guidelines/design.html:
...results in too small font. Also, it is not clear what size (e.g. Points) Oxy expects.
…looks old-fashioned.
Why not reuse the apps font rather than fixing to "Segoe UI" and 12?
At least there should be an example showing how to achieve "Use only one font".