Synopsis

PDX_MSGT iunl_Initialize(long option, void *data)

Purpose

Initialize the IGES Utility Native Language subsystem

Description

The IGES Utility Native Language subsystem adds support for the IGES FC 2001 character set. This set consists of the Japanese Industrial Standard (JIS) set which includes kanji and katakana/hirogana characters.

Input

option

IUNL_FONT_TABLE Use the default font table for stroking the 2001 set IUNL_FONT_FILE Use the font files provided for stroking the 2001 set. The provided font files need to be in the Zeit font file format.

data

The data needed to stroke characters in the 2001 set. If the option is IUNL_FONT_TABLE this should be iunl_GetDefaultFontTable(). If the option is IUNL_FONT_FILE this should be the path and basename of font files to be in stroking the 2001 character set. For instance, if the files are mincho.vf1 and mincho.vf2 (font files in the Zeit format come in pairs with .vf1 and .vf2 extensions) and the files are in the current directory, data = "mincho".

Return

      IUNL_NOERR
      Low level error code
      .fi