summaryrefslogtreecommitdiff
path: root/fonts/tex-uhc-fonts-base/PLIST
blob: 4ecd728f5e3bc51682c0090bd405ad6749c4c0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:54:15 joerg Exp $
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt01.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt03.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt17.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb01.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb03.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj01.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj03.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj04.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj17.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb01.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb03.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb04.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb17.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/taza/utt00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/taza/utt10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/uhc-base.map
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugt.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtb.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugto.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umj.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjb.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umju.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/utt.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/utto.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugt.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtb.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugto.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umj.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjb.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umju.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/utt.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/utto.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/taza/uttxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugt38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtb38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtbxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugto38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/ugtxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgt9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtb9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtbxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgto9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gothic/wgtxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umj38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjb38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjbxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umju38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo01.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo03.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/umjxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmj9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjb9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjbxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmju9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/myoungjo/wmjxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/utt00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/utt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/utto00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/utto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/uttxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtt9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wtto9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/taza/wttxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt01.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt03.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt17.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugt38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb01.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb03.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gothic/ugtb38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj01.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj03.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj04.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj17.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umj38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb01.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb03.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb04.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb17.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/myoungjo/umjb38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/taza/utt00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/taza/utt10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgt9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtb9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtbxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgto9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gothic/wgtxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmj9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjb9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjbxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmju9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/myoungjo/wmjxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtt9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wtto9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/taza/wttxo9.vf