Space Engineers
Public Attributes | List of all members
VRageRender.MyFont.MyGlyphInfo Struct Reference

Info for each glyph in the font - where to find the glyph image and other properties More...

Public Attributes

ushort nBitmapID
 
ushort pxLocX
 
ushort pxLocY
 
byte pxWidth
 
byte pxHeight
 
byte pxAdvanceWidth
 
sbyte pxLeftSideBearing
 

Detailed Description

Info for each glyph in the font - where to find the glyph image and other properties

Definition at line 372 of file MyFont.cs.

Member Data Documentation

ushort VRageRender.MyFont.MyGlyphInfo.nBitmapID

Definition at line 374 of file MyFont.cs.

byte VRageRender.MyFont.MyGlyphInfo.pxAdvanceWidth

Definition at line 379 of file MyFont.cs.

byte VRageRender.MyFont.MyGlyphInfo.pxHeight

Definition at line 378 of file MyFont.cs.

sbyte VRageRender.MyFont.MyGlyphInfo.pxLeftSideBearing

Definition at line 380 of file MyFont.cs.

ushort VRageRender.MyFont.MyGlyphInfo.pxLocX

Definition at line 375 of file MyFont.cs.

ushort VRageRender.MyFont.MyGlyphInfo.pxLocY

Definition at line 376 of file MyFont.cs.

byte VRageRender.MyFont.MyGlyphInfo.pxWidth

Definition at line 377 of file MyFont.cs.


The documentation for this struct was generated from the following file: