C# 클래스 Praeclarum.Graphics.CoreGraphicsFontMetrics

상속: IFontMetrics
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Widths float[]

공개 메소드들

메소드 설명
CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
StringWidth ( string str, int startIndex, int length ) : int

비공개 메소드들

메소드 설명
StringSize ( string str, int startIndex, int length ) : CoreGraphics.CGSize

메소드 상세

CoreGraphicsFontMetrics() 공개 메소드

public CoreGraphicsFontMetrics ( CTStringAttributes attrs ) : System
attrs CTStringAttributes
리턴 System

StringWidth() 공개 메소드

public StringWidth ( string str, int startIndex, int length ) : int
str string
startIndex int
length int
리턴 int

프로퍼티 상세

Widths 공개적으로 프로퍼티

public float[] Widths
리턴 float[]