_outtext() Function May Fail in Super VGA Graphics ModesLast reviewed: July 17, 1997Article ID: Q102164 |
7.00 | 1.00
MS-DOS | WINDOWS
kbprg
The information in this article applies to:
SYMPTOMSOn certain Super VGA cards that support the VESA standard, the _outtext() function may fail to generate any output in Super VGA (SVGA) mode.
CAUSEMany video card vendors chose not to implement text BIOS support in SVGA modes because they are graphics modes and not text modes. Additional ROM space would be required to provide text BIOS support in the SVGA modes.
RESOLUTIONUse the _registerfonts() and _setfont() functions to create a font and display the text with the _outgtext function. Some vendors set a flag to indicate that text BIOS support is not available in SVGA modes. If this flag is available and set, the _setvideomode() function returns the _GRTEXTNOTSUPPORTED value. However, because different hardware vendors use this flag inconsistently, you should not rely on it.
|
Additional reference words: kbinf 1.00 7.00 graphics.lib
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |