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