コード例 #1
0
 public float AdvanceY(Face face, Font font)
 {
     return(Graphite2Api.SlotAdvanceY(_slot, face.FacePtr, font.FontPtr));
 }