C# Class idTech4.Renderer.idFontGlyph

Show file Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
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

Property Details

Bottom public property

Bottom of glyph in buffer.
public int Bottom
return int

Glyph public property

Material with the glyph.
public idMaterial,idTech4.Renderer Glyph
return idMaterial

Height public property

Number of scan lines.
public int Height
return int

ImageHeight public property

Height of actual image.
public int ImageHeight
return int

ImageWidth public property

Width of actual image.
public int ImageWidth
return int

MaterialName public property

public string MaterialName
return string

Pitch public property

Width for copying.
public int Pitch
return int

S public property

X offset in image where glyph starts.
public float S
return float

S2 public property

public float S2
return float

SkipX public property

X adjustment.
public int SkipX
return int

T public property

Y offset in image where glyph starts.
public float T
return float

T2 public property

public float T2
return float

Top public property

Top of glyph in buffer.
public int Top
return int