예제 #1
0
 public int GetFontAscent()
 {
     return(Win32Util.GetTextAscent(hdc));
 }