예제 #1
0
 public Font(string source)
 {
     font = Fonts.Load(source);
 }
예제 #2
0
 public Font(Stream stream)
 {
     font = Fonts.Load(stream);
 }