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

DeviceTables.h

Go to the documentation of this file.
00001 /*
00002  * @(#)DeviceTables.h   1.5 00/03/15
00003  *
00004  * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved
00005  *
00006  */
00007 
00008 #ifndef __DEVICETABLES_H
00009 #define __DEVICETABLES_H
00010 
00011 #include "LETypes.h"
00012 #include "OpenTypeTables.h"
00013 #include "GlyphIterator.h"
00014 #include "GlyphPositionAdjustments.h"
00015 
00016 struct DeviceTable
00017 {
00018     le_uint16  startSize;
00019     le_uint16  endSize;
00020     le_uint16  deltaFormat;
00021     le_uint16  deltaValues[ANY_NUMBER];
00022 
00023     le_int16   getAdjustment(le_uint16 ppem);
00024 
00025 private:
00026     static le_uint16 fieldMasks[];
00027     static le_uint16 fieldSignBits[];
00028     static le_uint16 fieldBits[];
00029 };
00030 
00031 
00032 #endif
00033 
00034 

Generated at Tue Dec 5 18:13:00 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000