working-storage section. 77 Tahoma-10v0 handle of font. ... screen section. ...   03 screen-1-tv-1 Tree-View      line 2.7      column 3.4      size 20.8 cells       lines 29.1 cells       color 144      font Tahoma-10v0      id 2      no-box      . ... procedure division. ...   initialize wfont-data tahoma-10v0.   move 10 to wfont-size.   move "Tahoma" to wfont-name.   set wfont-bold to false.   set wfont-italic to false.   set wfont-underline to false.   set wfont-strikeout to false.   set wfont-fixed-pitch to false.   call "w$font" using wfont-get-font tahoma-10v0 wfont-data. ...  |