[]
IDWriteFont1
[Guid("acd16696-8c14-4f5d-877e-fe3fc1d32738")]
public class Font1 : Font, IDisposable, IUnknown
| Name | Description |
|---|---|
| Font1(IntPtr) | Initializes a new instance of the Font1 class. |
| Name | Description |
|---|---|
| Metrics | GetMetrics |
| Panose | GetPanose |
| Name | Description |
|---|---|
| GetMetrics(out FontMetrics1) | void IDWriteFont1::GetMetrics([Out] DWRITE_FONT_METRICS1* fontMetrics) |
| GetPanose(out Panose) | void IDWriteFont1::GetPanose([Out] DWRITE_PANOSE* panose) |
| GetUnicodeRanges(int, UnicodeRange[]) | HRESULT IDWriteFont1::GetUnicodeRanges([In] unsigned int maxRangeCount,[Out, Buffer, Optional] DWRITE_UNICODE_RANGE* unicodeRanges,[Out] unsigned int* actualRangeCount) |
| IsMonospacedFont() | BOOL IDWriteFont1::IsMonospacedFont() |
| Name | Description |
|---|---|
| explicit operator Font1(IntPtr) |