qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10H Function 11H Subfunction 23H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Int 43H for ROM 8-by-8 Font      [EGA] [MCGA] [VGA]
 
  Sets the vector for Int 43H to point to the ROM BIOS default 8-by-8 font
  and updates the video ROM BIOS data area. The video controller is not
  reprogrammed.
 
  Input                                                 Output
  ══════════════════════════════════════════            ═══════
  AH=11H                                                Nothing
  AL=23H
  BL=character rows specifier
     00H if user specified (see register DL)
     01H=14 (0EH) rows
     02H=25 (19H) rows
     03H=43 (2BH) rows
  DL=character rows per screen (if BL =00H)
                                    -♦-