C# 클래스 Nez.FontCharacterSource

helper that wraps either a string or StringBuilder and provides a common API to read them for measuring/drawing
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int

공개 메소드들

메소드 설명
FontCharacterSource ( StringBuilder builder ) : System
FontCharacterSource ( string s ) : System
this ( int index ) : char

메소드 상세

FontCharacterSource() 공개 메소드

public FontCharacterSource ( StringBuilder builder ) : System
builder StringBuilder
리턴 System

FontCharacterSource() 공개 메소드

public FontCharacterSource ( string s ) : System
s string
리턴 System

this() 공개 메소드

public this ( int index ) : char
index int
리턴 char

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int