[]
IDWriteFontFamily
[Guid("da20d8ef-812a-4c43-9802-62ec4abd7add")]
public class FontFamily : FontList, IDisposable, IUnknown
| Name | Description |
|---|---|
| FontFamily(IntPtr) | Initializes a new instance of the FontFamily class. |
| Name | Description |
|---|---|
| GetFamilyNames() | HRESULT IDWriteFontFamily::GetFamilyNames([Out] IDWriteLocalizedStrings** names) |
| GetFirstMatchingFont(FontWeight, FontStretch, FontStyle) | HRESULT IDWriteFontFamily::GetFirstMatchingFont([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFont** matchingFont) |
| GetMatchingFonts(FontWeight, FontStretch, FontStyle) | HRESULT IDWriteFontFamily::GetMatchingFonts([In] DWRITE_FONT_WEIGHT weight,[In] DWRITE_FONT_STRETCH stretch,[In] DWRITE_FONT_STYLE style,[Out] IDWriteFontList** matchingFonts) |
| Name | Description |
|---|---|
| explicit operator FontFamily(IntPtr) | Performs an explicit conversion from IntPtr to FontFamily. |