/* * * fwindex.c * * 14 Feb. 1997 by E.Terakawa * */ /* This file is part of VFlib * * Copyright (C) 1995 Hirotsugu KAKUGAWA. All rights reserved. * * VFlib is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY. No author or distributor accepts responsibility * to anyone for the consequences of using it or for whether it serves any * particular purpose or works at all, unless he says so in writing. Refer * to the GNU General Public License for full details. * * Everyone is granted permission to copy, modify and redistribute * VFlib, but only under the conditions described in the GNU * General Public License. A copy of this license is supposed to have been * given to you along with VFlib so you can know your rights and * responsibilities. It should be in a file named COPYING. Among other * things, the copyright notice and this notice must be preserved on all * copies. */ #ifndef __FWINDEX_H__ #define __FWINDEX_H__ #define FWS_FONTNAME 0x60 #define FWS_BOUNDING_BOX 0x86 #define FWI_NUMBER_OF_CHARS 0x10 #define FWI_TABLE2_START 0x14 #define FWI_FONT_DATA_START 0x18 #define FWI_TABLE1_START 0x1c #endif /*__FWINDEX_H__*/