Unit CastleBitmapFonts
Description
Bitmap fonts types.
Bitmap fonts are a 2D bit array, indicating which pixel is drawn. They may be represented using types in this unit. We also have CastleFont2Pascal unit that can even convert such fonts to Pascal units, to embed fonts inside Pascal code.
Types in this unit were defined with the idea to easily use them with OpenGL glBitmap and glPixelStorei procedures (see e.g. unit CastleGLBitmapFonts that does exactly this). However, this unit does not depend on OpenGL, it's generally-usable.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Description
Functions and Procedures
function BitmapCharRowByteLength(Width, Alignment: Cardinal): Cardinal; overload; |
|
function BitmapCharRowByteLength(BitmapChar: PBitmapChar): Cardinal; overload; |
|
Types
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:49
|