public | FontFamily() |
public nothrow | FontFamily(FontFamily&& that) |
public | FontFamily(const FontFamily& that) |
public explicit nothrow | FontFamily(const NativeHandle& nativeHandle_) |
public | FontFamily(const String<char>& familyName) |
public | ~FontFamily() |
public static nothrow FontFamily | GenericMonospace() |
public static nothrow FontFamily | GenericSansSerif() |
public static nothrow FontFamily | GenericSerif() |
public nothrow GraphicsStatus | GetFamilyName(String<char>& familyName) const |
public String<char> | GetFamilyNameChecked() const |
public inline nothrow void* | NativeFontFamily() const |
public void | operator=(const FontFamily& that) |
private void* | nativeFontFamily |
private bool | owned |