1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 #ifndef _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_ 25 #define _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_ 26 27 #define CFID_FONT 1 28 #define CFID_HEIGHT 2 29 #define CFID_WEIGHT 3 30 #define CFID_POSTURE 4 31 #define CFID_LANGUAGE 5 32 #define CFID_UNDERLINE 6 33 #define CFID_STRIKEOUT 7 34 #define CFID_WORDLINEMODE 8 35 #define CFID_CHARCOLOR 9 36 #define CFID_RELIEF 10 37 #define CFID_EMPHASIS 11 38 39 #define CFID_CJK_FONT 12 40 #define CFID_CJK_HEIGHT 13 41 #define CFID_CJK_WEIGHT 14 42 #define CFID_CJK_POSTURE 15 43 #define CFID_CJK_LANGUAGE 16 44 #define CFID_CASEMAP 17 45 #define CFID_CONTOUR 18 46 #define CFID_SHADOWED 19 47 48 #define CFID_FONTLIST 20 49 50 #define CFID_FIRST_ITEM_ID CFID_FONT 51 #define CFID_LAST_ITEM_ID CFID_FONTLIST 52 53 //........................................................................ 54 namespace pcr 55 { 56 //........................................................................ 57 //........................................................................ 58 } // namespace pcr 59 //........................................................................ 60 61 #endif // _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_ 62 63