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