C# Class idTech4.Renderer.idFontGlyph

Datei anzeigen 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_oe property

Bottom of glyph in buffer.
public int Bottom
return int

Glyph public_oe property

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

Height public_oe property

Number of scan lines.
public int Height
return int

ImageHeight public_oe property

Height of actual image.
public int ImageHeight
return int

ImageWidth public_oe property

Width of actual image.
public int ImageWidth
return int

MaterialName public_oe property

public string MaterialName
return string

Pitch public_oe property

Width for copying.
public int Pitch
return int

S public_oe property

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

S2 public_oe property

public float S2
return float

SkipX public_oe property

X adjustment.
public int SkipX
return int

T public_oe property

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

T2 public_oe property

public float T2
return float

Top public_oe property

Top of glyph in buffer.
public int Top
return int