Line data Source code
1 : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 : /*
3 : * This file is part of the LibreOffice project.
4 : *
5 : * This Source Code Form is subject to the terms of the Mozilla Public
6 : * License, v. 2.0. If a copy of the MPL was not distributed with this
7 : * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 : *
9 : * This file incorporates work covered by the following license notice:
10 : *
11 : * Licensed to the Apache Software Foundation (ASF) under one or more
12 : * contributor license agreements. See the NOTICE file distributed
13 : * with this work for additional information regarding copyright
14 : * ownership. The ASF licenses this file to you under the Apache
15 : * License, Version 2.0 (the "License"); you may not use this file
16 : * except in compliance with the License. You may obtain a copy of
17 : * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 : */
19 :
20 : #include <stdio.h>
21 : #ifdef SOLARIS
22 : #include <strings.h>
23 : #else
24 : #include <string.h>
25 : #endif
26 :
27 : // #i42367# prevent MS compiler from using system locale for parsing
28 : #ifdef _MSC_VER
29 : #pragma setlocale("C")
30 : #endif
31 :
32 :
33 : struct FontEntry
34 : {
35 : const char *familyname;
36 : int key;
37 : double ratio;
38 : };
39 : /**
40 : * ratio\xb4\xc2 \xc7\xd1\xb1\xdb 70%, \xbc\xfd\xc0\xda 10% \xbf\xb5\xb9\xae 20%\xc0\xc7 \xba\xf1\xc0\xb2\xb7\xce \xb1\xb8\xbc\xba\xb5\xc7\xbe\xfa\xb4\xd9\xb4\xc2 \xb0\xa1\xc1\xa4\xc7\xcf\xbf\xa1 \xc1\xa4\xc7\xd8\xc1\xf8\xb4\xd9.
41 : */
42 : const struct FontEntry FontMapTab[] =
43 : {
44 : {"\xb8\xed\xc1\xb6",0, 0.97},
45 : {"\xb0\xed\xb5\xf1",1, 0.97},
46 : {"\xbb\xf9\xb9\xb0",1, 0.97},
47 : {"\xc7\xca\xb1\xe2",0, 0.97},
48 : {"\xbd\xc3\xbd\xba\xc5\xdb",1, 0.84},
49 : {"\xbd\xc3\xbd\xba\xc5\xdb \xbe\xe0\xc0\xda",1, 0.84},
50 : {"\xbd\xc3\xbd\xba\xc5\xdb \xb0\xa3\xc0\xda",1, 0.84},
51 : {"HY\xb5\xd5\xb1\xd9 \xb0\xed\xb5\xf1",2, 0.97},
52 : {"\xbf\xbe\xc7\xd1\xb1\xdb",0, 0.97},
53 : {"\xb0\xa1\xb4\xc2\xb0\xf8\xc7\xd1",0, 0.72},
54 : {"\xc1\xdf\xb0\xa3\xb0\xf8\xc7\xd1",0, 0.72},
55 : {"\xb1\xbd\xc0\xba\xb0\xf8\xc7\xd1",0, 0.72},
56 : {"\xb0\xa1\xb4\xc2\xc7\xd1",0, 0.72},
57 : {"\xc1\xdf\xb0\xa3\xc7\xd1",0, 0.72},
58 : {"\xb1\xbd\xc0\xba\xc7\xd1",0, 0.72},
59 : {"\xc8\xde\xb8\xd5\xb8\xed\xc1\xb6",0, 0.97},
60 : {"\xc8\xde\xb8\xd5\xb0\xed\xb5\xf1",1, 0.97},
61 : {"\xb0\xa1\xb4\xc2\xbe\xc8\xbb\xf3\xbc\xf6\xc3\xbc",0, 0.55},
62 : {"\xc1\xdf\xb0\xa3\xbe\xc8\xbb\xf3\xbc\xf6\xc3\xbc",0, 0.637},
63 : {"\xb1\xbd\xc0\xba\xbe\xc8\xbb\xf3\xbc\xf6\xc3\xbc",0, 0.63},
64 : {"\xc8\xde\xb8\xd5\xb0\xa1\xb4\xc2\xbb\xf9\xc3\xbc",0, 0.666},
65 : {"\xc8\xde\xb8\xd5\xc1\xdf\xb0\xa3\xbb\xf9\xc3\xbc",0, 0.685},
66 : {"\xc8\xde\xb8\xd5\xb1\xbd\xc0\xba\xbb\xf9\xc3\xbc",0, 0.727},
67 : {"\xc8\xde\xb8\xd5\xb0\xa1\xb4\xc2\xc6\xd4\xc3\xbc",0, 0.666},
68 : {"\xc8\xde\xb8\xd5\xc1\xdf\xb0\xa3\xc6\xd4\xc3\xbc",0, 0.685},
69 : {"\xc8\xde\xb8\xd5\xb1\xbd\xc0\xba\xc6\xd4\xc3\xbc",0, 0.727},
70 : {"\xc8\xde\xb8\xd5\xbf\xbe\xc3\xbc",3, 0.97},
71 : {"\xc7\xd1\xbe\xe7\xbd\xc5\xb8\xed\xc1\xb6",0, 0.97},
72 : {"\xc7\xd1\xbe\xe7\xb0\xdf\xb8\xed\xc1\xb6",1, 0.97},
73 : {"\xc7\xd1\xbe\xe7\xc1\xdf\xb0\xed\xb5\xf1",1, 0.97},
74 : {"\xc7\xd1\xbe\xe7\xb0\xdf\xb0\xed\xb5\xf1",1, 0.97},
75 : {"\xc7\xd1\xbe\xe7\xb1\xd7\xb7\xa1\xc7\xc8",0, 0.97},
76 : {"\xc7\xd1\xbe\xe7\xb1\xc3\xbc\xad",3, 0.97},
77 : {"\xb9\xae\xc8\xad\xb9\xd9\xc5\xc1",0, 0.97},
78 : {"\xb9\xae\xc8\xad\xb9\xd9\xc5\xc1\xc1\xa6\xb8\xf1",1, 0.97},
79 : {"\xb9\xae\xc8\xad\xb5\xb8\xbf\xf2",1, 0.97},
80 : {"\xb9\xae\xc8\xad\xb5\xb8\xbf\xf2\xc1\xa6\xb8\xf1",0, 0.97},
81 : {"\xb9\xae\xc8\xad\xbe\xb2\xb1\xe2",0, 0.97},
82 : {"\xb9\xae\xc8\xad\xbe\xb2\xb1\xe2\xc8\xea\xb8\xb2",0, 0.97},
83 : {"\xc6\xe6\xc8\xea\xb8\xb2",0, 0.97},
84 : {"\xba\xb9\xbc\xfe\xbe\xc6",0, 0.827},
85 : {"\xbf\xc1\xbc\xf6\xbc\xf6",0, 0.97},
86 : {"\xbf\xc0\xc0\xcc",0, 0.97},
87 : {"\xb0\xa1\xc1\xf6",0, 0.97},
88 : {"\xb0\xad\xb3\xb6\xc4\xe1",2, 0.97},
89 : {"\xb5\xfe\xb1\xe2",3, 0.97},
90 : {"\xc5\xb8\xc0\xcc\xc7\xc1",0, 0.987},
91 : {"\xc5\xc2 \xb3\xaa\xb9\xab",1, 0.97},
92 : {"\xc5\xc2 \xc7\xec\xb5\xe5\xb6\xf3\xc0\xce",0, 0.97},
93 : {"\xc5\xc2 \xb0\xa1\xb4\xc2 \xc7\xec\xb5\xe5\xb6\xf3\xc0\xce",0, 0.97},
94 : {"\xc5\xc2 \xc7\xec\xb5\xe5\xb6\xf3\xc0\xceT",0, 0.97},
95 : {"\xc5\xc2 \xb0\xa1\xb4\xc2 \xc7\xec\xb5\xe5\xb6\xf3\xc0\xceT",0, 0.97},
96 : {"\xbe\xe7\xc0\xe7 \xb4\xd9\xbf\xee\xb8\xed\xc1\xb6M",0, 0.97},
97 : {"\xbe\xe7\xc0\xe7 \xba\xbb\xb8\xf1\xb0\xa2M",0, 0.97},
98 : {"\xbe\xe7\xc0\xe7 \xbc\xd2\xbd\xbd",1, 0.97},
99 : {"\xbe\xe7\xc0\xe7 \xb8\xc5\xc8\xad",1, 0.987},
100 : {"\xbe\xe7\xc0\xe7 \xc6\xb0\xc6\xb0",0, 0.97},
101 : {"\xbe\xe7\xc0\xe7 \xc2\xfc\xbd\xa1",1, 0.97},
102 : {"\xbe\xe7\xc0\xe7 \xb5\xd1\xb1\xe2",0, 0.97},
103 : {"\xbe\xe7\xc0\xe7 \xbb\xfe\xb3\xda",1, 0.97},
104 : {"\xbe\xe7\xc0\xe7 \xbf\xcd\xb4\xe7",1, 0.97},
105 : {"\xbd\xc5\xb8\xed \xbc\xbc\xb8\xed\xc1\xb6",0, 0.97},
106 : {"\xbd\xc5\xb8\xed \xbd\xc5\xb8\xed\xc1\xb6",0, 0.97},
107 : {"\xbd\xc5\xb8\xed \xbd\xc5\xbd\xc5\xb8\xed\xc1\xb6",0, 0.97},
108 : {"\xbd\xc5\xb8\xed \xc1\xdf\xb8\xed\xc1\xb6",0, 0.97},
109 : {"\xbd\xc5\xb8\xed \xc5\xc2\xb8\xed\xc1\xb6",0, 0.97},
110 : {"\xbd\xc5\xb8\xed \xb0\xdf\xb8\xed\xc1\xb6",0, 0.97},
111 : {"\xbd\xc5\xb8\xed \xbd\xc5\xb9\xae\xb8\xed\xc1\xb6",0, 0.97},
112 : {"\xbd\xc5\xb8\xed \xbc\xf8\xb8\xed\xc1\xb6",0, 0.97},
113 : {"\xbd\xc5\xb8\xed \xbc\xbc\xb0\xed\xb5\xf1",1, 0.97},
114 : {"\xbd\xc5\xb8\xed \xc1\xdf\xb0\xed\xb5\xf1",1, 0.97},
115 : {"\xbd\xc5\xb8\xed \xc5\xc2\xb0\xed\xb5\xf1",1, 0.97},
116 : {"\xbd\xc5\xb8\xed \xb0\xdf\xb0\xed\xb5\xf1",1, 0.97},
117 : {"\xbd\xc5\xb8\xed \xbc\xbc\xb3\xaa\xb7\xe7",2, 0.97},
118 : {"\xbd\xc5\xb8\xed \xb5\xf0\xb3\xaa\xb7\xe7",2, 0.97},
119 : {"\xbd\xc5\xb8\xed \xbd\xc5\xb1\xd7\xb7\xa1\xc7\xc8",2, 0.97},
120 : {"\xbd\xc5\xb8\xed \xc5\xc2\xb1\xd7\xb7\xa1\xc7\xc8",2, 0.97},
121 : {"\xbd\xc5\xb8\xed \xb1\xc3\xbc\xad",3, 0.97}
122 : };
123 :
124 : #ifndef WIN32
125 : #if defined(LINUX)
126 : const char* RepFontTab[] =
127 : {
128 : "\xb9\xe9\xb9\xac \xb9\xd9\xc5\xc1", /* 0 */
129 : "\xb9\xe9\xb9\xac \xb5\xb8\xbf\xf2", /* 1 */
130 : "\xb9\xe9\xb9\xac \xb1\xbc\xb8\xb2", /* 2 */
131 : "\xb9\xe9\xb9\xac \xc7\xec\xb5\xe5\xb6\xf3\xc0\xce" /* 3 */
132 : };
133 : #else
134 : const char* RepFontTab[] =
135 : {
136 : "Batang", /* 0 */
137 : "Dotum", /* 1 */
138 : "Gulim", /* 2 */
139 : "Gungso" /* 3 */
140 : };
141 : #endif
142 : #else
143 : const char* RepFontTab[] =
144 : {
145 : "\xb9\xd9\xc5\xc1", /* 0 */
146 : "\xb5\xb8\xbf\xf2", /* 1 */
147 : "\xb1\xbc\xb8\xb2", /* 2 */
148 : "\xb1\xc3\xbc\xad" /* 3 */
149 : };
150 : #endif
151 :
152 0 : int getRepFamilyName(const char* orig, char *buf, double &ratio)
153 : {
154 : int i;
155 0 : int size = sizeof(FontMapTab)/sizeof(FontEntry);
156 0 : for( i = 0 ; i < size ; i++)
157 : {
158 0 : if( !strcmp(orig, FontMapTab[i].familyname) ){
159 0 : ratio = FontMapTab[i].ratio;
160 0 : return strlen( strcpy(buf,RepFontTab[FontMapTab[i].key]) );
161 : }
162 : }
163 0 : ratio = FontMapTab[0].ratio;
164 0 : return strlen( strcpy(buf, RepFontTab[0] ) );
165 : }
166 :
167 : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|