Specifies the weight of the font. Valid values are:
FONT_MEDIUM
FONT_ULTRALIGHT
FONT_EXTRALIGHT
FONT_LIGHT
FONT_DEMILIGHT
FONT_DEMIBOLD
FONT_BOLD
FONT_EXTRABOLD
FONT_ULTRABOLD
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_WEIGHT,FONT_MEDIUM);
if Get_Tab_Page_Property(lTabPage1,FONT_WEIGHT)= 'MEDIUM' then
Message('Success');
Else
Message('FAILURE');
End if;
Set Programmatically
Default
FONT_MEDIUM
Basing an object on a visual attribute
Setting an object's color attributes