mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-15 00:26:03 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Win32.Graphics.DirectWrite;
|
||||
[Guid("b0d941a0-85e7-4d8b-9fd3-5ced9934482a")]
|
||||
[NativeTypeName("struct IDWriteTextAnalysisSink1 : IDWriteTextAnalysisSink")]
|
||||
[NativeInheritance("IDWriteTextAnalysisSink")]
|
||||
public unsafe partial struct IDWriteTextAnalysisSink1 : INativeGuid
|
||||
public unsafe partial struct IDWriteTextAnalysisSink1 : IDWriteTextAnalysisSink1.Interface, INativeGuid
|
||||
{
|
||||
public static ref readonly Guid IID_IDWriteTextAnalysisSink1
|
||||
{
|
||||
@@ -113,5 +113,10 @@ public unsafe partial struct IDWriteTextAnalysisSink1 : INativeGuid
|
||||
{
|
||||
return ((delegate* unmanaged[Stdcall]<IDWriteTextAnalysisSink1*, uint, uint, GlyphOrientationAngle, byte, Bool32, Bool32, int>)(lpVtbl[7]))((IDWriteTextAnalysisSink1*)Unsafe.AsPointer(ref this), textPosition, textLength, glyphOrientationAngle, adjustedBidiLevel, isSideways, isRightToLeft);
|
||||
}
|
||||
public interface Interface : IDWriteTextAnalysisSink.Interface
|
||||
{
|
||||
[VtblIndex(7)]
|
||||
HResult SetGlyphOrientation(uint textPosition, uint textLength, GlyphOrientationAngle glyphOrientationAngle, byte adjustedBidiLevel, Bool32 isSideways, Bool32 isRightToLeft);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user