C# 클래스 Papyrus.Types.LogicalFont

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
fCharSet byte
fClipPrecision byte
fEscapement int
fFaceName string
fHeight int
fItalic byte
fOrientation int
fOutPrecision byte
fPitchAndFamily byte
fQuality Font.Quality
fStrikeOut byte
fUnderline byte
fWeight Font.FontWeight
fWidth int

공개 메소드들

메소드 설명
CreateFont ( string typeface, int height ) : IntPtr

Create a font object given a typeface and size.

LogicalFont ( string typeface, int height ) : System

메소드 상세

CreateFont() 공개 정적인 메소드

Create a font object given a typeface and size.
public static CreateFont ( string typeface, int height ) : IntPtr
typeface string
height int
리턴 System.IntPtr

LogicalFont() 공개 메소드

public LogicalFont ( string typeface, int height ) : System
typeface string
height int
리턴 System

프로퍼티 상세

fCharSet 공개적으로 프로퍼티

public byte fCharSet
리턴 byte

fClipPrecision 공개적으로 프로퍼티

public byte fClipPrecision
리턴 byte

fEscapement 공개적으로 프로퍼티

public int fEscapement
리턴 int

fFaceName 공개적으로 프로퍼티

public string fFaceName
리턴 string

fHeight 공개적으로 프로퍼티

public int fHeight
리턴 int

fItalic 공개적으로 프로퍼티

public byte fItalic
리턴 byte

fOrientation 공개적으로 프로퍼티

public int fOrientation
리턴 int

fOutPrecision 공개적으로 프로퍼티

public byte fOutPrecision
리턴 byte

fPitchAndFamily 공개적으로 프로퍼티

public byte fPitchAndFamily
리턴 byte

fQuality 공개적으로 프로퍼티

public Font.Quality fQuality
리턴 Font.Quality

fStrikeOut 공개적으로 프로퍼티

public byte fStrikeOut
리턴 byte

fUnderline 공개적으로 프로퍼티

public byte fUnderline
리턴 byte

fWeight 공개적으로 프로퍼티

public Font.FontWeight fWeight
리턴 Font.FontWeight

fWidth 공개적으로 프로퍼티

public int fWidth
리턴 int