Ejemplo n.º 1
0
 internal SystemFont(SystemFontType fontType, IntPtr handle)
 {
     mvarFontType = fontType;
     mvarHandle   = handle;
 }
Ejemplo n.º 2
0
 internal SystemFont(SystemFontType fontType, IntPtr handle)
 {
     mvarFontType = fontType;
     mvarHandle = handle;
 }
Ejemplo n.º 3
0
 public SystemFontRecord(string path, SystemFontType type)
 {
     Path = path ?? throw new ArgumentNullException(nameof(path));
     Type = type;
 }