Asian Application Developer's Guide

Korean Scalable Fonts

The Korean Solaris scalable fonts are Kodig-Medium (alias Gothic-Medium) and Myeongjo-Medium (alias Myoungjo-Medium).

The Korean scalable fonts corresponding to KS C 5601-1987 can be also be accessed from the X side by calling XCreateFontSet. For example, the following code creates a font set consisting of scalable Lucida fonts scaled to 33 pixels, and scalable Kodig-Medium font scaled to 33 points.

 fs = XCreateFontSet(display,
   "-b&h-lucida-medium-r-normal-sans-33-*-*-*-p-*-iso8859-1,\
    -hanyang-kodig-medium-r-normal--*-330-*-*-m-*-ksc5601.1987-0",
       &missing_ptr, &missing_count, &def_string);