public int SetAutomaticFontAxes(DWRITE_AUTOMATIC_FONT_AXES automaticFontAxes)
 {
     return(((delegate * unmanaged <IDWriteTextLayout4 *, DWRITE_AUTOMATIC_FONT_AXES, int>)(lpVtbl[88]))((IDWriteTextLayout4 *)Unsafe.AsPointer(ref this), automaticFontAxes));
 }
Ejemplo n.º 2
0
 public HRESULT SetAutomaticFontAxes(DWRITE_AUTOMATIC_FONT_AXES automaticFontAxes)
 {
     return(((delegate * unmanaged <IDWriteTextFormat3 *, DWRITE_AUTOMATIC_FONT_AXES, int>)(lpVtbl[42]))((IDWriteTextFormat3 *)Unsafe.AsPointer(ref this), automaticFontAxes));
 }