GINO Graphics Suite - GINO v9.0  

gEnqCharSet

Syntax

[C/C++:]
void gEnqCharSet(int *set);
[F90:]
subroutine gEnqCharSet(set)
integer, intent(out) :: set

Arguments

set
Character/Language set

= GDEFAULTSET, Default character set (default)
= GANSISET, ANSI character set
= GSYMBOLSET, Symbol character set
= GOEMSET, OEM character set
= GGREEKSET, Greek character set
= GBALTICSET, Baltic character set
= GCHINESESET, Chinese character set
= GEASTEUROPESET, Eastern Europe character set
= GGB2312SET, Simple chinese character set
= GHANGULSET, Hangul chinese character set
= GMACSET, Macintosh character set
= GRUSSIANSET, Russian Cyrillic character set
= GJAPANESESET, Japanese character set
= GTURKISHSET, Turkish character set
= GVIETNAMESESET, Vietnamese character set
= GJOHABSET, Korean chanacter set
= GARABICSET, Arabic character set
= GHEBREWSET, Hebrew character set
= GTHAISET, Thai character set

Description

The routine gEnqCharSet() returns the current character/language set used when displaying hardware characters. This routine is only effective on some output devices and largely affects characters codes > 128.

Where the default character set is used, the current system character/language set is used to display hardware characters.

See Also

gEnqCharSet Usage
gSetCharFontName
gSetCharSet