Struct DWrite.FontFamily.Ref
public ref struct DWrite.FontFamily.Ref : IDisposable
- Implements
- Inherited Members
Constructors
Ref(void*)
public Ref(void* ptr)
Parameters
ptrvoid*
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetFirstMatchingFont(FontWeight, FontStretch, FontStyle)
public DWrite.Font.Ref GetFirstMatchingFont(DWrite.FontWeight fontWeight, DWrite.FontStretch fontStretch, DWrite.FontStyle fontStyle)
Parameters
fontWeightDWrite.FontWeightfontStretchDWrite.FontStretchfontStyleDWrite.FontStyle
Returns
Operators
implicit operator void*(Ref)
public static implicit operator void*(DWrite.FontFamily.Ref r)
Parameters
Returns
- void*