C# 클래스 RenderingLibrary.Graphics.BitmapCharacterInfo

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistanceFromTopOfLine float
PageNumber int
ScaleX float
ScaleY float
SecondLetterKearning int>.Dictionary
Spacing float
TULeft float
TURight float
TVBottom float
TVTop float
XOffset float

공개 메소드들

메소드 설명
GetPixelBottom ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelDistanceFromTop ( int lineHeightInPixels ) : int
GetPixelHeight ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelLeft ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelRight ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelTop ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelWidth ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
GetPixelXOffset ( int lineHeightInPixels ) : int
GetXAdvanceInPixels ( int lineHeightInPixels ) : int
ToString ( ) : string

메소드 상세

GetPixelBottom() 공개 메소드

public GetPixelBottom ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelDistanceFromTop() 공개 메소드

public GetPixelDistanceFromTop ( int lineHeightInPixels ) : int
lineHeightInPixels int
리턴 int

GetPixelHeight() 공개 메소드

public GetPixelHeight ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelLeft() 공개 메소드

public GetPixelLeft ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelRight() 공개 메소드

public GetPixelRight ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelTop() 공개 메소드

public GetPixelTop ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelWidth() 공개 메소드

public GetPixelWidth ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : int
texture Microsoft.Xna.Framework.Graphics.Texture2D
리턴 int

GetPixelXOffset() 공개 메소드

public GetPixelXOffset ( int lineHeightInPixels ) : int
lineHeightInPixels int
리턴 int

GetXAdvanceInPixels() 공개 메소드

public GetXAdvanceInPixels ( int lineHeightInPixels ) : int
lineHeightInPixels int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DistanceFromTopOfLine 공개적으로 프로퍼티

public float DistanceFromTopOfLine
리턴 float

PageNumber 공개적으로 프로퍼티

public int PageNumber
리턴 int

ScaleX 공개적으로 프로퍼티

public float ScaleX
리턴 float

ScaleY 공개적으로 프로퍼티

public float ScaleY
리턴 float

SecondLetterKearning 공개적으로 프로퍼티

public Dictionary SecondLetterKearning
리턴 int>.Dictionary

Spacing 공개적으로 프로퍼티

public float Spacing
리턴 float

TULeft 공개적으로 프로퍼티

public float TULeft
리턴 float

TURight 공개적으로 프로퍼티

public float TURight
리턴 float

TVBottom 공개적으로 프로퍼티

public float TVBottom
리턴 float

TVTop 공개적으로 프로퍼티

public float TVTop
리턴 float

XOffset 공개적으로 프로퍼티

public float XOffset
리턴 float