A script-enabled browser is required for this page to function properly.

Font Spacing Property

Description

Specifies the width of the font (i.e., the amount of space between characters, or kerning). Valid values are:

FONT_NORMAL

FONT_ULTRADENSE

FONT_EXTRADENSE

FONT_DENSE

FONT_SEMIDENSE

FONT_SEMIEXPAND

FONT_EXPAND

FONT_EXTRAEXPAND

FONT_ULTRAEXPAND

Applies to item, tab page, canvas, window, radio button when used in SET-type commands.For GET-type commands, use VARCHAR2 values. For example:

Set_Tab_Page_Property(lTabPage1,FONT_SPACING,FONT_ULTRADENSE);

if Get_Tab_Page_Property(lTabPage1,FONT_SPACING)= 'ULTRADENSE' then

Message('Success');
Else
Message('FAILURE');

End if;

Set Programmatically

Default

FONT_NORMAL

Refer to Built-in


About visual attributes
Basing an object on a visual attribute
Setting an object's color attributes
About formatting items in the Layout Editor
Creating a named visual attribute