예제 #1
0
 public float AdvanceX(Face face, Font font)
 {
     return(Graphite2Api.SlotAdvanceX(_slot, face.FacePtr, font.FontPtr));
 }