Example #1
0
 internal static extern Error FT_Get_PS_Font_Info(IntPtr face, out PostScript.Internal.FontInfoRec afont_info);
Example #2
0
 internal FontInfo(FontInfoRec rec)
 {
     this.rec = rec;
 }