Beispiel #1
0
 public Font(float ppm, Face face)
 {
     _face = face;
     _font = Graphite2Api.MakeFont(ppm, _face.FacePtr);
 }