Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuPrinter.cpp File Reference

Primitive bitmap font printer class. Needs some work (create instead of init; gl sprites instead of the glsurface drawing currently in use. More...

#include <stdlib.h>
#include <xfcore/XFcCore.h>
#include <xfutil/XFuPrinter.h>
#include <xfcore/XFcPixelConverter.h>

Include dependency graph for XFuPrinter.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define TORGB16(r, g, b)   (unsigned short)(((((r) >> 3) & 0x1f) << 11) | ((((g) >> 3) & 0x1f) << 6) | ((((b) >> 3) & 0x1f)))


Detailed Description

Primitive bitmap font printer class. Needs some work (create instead of init; gl sprites instead of the glsurface drawing currently in use.

X-Forge Util
Copyright 2000-2003 Fathammer Ltd

Id
XFuPrinter.cpp,v 1.30 2003/08/12 13:34:08 lars Exp
Date
2003/08/12 13:34:08
Revision
1.30

Definition in file XFuPrinter.cpp.


Define Documentation

#define TORGB16 r,
g,
     (unsigned short)(((((r) >> 3) & 0x1f) << 11) | ((((g) >> 3) & 0x1f) << 6) | ((((b) >> 3) & 0x1f)))
 

Definition at line 19 of file XFuPrinter.cpp.

Referenced by XFuPrinter::create().


   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch