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

ThaiLayoutEngine.h

Go to the documentation of this file.
00001 
00002 /*
00003  * @(#)ThaiLayoutEngine.h       1.3 00/03/15
00004  *
00005  * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved
00006  *
00007  */
00008 
00009 #ifndef __THAILAYOUTENGINE_H
00010 #define __THAILAYOUTENGINE_H
00011 
00012 #include "LETypes.h"
00013 #include "LEFontInstance.h"
00014 #include "LayoutEngine.h"
00015 
00016 #include "ThaiShaping.h"
00017 
00024 class ThaiLayoutEngine : public LayoutEngine
00025 {
00026 public:
00039     ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode);
00040 
00044     virtual ~ThaiLayoutEngine();
00045 
00046 protected:
00053     le_uint8 fGlyphSet;
00054 
00063     LEUnicode fErrorChar;
00064 
00086     virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
00087         LEGlyphID *&glyphs, le_int32 *&charIndices, LEErrorCode &success);
00088 };
00089 
00090 #endif
00091 

Generated at Thu Mar 22 16:12:38 2001 for ICU 1.8 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000