C# 클래스 com.codename1.impl.NativeFont

상속: global::java.lang.Object
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bold bool
face int
font CanvasTextFormat
italic bool
size int
style int

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
NativeFont ( int face, int style, int size, CanvasTextFormat font ) : System
NativeFont ( int face, int style, int size, CanvasTextFormat font, String fileName, int height, int weight ) : System

비공개 메소드들

메소드 설명
getStringWidth ( string str ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

NativeFont() 공개 메소드

public NativeFont ( int face, int style, int size, CanvasTextFormat font ) : System
face int
style int
size int
font CanvasTextFormat
리턴 System

NativeFont() 공개 메소드

public NativeFont ( int face, int style, int size, CanvasTextFormat font, String fileName, int height, int weight ) : System
face int
style int
size int
font CanvasTextFormat
fileName String
height int
weight int
리턴 System

프로퍼티 상세

bold 공개적으로 프로퍼티

public bool bold
리턴 bool

face 공개적으로 프로퍼티

public int face
리턴 int

font 공개적으로 프로퍼티

public CanvasTextFormat font
리턴 CanvasTextFormat

italic 공개적으로 프로퍼티

public bool italic
리턴 bool

size 공개적으로 프로퍼티

public int size
리턴 int

style 공개적으로 프로퍼티

public int style
리턴 int