コード例 #1
0
ファイル: NFont.cs プロジェクト: masonwheeler/SDL2-CS
 public int getSpacing()
 {
     return(SDL_FontCache.FC_GetSpacing(font));
 }