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