public nothrow | Font() |
public nothrow | Font(Font&& that) |
public | Font(const Font& that) |
public | Font(const FontFamily& family, float emSize) |
public | Font(const FontFamily& family, float emSize, FontStyle style, Unit unit) |
public nothrow | Font(void* nativeFont_) |
public | ~Font() |
public static Font | FromHFont(void* hdc, void* hfont) |
public nothrow GraphicsStatus | GetFamily(FontFamily& fontFamily) |
public FontFamily | GetFamilyChecked() |
public nothrow float | GetHeight(const Graphics& graphics) const |
public nothrow float | GetSize() const |
public nothrow FontStyle | GetStyle() const |
public nothrow bool | IsNull() const |
public inline nothrow void* | NativeFont() const |
public nothrow GraphicsStatus | ToHFont(const Graphics& graphics, FontHandle& fontHandle) |
public FontHandle | ToHFontChecked(const Graphics& graphics) |
public void | operator=(const Font& that) |
private void* | nativeFont |