Font
This property specifies the font used to display the content of the Java-Bean control. It may be used to compute the height and the width of the Java-Bean control, as well. See the Height-In-Cells, Lines, Size, and Width-In-Cells properties for further details.
 
Example - Define a Java-bean with font property
working-storage section.
77 Calibri-10v0 handle of font.
...
screen section.
...
  03 screen-1-jb-1 Java-Bean
     line 5.1
     column 4.5
     size 33.5 cells 
     lines 25.1 cells 
     background-color 8
     foreground-color 3
     font Calibri-10v0
     id 1
     no-box
     bitmap-width 18
     .
...
*> Load the font to Calibri-10v0 handle in procedure division using w$font
...