record TBitmapCharInfo
Unit
CastleBitmapFonts
Declaration
type TBitmapCharInfo = record
Description
Overview
Fields
Description
Fields
Alignment: Cardinal; |
Alignment can be used e.g. with OpenGL's glPixelStorei(GL_UNPACK_ALIGNMENT, ...). This is always 1, 2, 4 or 8.
|
XOrig: Single; |
These fields can be used e.g. with OpenGL's glBitmap
|
YOrig: Single; |
These fields can be used e.g. with OpenGL's glBitmap
|
XMove: Single; |
These fields can be used e.g. with OpenGL's glBitmap
|
YMove: Single; |
These fields can be used e.g. with OpenGL's glBitmap
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:49
|