FontDescriptor.FontSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the em height of the Font object measured in the units of the Font object. This is the value used to create the font. Use FontHeight instead if you want to get the height of a line of text using this font (i.e., the line spacing).
public:
property float FontSize { float get(); };
public float FontSize { get; }
member this.FontSize : single
Public ReadOnly Property FontSize As Single
Property Value
Returns the em height of the Font object measured in the units of the Font object.