Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.35 Charset Property

Description:

Contains the character setting for the font.

Used in object:

Font

Values (with constants):

0 - Western (POW-FONTCHARSET-ANSI)
Windows standard character setting.

2 - Symbol(POW-FONTCHARSET-SYMBOL)
Special character setting. (Symbol)

255 - System dependent (POW-FONTCHARSET-OEM)

OEM character setting

The value depends on the font.

There are fonts that have other character settings.

Default value:

Depends on the containing control.

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.