public int GetTypography([NativeTypeName("UINT32")] uint currentPosition, IDWriteTypography **typography, DWRITE_TEXT_RANGE *textRange = null)
 {
     return(((delegate * unmanaged <IDWriteTextLayout *, uint, IDWriteTypography **, DWRITE_TEXT_RANGE *, int>)(lpVtbl[55]))((IDWriteTextLayout *)Unsafe.AsPointer(ref this), currentPosition, typography, textRange));
 }
 public int CreateTypography([NativeTypeName("IDWriteTypography **")] IDWriteTypography **typography)
 {
     return(((delegate * unmanaged <IDWriteFactory1 *, IDWriteTypography **, int>)(lpVtbl[16]))((IDWriteFactory1 *)Unsafe.AsPointer(ref this), typography));
 }
Ejemplo n.º 3
0
 public HRESULT CreateTypography(IDWriteTypography **typography)
 {
     return(((delegate * unmanaged <IDWriteFactory1 *, IDWriteTypography **, int>)(lpVtbl[16]))((IDWriteFactory1 *)Unsafe.AsPointer(ref this), typography));
 }