Exemple #1
0
 public FontFamily(string name)
 {
     this.native = LibIGraph.CreateFontFamily_Name(name);
     if (this.native == IntPtr.Zero)
     {
         throw new ArgumentException("Font '" + name + "' cannot be found.");
     }
 }