????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.128.190.205 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/xfig/fig2dev/ |
Upload File : |
% korean.ps for fig2dev 3.2 % % This file will inserted into PostScript output by fig2dev % when Korean text is included in the file. % You may need to modify this to fit your environment. % % This code will try to use Munhwa-Regular-KSC-EUC-H and % MunhwaGothic-Bold-KSC-EUC-H first. If Munhwa fonts are not % available, it try to use HLaTeX-Myoungjo-Regular-KSC-EUC-H % and HLaTeX-Gothic-Regular-KSC-EUC-H instead. % --- T.Sato, 1999/8/13 /has_munhwa_font true def FontDirectory /Munhwa-Regular-KSC-EUC-H known not { systemdict /resourcestatus known { /Munhwa-Regular-KSC-EUC-H /Font resourcestatus { pop pop } { /has_munhwa_font false def } ifelse } if } if 16 dict begin /FontName /CompositeRoman def /FontType 0 def /WMode 0 def /FMapType 3 def /FontMatrix matrix def /Encoding [0 1] def has_munhwa_font { /FDepVector [ /Times-Roman findfont /Munhwa-Regular-KSC-EUC-H findfont ] def } { /FDepVector [ /Times-Roman findfont /HLaTeX-Myoungjo-Regular-KSC-EUC-H findfont ] def } ifelse FontName currentdict end definefont pop 16 dict begin /FontName /CompositeBold def /FontType 0 def /WMode 0 def /FMapType 3 def /FontMatrix matrix def /Encoding [0 1] def has_munhwa_font { /FDepVector [ /Times-Bold findfont /MunhwaGothic-Bold-KSC-EUC-H findfont ] def } { /FDepVector [ /Times-Bold findfont /HLaTeX-Gothic-Regular-KSC-EUC-H findfont ] def } ifelse FontName currentdict end definefont pop % end of korean.ps