filters
SFontEngine Class Reference
List of all members.Detailed Description
Definition at line 29 of file SFont.h.
Public Member Functions | |
| SFontEngine (Display *displayA, Visual *visualA, int depthA, Colormap colormapA) | |
| virtual | ~SFontEngine () |
| virtual void | useTrueColor (int rMaxA, int rShiftA, int gMaxA, int gShiftA, int bMaxA, int bShiftA) |
| virtual void | useColorCube (Gulong *colorsA, int nRGBA) |
Protected Member Functions | |
| Gulong | findColor (int r, int g, int b) |
Protected Attributes | |
| Display * | display |
| Visual * | visual |
| int | depth |
| Colormap | colormap |
| GBool | trueColor |
| int | rMax |
| int | gMax |
| int | bMax |
| int | rShift |
| int | gShift |
| int | bShift |
| Gulong * | colors |
| int | nRGB |
The documentation for this class was generated from the following files:

