Font

Font(Font, FontStyle)

public Font(Font prototype, FontStyle newStyle)

也可以看看


Font(FontFamily, float)

public Font(FontFamily family, float emSize)

也可以看看


Font(FontFamily, float, FontStyle)

public Font(FontFamily family, float emSize, FontStyle style)

也可以看看


Font(FontFamily, float, FontStyle, GraphicsUnit)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit)

也可以看看


Font(FontFamily, float, FontStyle, GraphicsUnit, byte)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet)

也可以看看


Font(FontFamily, float, FontStyle, GraphicsUnit, byte, bool)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, 
    bool gdiVerticalFont)

也可以看看


Font(FontFamily, float, GraphicsUnit)

public Font(FontFamily family, float emSize, GraphicsUnit unit)

也可以看看


Font(string, float)

public Font(string familyName, float emSize)

也可以看看


Font(string, float, FontStyle)

public Font(string familyName, float emSize, FontStyle style)

也可以看看


Font(string, float, FontStyle, GraphicsUnit)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit)

也可以看看


Font(string, float, FontStyle, GraphicsUnit, byte)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet)

也可以看看


Font(string, float, FontStyle, GraphicsUnit, byte, bool)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, 
    bool gdiVerticalFont)

也可以看看


Font(string, float, GraphicsUnit)

public Font(string familyName, float emSize, GraphicsUnit unit)

也可以看看