SimpleFont
Definition
Defines a particular font configuration.
Note: SimpleFont objects are used for various Drawing methods, and can be used when defining UI element for Add-ons.
Constructors
Methods and Properties
The WPF unit used is the default px one, so device independent pixels. With a default system DPI setting of 96, the physical pixel on the screen would be identical in size, but can vary if a custom DPI is employed. Both should not be confused with the points based font sizing known from other familiar Windows applications like Word, the advantage here is that the non points based size measurement will increase / decrease in size if the system DPI is changed - a more detailed discussion is located here.

