Ejemplo n.º 1
0
 private static IBuffer GetGlyphBuffer(CanvasFontFace fontface, uint unicodeIndex, GlyphImageFormat format)
 {
     return(DirectWrite.GetImageDataBuffer(fontface, 1024, unicodeIndex, format));
 }
Ejemplo n.º 2
0
 private static IBuffer GetGlyphBuffer(CanvasFontFace fontface, uint unicodeIndex, GlyphImageFormat format)
 {
     return(Utils.GetInterop().GetImageDataBuffer(fontface, 1024, unicodeIndex, format));
 }