C# 클래스 idTech4.Renderer.idFontGlyph

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 프로퍼티들

프로퍼티 타입 설명
Bottom int
Glyph idMaterial
Height int
ImageHeight int
ImageWidth int
MaterialName string
Pitch int
S float
S2 float
SkipX int
T float
T2 float
Top int

프로퍼티 상세

Bottom 공개적으로 프로퍼티

Bottom of glyph in buffer.
public int Bottom
리턴 int

Glyph 공개적으로 프로퍼티

Material with the glyph.
public idMaterial,idTech4.Renderer Glyph
리턴 idMaterial

Height 공개적으로 프로퍼티

Number of scan lines.
public int Height
리턴 int

ImageHeight 공개적으로 프로퍼티

Height of actual image.
public int ImageHeight
리턴 int

ImageWidth 공개적으로 프로퍼티

Width of actual image.
public int ImageWidth
리턴 int

MaterialName 공개적으로 프로퍼티

public string MaterialName
리턴 string

Pitch 공개적으로 프로퍼티

Width for copying.
public int Pitch
리턴 int

S 공개적으로 프로퍼티

X offset in image where glyph starts.
public float S
리턴 float

S2 공개적으로 프로퍼티

public float S2
리턴 float

SkipX 공개적으로 프로퍼티

X adjustment.
public int SkipX
리턴 int

T 공개적으로 프로퍼티

Y offset in image where glyph starts.
public float T
리턴 float

T2 공개적으로 프로퍼티

public float T2
리턴 float

Top 공개적으로 프로퍼티

Top of glyph in buffer.
public int Top
리턴 int