FontDescriptor.Font 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 a cloned instance of the Font defined by this descriptor. If the font has not been previously created, it creates it first.
public:
property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); };
public System.Drawing.Font Font { get; }
member this.Font : System.Drawing.Font
Public ReadOnly Property Font As Font
Property Value
A Font defined by this descriptor.