C# 클래스 NewTOAPIA.Drawing.GDIFont

상속: GDIObject
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fLogFont TOAPI.Types.LOGFONT

공개 메소드들

메소드 설명
GDIFont ( string faceName, int lfHeight ) : System
GDIFont ( string faceName, int lfHeight, System.Guid aGuid ) : System
GDIFont ( string lfFaceName, int lfHeight, byte lfPitchAndFamily, byte lfCharSet, FontQuality lfQuality, FontWeight lfWeight, bool lfItalic, bool lfStrikeOut, bool lfUnderline, byte lfClipPrecision, byte lfOutPrecision, int lfEscapement, int lfOrientation, int lfWidth, System.Guid aGuid ) : System
MeasureString ( string aString ) : System.Drawing.Size

This is the way to measure a string.

메소드 상세

GDIFont() 공개 메소드

public GDIFont ( string faceName, int lfHeight ) : System
faceName string
lfHeight int
리턴 System

GDIFont() 공개 메소드

public GDIFont ( string faceName, int lfHeight, System.Guid aGuid ) : System
faceName string
lfHeight int
aGuid System.Guid
리턴 System

GDIFont() 공개 메소드

public GDIFont ( string lfFaceName, int lfHeight, byte lfPitchAndFamily, byte lfCharSet, FontQuality lfQuality, FontWeight lfWeight, bool lfItalic, bool lfStrikeOut, bool lfUnderline, byte lfClipPrecision, byte lfOutPrecision, int lfEscapement, int lfOrientation, int lfWidth, System.Guid aGuid ) : System
lfFaceName string
lfHeight int
lfPitchAndFamily byte
lfCharSet byte
lfQuality FontQuality
lfWeight FontWeight
lfItalic bool
lfStrikeOut bool
lfUnderline bool
lfClipPrecision byte
lfOutPrecision byte
lfEscapement int
lfOrientation int
lfWidth int
aGuid System.Guid
리턴 System

MeasureString() 공개 메소드

This is the way to measure a string.
public MeasureString ( string aString ) : System.Drawing.Size
aString string
리턴 System.Drawing.Size

프로퍼티 상세

fLogFont 공개적으로 프로퍼티

public LOGFONT,TOAPI.Types fLogFont
리턴 TOAPI.Types.LOGFONT