Win32 API 日本語リファレンス
ホームStorage.Xps › IXpsOMGlyphs

IXpsOMGlyphs

COM
IID819b3199-0a5a-4b64-bec7-a9e17e780de2継承元IXpsOMVisual自前メソッド開始 vtbl30

メソッド 27

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
30HRESULT GetUnicodeString(LPWSTR* unicodeString)
31HRESULT GetGlyphIndexCount(DWORD* indexCount)
32HRESULT GetGlyphIndices(DWORD* indexCount, XPS_GLYPH_INDEX* glyphIndices)
33HRESULT GetGlyphMappingCount(DWORD* glyphMappingCount)
34HRESULT GetGlyphMappings(DWORD* glyphMappingCount, XPS_GLYPH_MAPPING* glyphMappings)
35HRESULT GetProhibitedCaretStopCount(DWORD* prohibitedCaretStopCount)
36HRESULT GetProhibitedCaretStops(DWORD* prohibitedCaretStopCount, DWORD* prohibitedCaretStops)
37HRESULT GetBidiLevel(DWORD* bidiLevel)
38HRESULT GetIsSideways(BOOL* isSideways)
39HRESULT GetDeviceFontName(LPWSTR* deviceFontName)
40HRESULT GetStyleSimulations(XPS_STYLE_SIMULATION* styleSimulations)
41HRESULT SetStyleSimulations(XPS_STYLE_SIMULATION styleSimulations)
42HRESULT GetOrigin(XPS_POINT* origin)
43HRESULT SetOrigin(XPS_POINT* origin)
44HRESULT GetFontRenderingEmSize(FLOAT* fontRenderingEmSize)
45HRESULT SetFontRenderingEmSize(FLOAT fontRenderingEmSize)
46HRESULT GetFontResource(IXpsOMFontResource** fontResource)
47HRESULT SetFontResource(IXpsOMFontResource* fontResource)
48HRESULT GetFontFaceIndex(SHORT* fontFaceIndex)
49HRESULT SetFontFaceIndex(SHORT fontFaceIndex)
50HRESULT GetFillBrush(IXpsOMBrush** fillBrush)
51HRESULT GetFillBrushLocal(IXpsOMBrush** fillBrush)
52HRESULT SetFillBrushLocal(IXpsOMBrush* fillBrush)
53HRESULT GetFillBrushLookup(LPWSTR* key)
54HRESULT SetFillBrushLookup(LPWSTR key)
55HRESULT GetGlyphsEditor(IXpsOMGlyphsEditor** editor)
56HRESULT Clone(IXpsOMGlyphs** glyphs)