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 00H/10H
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Load User Font and      [EGA] [MCGA] [VGA]
                Reprogram Controller
 
  Loads the user's font (character definition) table into the specified
  block of character generator RAM.
 
  Input                                               Output
  ════════════════════════════════════════            ═══════
  AH=11H                                              Nothing
  AL=00H or 10H (see Notes)
  BH=points (bytes per character)
  BL=block
  CX=number of characters defined by table
  DX=first character code in table
  ES:BP=segment:offset of font table
                                    -♦-