GLG Toolkit, Java Class Library  Version 4.5
GlgMBType

Specifies the MB flag for fonts used in the C/C++ environment. More...

Detailed Description

Specifies the MB flag for fonts used in the C/C++ environment.

Constants

static final int MULTI_BYTE = 1
 Multi-byte font. More...
 
static final int SINGLE_BYTE = 0
 Single-byte font. More...
 
static final int UTF8 = 2
 UTF-8 font. More...
 

Variable Documentation

◆ MULTI_BYTE

final int MULTI_BYTE = 1
static

Multi-byte font.

◆ SINGLE_BYTE

final int SINGLE_BYTE = 0
static

Single-byte font.

◆ UTF8

final int UTF8 = 2
static

UTF-8 font.