%%
%%  selhfont.sty    A package providing hangul font selection command
%%		    for hLaTeXp
%%                  1996/01/14 version
%%
%%                  By Jae Choon Cha
%%                     Department of Mathematics
%%                     Korea Advanced Institute of Science and Technology
%%
%%  Copyright (C) Jae Choon Cha. All Rights are reserved.
%%  You are not allowed to change this file.
%%  This file is part of hLaTeXp package. You are not allowed
%%  to distribute this file alone. This file should be distributed as
%%  part of hLaTeXp package of the author.
%%  This file (and any derivation) cannot be sold or distributed with
%%  any commercial product or used in any commercial organization without
%%  additional agreement with the author.
%%
%%  For suggestions and bug reports of UNCHANGED version, send e-mail to
%%  jccha@math.kaist.ac.kr.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{selhfont}[1996/01/14 Hangul font selection package fot hLaTeXp]
%
\DeclareRobustCommand{\SelectHangulFont}[1]{%
  \font\dbfont@A=#11 at%
    \ifauto@subst@dbfsize\dbfsize@subst{\f@size pt}\else\f@size pt\fi
  \font\dbfont@B=#12 at%
    \ifauto@subst@dbfsize\dbfsize@subst{\f@size pt}\else\f@size pt\fi}

