C# 클래스 SimplexDialog.GraphicsExtension.FontMetricsImpl

상속: FontMetrics
파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine

공개 메소드들

메소드 설명
GetFontMetrics ( Graphics graphics, Font font ) : FontMetrics

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr hdc ) : bool
FontMetricsImpl ( Graphics graphics, Font font ) : System
GenerateTextMetrics ( Graphics graphics, Font font ) : TEXTMETRIC
GetTextMetrics ( IntPtr hdc, TEXTMETRIC &lptm ) : bool
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr

메소드 상세

GetFontMetrics() 공개 정적인 메소드

public static GetFontMetrics ( Graphics graphics, Font font ) : FontMetrics
graphics System.Drawing.Graphics
font System.Drawing.Font
리턴 FontMetrics