[]
IDWriteFontList
[Guid("1a0d8438-1d97-4ec1-aef9-a2fb86ed6acb")]
public class FontList : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
FontList(IntPtr) | Initializes a new instance of the FontList class. |
Name | Description |
---|---|
GetFont(int) | HRESULT IDWriteFontList::GetFont([In] unsigned int index,[Out] IDWriteFont** font) |
GetFontCollection() | HRESULT IDWriteFontList::GetFontCollection([Out] IDWriteFontCollection** fontCollection) |
GetFontCount() | unsigned int IDWriteFontList::GetFontCount() |
Name | Description |
---|---|
explicit operator FontList(IntPtr) |