1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*fefe2166SAndrew Rist * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*fefe2166SAndrew Rist * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19*fefe2166SAndrew Rist * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir#define FONT_FT 1 24cdf0e10cSrcweir#define FONT_CB 2 25cdf0e10cSrcweir#define FACE_FT 3 26cdf0e10cSrcweir#define FACE_LB 4 27cdf0e10cSrcweir#define SIZE_FT 5 28cdf0e10cSrcweir#define SIZE_CB 6 29cdf0e10cSrcweir#define OUTLINE_TB 7 30cdf0e10cSrcweir#define SHADOW_TB 8 31cdf0e10cSrcweir#define UNDERL_TB 9 32cdf0e10cSrcweir#define STRIKETHRU_TB 10 33cdf0e10cSrcweir#define COLOR_FT 11 34cdf0e10cSrcweir#define COLOR_LB 12 35cdf0e10cSrcweir#define LANG_FT 13 36cdf0e10cSrcweir#define LANG_LB 14 37cdf0e10cSrcweir#define EXAMPLE_WN 15 38cdf0e10cSrcweir#define EXAMPLE_FL 16 39cdf0e10cSrcweir#define CASEMAP_FL 17 40cdf0e10cSrcweir#define NONE_RB 20 41cdf0e10cSrcweir#define CAPS_RB 21 42cdf0e10cSrcweir#define LOWERCASE_RB 22 43cdf0e10cSrcweir#define SMALLCAPS_RB 23 44cdf0e10cSrcweir#define TITEL_RB 24 45cdf0e10cSrcweir#define HIGH_RB 25 46cdf0e10cSrcweir#define NORMAL_RB 26 47cdf0e10cSrcweir#define DEEP_RB 27 48cdf0e10cSrcweir#define DEEPHIGHT_FT 28 49cdf0e10cSrcweir#define DEEPHIGH_MF 29 50cdf0e10cSrcweir#define RELSIZE_FT 30 51cdf0e10cSrcweir#define RELSIZE_MF 31 52cdf0e10cSrcweir#define KERN_LB 32 53cdf0e10cSrcweir#define KERN_FT 33 54cdf0e10cSrcweir#define KERN_MF 34 55cdf0e10cSrcweir#define UNDERLINE_FT 35 56cdf0e10cSrcweir#define UNDERLINE_LB 36 57cdf0e10cSrcweir#define STRIKE_FT 37 58cdf0e10cSrcweir#define STRIKE_LB 38 59cdf0e10cSrcweir#define STRIKE_CB 39 60cdf0e10cSrcweir#define EFFECT_FL 41 61cdf0e10cSrcweir#define POS_FL 42 62cdf0e10cSrcweir#define POSEXT_FL 43 63cdf0e10cSrcweir#define KERN_FL 45 64cdf0e10cSrcweir#define FONTTYPE_FT 46 65cdf0e10cSrcweir 66cdf0e10cSrcweir#define FL_URL 50 67cdf0e10cSrcweir#define FT_URL 51 68cdf0e10cSrcweir#define ED_URL 52 69cdf0e10cSrcweir#define FL_STYLE 53 70cdf0e10cSrcweir#define FT_VISITED 55 71cdf0e10cSrcweir#define LB_VISITED 56 72cdf0e10cSrcweir#define FT_NOT_VISITED 57 73cdf0e10cSrcweir#define LB_NOT_VISITED 58 74cdf0e10cSrcweir#define PB_EVENT 59 75cdf0e10cSrcweir#define PB_URL 60 76cdf0e10cSrcweir#define LB_TARGET 61 77cdf0e10cSrcweir#define FT_TARGET 62 78cdf0e10cSrcweir#define FT_TEXT 63 79cdf0e10cSrcweir#define ED_TEXT 64 80cdf0e10cSrcweir#define FT_NAME 65 81cdf0e10cSrcweir#define ED_NAME 66 82cdf0e10cSrcweir 83