Class FontInfos
Represents collection of FontInfo elements.
public class FontInfos
- Inheritance
-
FontInfos
- Derived
Constructors
- FontInfos(Font, IntPtr)
Initializes a new instance of the
FontInfos
class with specified parameters.
- FontInfos(IntPtr, IntPtr)
Initializes a new instance of the
FontInfos
class with specified parameters.
Properties
- CurrentInfo
Represents current FontInfo object.
- FontHeight
Represents height of the current font.
- IsMonoSpaced
Represents a value indicating whether current font is monospaced.
Methods
- Clear()
Frees all resources associated with this
FontInfos
.
- ~FontInfos()
Destroys the instance of the
FontInfos
class.
- GetAvailableFontStyle(FontFamily, FontStyle)
Indicates whether the specified System.Drawing.FontStyle enumeration is available.
- InitStyle(FontStyle)
Adds specified style to the style collection.
- InitStyle(string, FontStyle, int)
Adds specified style to the style collection.