summaryrefslogtreecommitdiff
path: root/fonts/tex-uhc-fonts-extra/PLIST
blob: 00d7b25dbd7b624ba132830e909db7b7f6a91824 (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
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/15 19:56:04 minskim Exp $
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/bom/ubm10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/bom/ubm11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/bom/ubm12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/bom/ubm13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udn00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udn10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udn11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udn12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnb00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnb10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnb11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnb12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnl00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnl10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnl11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru/udnl12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr17.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugr18.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb16.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb17.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic/ugrb18.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo/ugs38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/jamo/jgt10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/jamo/jmj10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/jamo/jnv10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/jamo/jsr10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/uph10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/uph11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/uph12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/uph13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/upn10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/upn11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/upn12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen/upn13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upg00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upg10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upg11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upgb00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upgb10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi/upgb11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgia/upga00.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgia/upga10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgia/upga11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgia/upga12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush02.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush05.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush13.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush14.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush15.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun/ush38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/vada/uvd10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/vada/uvd11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt10.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt11.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt12.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt20.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt21.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt22.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt23.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt24.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt25.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt26.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt27.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt28.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt29.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt30.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt31.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt32.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt33.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt34.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt35.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt36.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt37.afm
${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul/uyt38.afm
${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/uhc-extra.map
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubm.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom/ubmxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udn.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnb.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnbxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnl.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnluo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnlxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udno.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru/udnxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugr.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrb.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrbxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugro.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugru.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugruo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic/ugrxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugs.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugso.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo/ugsxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgt.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgto.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jgtxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmj.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmju.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jmjxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnv.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jnvxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsr.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsrc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsrco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsro.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsru.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsruo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsrx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo/jsrxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uph.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upho.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/uphxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upn.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upno.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen/upnxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upg.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgb.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgbxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upguo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi/upgxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upga.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgac.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgaco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgao.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgau.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgauo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgax.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia/upgaxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ush.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/usho.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun/ushxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvd.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvduo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada/uvdxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uyt.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytc.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytco.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uyto.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytu.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytuo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytx.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul/uytxo.ofm
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubm.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom/ubmxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udn.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnb.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnbxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnl.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnluo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnlxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udno.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru/udnxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugr.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrb.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrbxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugro.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugru.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugruo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic/ugrxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugs.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugso.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo/ugsxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgt.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgto.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jgtxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmj.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmju.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jmjxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnv.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jnvxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsr.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsrc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsrco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsro.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsru.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsruo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsrx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo/jsrxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uph.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upho.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/uphxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upn.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upno.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen/upnxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upg.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgb.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgbxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upguo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi/upgxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upga.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgac.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgaco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgao.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgau.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgauo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgax.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia/upgaxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ush.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/usho.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun/ushxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvd.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvduo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada/uvdxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uyt.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytc.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytco.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uyto.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytu.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytuo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytx.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul/uytxo.ovf
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubm10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubm11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubm12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubm13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/ubmxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbm9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom/wbmxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udn00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udn10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udn11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udn12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnb00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnl00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnl10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnl11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnl12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnluo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnluo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnluo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnluo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnlxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udno00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udno10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udno11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udno12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/udnxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdn9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnb9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnbxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnl9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnluo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnlxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdno9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru/wdnxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugr18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrb18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrbxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugro18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugru18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugruo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/ugrxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgr9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrb9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrbxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgro9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgru9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgruo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic/wgrxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugs38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugso38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/ugsxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgs9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgso9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo/wgsxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jgtxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmj10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmju10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jmjxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnv10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jnvxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsr10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsrc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsrco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsro10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsru10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsruo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsrx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/jsrxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgt9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgto9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjgtxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmj9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmju9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjmjxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnv9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjnvxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsr9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsro9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsru9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsruo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo/wjsrxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uph10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uph11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uph12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uph13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upho10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upho11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upho12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upho13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/uphxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upn10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upn11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upn12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upn13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upno10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upno11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upno12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upno13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/upnxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wph9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpho9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wphxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpn9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpno9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen/wpnxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upg00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upg10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upg11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgb00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgb10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgb11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbuo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgbxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgc00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgu00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upguo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upguo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upguo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgx00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/upgxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpg9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgb9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgbxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpguo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi/wpgxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upga00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upga10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upga11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upga12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgac00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgac10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgac11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgac12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaco00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgao00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgao10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgao11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgao12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgau00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgau10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgau11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgau12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgauo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgauo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgauo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgauo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgax00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgax10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgax11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgax12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaxo00.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/upgaxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpga9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgac9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgao9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgau9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgauo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgax9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia/wpgaxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ush38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/usho38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo02.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/ushxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsh9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wsho9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo04.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo05.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo06.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo07.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun/wshxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvd10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvd11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvduo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvduo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/uvdxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvd9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvduo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada/wvdxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyt38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytc38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytco38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uyto38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytu38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytuo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytx38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo30.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo31.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo32.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo33.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo34.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo35.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo36.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo37.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/uytxo38.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyt9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytc9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytco9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wyto9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytu9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytuo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytx9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo0.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo1.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo10.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo11.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo12.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo13.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo14.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo15.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo16.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo17.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo18.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo19.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo2.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo20.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo21.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo22.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo23.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo24.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo25.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo26.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo27.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo28.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo29.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo3.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo4.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo5.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo6.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo7.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo8.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul/wytxo9.tfm
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/bom/ubm10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/bom/ubm11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/bom/ubm12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/bom/ubm13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udn00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udn10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udn11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udn12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnb00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnb10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnb11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnb12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnl00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnl10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnl11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru/udnl12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr17.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugr18.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb16.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb17.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic/ugrb18.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo/ugs38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/jamo/jgt10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/jamo/jmj10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/jamo/jnv10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/jamo/jsr10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/uph10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/uph11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/uph12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/uph13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/upn10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/upn11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/upn12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen/upn13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upg00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upg10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upg11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upgb00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upgb10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi/upgb11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgia/upga00.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgia/upga10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgia/upga11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgia/upga12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush02.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush05.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush13.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush14.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush15.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun/ush38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/vada/uvd10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/vada/uvd11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt10.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt11.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt12.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt20.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt21.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt22.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt23.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt24.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt25.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt26.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt27.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt28.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt29.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt30.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt31.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt32.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt33.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt34.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt35.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt36.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt37.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul/uyt38.pfb
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbm9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom/wbmxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdn9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnb9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnbxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnl9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnluo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnlxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdno9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru/wdnxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgr9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrb9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrbxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgro9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgru9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgruo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic/wgrxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgs9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgso9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo/wgsxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgt9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgto9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjgtxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmj9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmju9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjmjxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnv9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjnvxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsr9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsro9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsru9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsruo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo/wjsrxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wph9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpho9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wphxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpn9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpno9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen/wpnxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpg9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgb9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgbxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpguo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi/wpgxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpga9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgac9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgao9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgau9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgauo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgax9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia/wpgaxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsh9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wsho9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo04.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo05.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo06.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo07.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun/wshxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvd9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvduo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada/wvdxo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyt9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytc9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytco9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wyto9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytu9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytuo9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytx9.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo0.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo1.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo10.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo11.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo12.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo13.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo14.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo15.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo16.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo17.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo18.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo19.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo2.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo20.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo21.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo22.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo23.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo24.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo25.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo26.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo27.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo28.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo29.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo3.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo4.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo5.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo6.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo7.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo8.vf
${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul/wytxo9.vf
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/vf/uhc/bom
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/type1/uhc/bom
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/uhc/bom
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/bom
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/bom
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/yetgul
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/vada
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/shinmun
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgia
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pilgi
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/pen
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/jamo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gungseo
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/graphic
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/dinaru
@dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/bom