ホーム › Graphics.DirectWrite › IDWriteFont
IDWriteFont
COMメソッド 11
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetFontFamily(IDWriteFontFamily** fontFamily) |
| 4 | DWRITE_FONT_WEIGHT GetWeight() |
| 5 | DWRITE_FONT_STRETCH GetStretch() |
| 6 | DWRITE_FONT_STYLE GetStyle() |
| 7 | BOOL IsSymbolFont() |
| 8 | HRESULT GetFaceNames(IDWriteLocalizedStrings** names) |
| 9 | HRESULT GetInformationalStrings(DWRITE_INFORMATIONAL_STRING_ID informationalStringID, IDWriteLocalizedStrings** informationalStrings, BOOL* exists) |
| 10 | DWRITE_FONT_SIMULATIONS GetSimulations() |
| 11 | void GetMetrics(DWRITE_FONT_METRICS* fontMetrics) |
| 12 | HRESULT HasCharacter(DWORD unicodeValue, BOOL* exists) |
| 13 | HRESULT CreateFontFace(IDWriteFontFace** fontFace) |