Table of Contents

Class DWrite.FontFamily

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public class DWrite.FontFamily : COM.Unknown, IDisposable
Inheritance
DWrite.FontFamily
Implements
Inherited Members

Constructors

FontFamily(void*)

public FontFamily(void* ptr)

Parameters

ptr void*

Methods

GetFirstMatchingFont(FontWeight, FontStretch, FontStyle)

public DWrite.Font GetFirstMatchingFont(DWrite.FontWeight fontWeight, DWrite.FontStretch fontStretch, DWrite.FontStyle fontStyle)

Parameters

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

Returns

DWrite.Font