[]
IDWriteFontList
[Guid("1a0d8438-1d97-4ec1-aef9-a2fb86ed6acb")]
public class FontList : ComObject, IDisposable, IUnknown
Initializes a new instance of the FontList class.
public FontList(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT IDWriteFontList::GetFont([In] unsigned int index,[Out] IDWriteFont** font)
public Font GetFont(int index)
index
intHRESULT IDWriteFontList::GetFontCollection([Out] IDWriteFontCollection** fontCollection)
public FontCollection GetFontCollection()
unsigned int IDWriteFontList::GetFontCount()
public int GetFontCount()
Performs an explicit conversion from System.IntPtr to FontList.
public static explicit operator FontList(IntPtr nativePointer)
nativePointer
System.IntPtr