Table of Contents

Struct DWrite.FontFamily.Ref

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public ref struct DWrite.FontFamily.Ref : IDisposable
Implements
Inherited Members

Constructors

Ref(void*)

public Ref(void* ptr)

Parameters

ptr void*

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

fontWeight DWrite.FontWeight
fontStretch DWrite.FontStretch
fontStyle DWrite.FontStyle

Returns

DWrite.Font.Ref

Operators

implicit operator void*(Ref)

public static implicit operator void*(DWrite.FontFamily.Ref r)

Parameters

r DWrite.FontFamily.Ref

Returns

void*