C# 클래스 Squared.Render.Evil.FontUtils.GlyphSource

파일 보기 프로젝트 열기: sq/Fracture

공개 프로퍼티들

프로퍼티 타입 설명
DefaultCharacterIndex int
Fields FontFields
Font Microsoft.Xna.Framework.Graphics.SpriteFont
Texture Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
GetGlyph ( char ch, Glyph &result ) : bool
GlyphSource ( SpriteFont font ) : System

비공개 메소드들

메소드 설명
MakeGlyphForCharacter ( char ch, int characterIndex ) : Glyph

메소드 상세

GetGlyph() 공개 메소드

public GetGlyph ( char ch, Glyph &result ) : bool
ch char
result Glyph
리턴 bool

GlyphSource() 공개 메소드

public GlyphSource ( SpriteFont font ) : System
font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System

프로퍼티 상세

DefaultCharacterIndex 공개적으로 프로퍼티

public int DefaultCharacterIndex
리턴 int

Fields 공개적으로 프로퍼티

public FontFields Fields
리턴 FontFields

Font 공개적으로 프로퍼티

public SpriteFont,Microsoft.Xna.Framework.Graphics Font
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont

Texture 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics Texture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D