diff options
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 9880b7b1db7a..1fd3e8f4316f 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -137,83 +137,6 @@ static const sal_uInt32 T_otto = 0x4f54544f; /* 'OTTO' */ #define T_gsub 0x47535542 #define T_CFF 0x43464620 -#define LAST_URANGE_BIT 69 -const char *ulcodes[LAST_URANGE_BIT+2] = { - /* 0 */ "Basic Latin", - /* 1 */ "Latin-1 Supplement", - /* 2 */ "Latin Extended-A", - /* 3 */ "Latin Extended-B", - /* 4 */ "IPA Extensions", - /* 5 */ "Spacing Modifier Letters", - /* 6 */ "Combining Diacritical Marks", - /* 7 */ "Basic Greek", - /* 8 */ "Greek Symbols And Coptic", - /* 9 */ "Cyrillic", - /* 10 */ "Armenian", - /* 11 */ "Basic Hebrew", - /* 12 */ "Hebrew Extended (A and B blocks combined)", - /* 13 */ "Basic Arabic", - /* 14 */ "Arabic Extended", - /* 15 */ "Devanagari", - /* 16 */ "Bengali", - /* 17 */ "Gurmukhi", - /* 18 */ "Gujarati", - /* 19 */ "Oriya", - /* 20 */ "Tamil", - /* 21 */ "Telugu", - /* 22 */ "Kannada", - /* 23 */ "Malayalam", - /* 24 */ "Thai", - /* 25 */ "Lao", - /* 26 */ "Basic Georgian", - /* 27 */ "Georgian Extended", - /* 28 */ "Hangul Jamo", - /* 29 */ "Latin Extended Additional", - /* 30 */ "Greek Extended", - /* 31 */ "General Punctuation", - /* 32 */ "Superscripts And Subscripts", - /* 33 */ "Currency Symbols", - /* 34 */ "Combining Diacritical Marks For Symbols", - /* 35 */ "Letterlike Symbols", - /* 36 */ "Number Forms", - /* 37 */ "Arrows", - /* 38 */ "Mathematical Operators", - /* 39 */ "Miscellaneous Technical", - /* 40 */ "Control Pictures", - /* 41 */ "Optical Character Recognition", - /* 42 */ "Enclosed Alphanumerics", - /* 43 */ "Box Drawing", - /* 44 */ "Block Elements", - /* 45 */ "Geometric Shapes", - /* 46 */ "Miscellaneous Symbols", - /* 47 */ "Dingbats", - /* 48 */ "CJK Symbols And Punctuation", - /* 49 */ "Hiragana", - /* 50 */ "Katakana", - /* 51 */ "Bopomofo", - /* 52 */ "Hangul Compatibility Jamo", - /* 53 */ "CJK Miscellaneous", - /* 54 */ "Enclosed CJK Letters And Months", - /* 55 */ "CJK Compatibility", - /* 56 */ "Hangul", - /* 57 */ "Reserved for Unicode SubRanges", - /* 58 */ "Reserved for Unicode SubRanges", - /* 59 */ "CJK Unified Ideographs", - /* 60 */ "Private Use Area", - /* 61 */ "CJK Compatibility Ideographs", - /* 62 */ "Alphabetic Presentation Forms", - /* 63 */ "Arabic Presentation Forms-A", - /* 64 */ "Combining Half Marks", - /* 65 */ "CJK Compatibility Forms", - /* 66 */ "Small Form Variants", - /* 67 */ "Arabic Presentation Forms-B", - /* 68 */ "Halfwidth And Fullwidth Forms", - /* 69 */ "Specials", - /*70-127*/ "Reserved for Unicode SubRanges" -}; - - - /*- inline functions */ #ifdef __GNUC__ #define _inline static __inline__ |