public | Font() |
public | 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 | Font(void* nativeFont_) |
public | ~Font() |
public static Result<Font> | FromHFont(void* hdc, void* hfont) |
public Result<FontFamily> | GetFamily() |
public float | GetHeight(const Graphics& graphics) const |
public float | GetSize() const |
public FontStyle | GetStyle() const |
public bool | IsNull() const |
public inline void* | NativeFont() const |
public Result<FontHandle> | ToHFont(const Graphics& graphics) |
public void | operator=(const Font& that) |
private void* | nativeFont |