working-storage section. ... copy "isfonts.def". 77 Tahoma-8v0 handle of font. ... screen section. ... 03 screen-1-co-1 Combo-Box line 19.4 column 23.2 size 11.9 cells lines 11.1 font Tahoma-8v0 id 13 . ... procedure division. ... initialize wfont-data tahoma-8v0. move 8 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-8v0 wfont-data. |