
------------------------------------------------------------------------------
45. Set the current font. <Main>
------------------------------------------------------------------------------
[Name]
_setfont
[Syntax]
#include <graph.h>
short _setfont( unsigned char *options ) ;
[Description]
Sets the current font for "_outgtext" function.
[Compatibility]
<MS-C Non-Compatible Specification>
(1) Only option "t" (Set fontname) is supported.
(2) Specify the typename placed in single quotation marks ('') after
the option "t".
The available typenames are as follows.
------------------------------------------------------------------
Typename Character set
------------------------------------------------------------------
standard ANK character set (Standard)
graph1 ANK character set (Graphic 1)
graph2 ANK character set (Graphic 2)
graph3 ANK character set (Graphic 3)
large ANK character set (Large character)
micro ANK character set (Small character)
fanuc Kanji character set (FANUC Kanji set)
(3) The return code is always "1".