DOCUMENT:Q22131 27-JUN-1999 [win16sdk] TITLE :INFO: Using a Different Hardware Font Instead of the Default PRODUCT :Microsoft Windows Software Development Kit PROD/VER:WINDOWS:3.1 OPER/SYS: KEYWORDS:kb16bitonly _IK kbSDKWin16 ====================================================================== 3.00 3.10 WINDOWS kbprg ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows Software Development Kit (SDK) 3.1 ------------------------------------------------------------------------------- SUMMARY ======= The following information describes how to inform Windows that a specific hardware font in a display device driver should be used instead of the default system font. In general, an OEM provides an .fon file that contains bitmaps and metric information that is appropriate for the display board. This font file is listed in the SYSTEM.ini file in the [boot] section as follows: fonts.fon= At startup, GDI creates the SYSTEM_FONT stock font from this file. If the display board has a hardware font available, it is possible to force GDI to use this font as the SYSTEM_FONT font by creating an .FON file that contains no bitmap information and has the third bit (04h) set in the dfType field and the absolute address of the hardware font in the dfBitsOffset field in the FONTINFO structure contained in the .fon file. NOTE: It must be possible to draw that same font (or any other hardware fonts that are provided within the display device driver) onto main-memory bitmaps. GDI has no notion of some fonts being used on the (dedicated) frame buffer and other fonts used on host-memory bitmaps. Often, this requires that the hardware font be read off of the board and into host memory where the display device driver can move the bitmaps onto compatible bitmaps allocated by GDI. Within these guidelines, and with that provision in mind, the programmer can feel free to provide the system, OEM, and so on, with as many additional fonts as are desired (say, from Bitstream, Xiphias, or Conographics). REFERENCES ========== For additional information about how Windows creates stock fonts, please see the following article(s) in the Microsoft Knowledge Base: Q10837 A Discussion of Windows Fonts Additional query words: 3.00 3.10 ====================================================================== Keywords : kb16bitonly _IK kbSDKWin16 Technology : kbAudDeveloper kbWin3xSearch kbSDKSearch kbWinSDKSearch kbWinSDK310 Version : WINDOWS:3.1 Issue type : kbinfo ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1999.