1 PAGE
90,132 ;\ f\eA\b\e2
2 TITLE GRTABCF
- CANADIAN FRENCH CHARACTER SET FOR GRAFTABL COMMAND
3 ;This module is to be linked with the OBJ of GRTAB.SAL. Refer to the
4 ;Prolog of that module for more complete description.
6 ;This module contains the binary description of the pixels that are used
7 ;in graphics mode to define the Canadian French character set when loaded to
8 ;interrupt 1FH by the GRAFTABL command in DOS 3.3.
14 CSEG
SEGMENT PARA
PUBLIC
18 ;(note: the display of the character to the right of the decimal number
19 ;value of this location is not necessarily the graphic that these pixels
20 ;will produce. The displayed character is from the USA character set, and
21 ;does not represent the language character set generated by this table.)
23 ;These fonts are as defined in the Canadian French Code Page = 863.
25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
27 ; 8 x 8 Character Set information
28 ; for the 5153 A/N and low-res APA
30 ; CODE NAME: CARIBOU (L'ACCENT)
33 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1188 ; include graftcfm.inc
1189 DB "Can. French",0 ;LANGUAGE NAME, IN ASCIIZ FORMAT
1190 ;(the above "DB" is an example of the ENGLISH version of the above include file)
1191 IF ($-CSEG
) MOD 16 ;IF NOT ALREADY ON 16 BYTE BOUNDARY
1192 DB (16-(($-CSEG
) MOD 16)) DUP(0) ;ADD PADDING TO GET TO 16 BYTE BOUNDARY