Indicates whether the current font is a double-byte character set (DBCS) font.
FORTRAN (libfgl.a)
int getfonttype()
INTEGER *4 FUNCTION GETFONT
The getfonttype subroutine indicates whether the currently bound font is a single-byte or double-byte font.
The behavior of the charstr subroutine depends on the font type of the currently loaded font. Use the getfonttype subroutine to determine whether to pass single-byte or double-byte character strings to the charstr subroutine.
Note: Most European fonts, including all ISO8859 code sets, are single-byte fonts. Most Asian font sets, including the JIS (Japanese Kanji) fonts, are double-byte fonts.
FT_SBCS | Indicates that the current font is a single-byte font. |
FT_DBCS | Indicates that the current font is a double-byte font. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Determining the font name with the getfontencoding subroutine.
Defining bitmaps for a raster font with the defrasterfont subroutine.
Selecting a raster font with the font subroutine.
National Language Support Overview for Programming in AIX General Programming Concepts: Writing and Debugging Programs.