Font
内容
[
隐藏
]
Font class
public sealed class Font : IDisposable
构造函数
姓名 | 描述 |
---|---|
Font(Font, FontStyle) | |
Font(FontFamily, float) | |
Font(string, float) | |
Font(FontFamily, float, FontStyle) | |
Font(FontFamily, float, GraphicsUnit) | |
Font(string, float, FontStyle) | |
Font(string, float, GraphicsUnit) | |
Font(FontFamily, float, FontStyle, GraphicsUnit) | |
Font(string, float, FontStyle, GraphicsUnit) | |
Font(FontFamily, float, FontStyle, GraphicsUnit, byte) | |
Font(string, float, FontStyle, GraphicsUnit, byte) | |
Font(FontFamily, float, FontStyle, GraphicsUnit, byte, bool) | |
Font(string, float, FontStyle, GraphicsUnit, byte, bool) |
特性
姓名 | 描述 |
---|---|
Bold { get; } | |
FontFamily { get; } | |
GdiCharSet { get; } | |
GdiVerticalFont { get; } | |
Height { get; } | |
IsSystemFont { get; } | |
Italic { get; } | |
Name { get; } | |
OriginalFontName { get; } | |
Size { get; } | |
SizeInPoints { get; } | |
Strikeout { get; } | |
Style { get; } | |
SystemFontName { get; } | |
Underline { get; } | |
Unit { get; } |
方法
姓名 | 描述 |
---|---|
Clone() | |
Dispose() | |
override Equals(object) | |
override GetHashCode() | |
GetHeight() | |
GetHeight(float) | |
GetHeight(Graphics) | |
override ToString() |
也可以看看
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing