Font
This property specifies the font that may be used to compute the height and the width of the Scroll-Pane control. See the Height-In-Cells, Lines, Size, and Width-In-Cells properties for further details.
 
Example - Define a scroll pane with font for sizing reference
working-storage section.
77 Calibri-10v00 handle of font.
...
screen section.
...
  03 screen-1-sp-1 Scroll-pane
     line 4.0
     column 41.5
     size 2.9 cells 
     lines 39.7 cells 
     font Calibri-10v00
     .
...
*> Before displaying the screen with the scroll pane, load the font to 
*> Calibri-10v00 using w$font in procedure division