FONTNCLR module routines - WIN32

Company Information Software Products TDF Market Reports Download Area take me Home

fontnclr.c - FONTs aNd CoLoRs

This module's routines will create a HFONT handle for any font installed on your system suitable for used by any of the TDF_lib library defined window classes. It also defines a standard color set of RGB() values.

Function Portions
Include file FONTNCLR.H
Prototype Portions (c) Charles Petzold, 1996
Remarks these 13 fonts are part of the standard install of Win95 & WinNT add new fonts below here V

Function EzCreateFont
Include file FONTNCLR.H
Prototype HFONT EzCreateFont( HDC hdc , char *szFaceName , int iDeciPtHeight , int iDeciPtWidth , int iAttributes , BOOL fLogRes ) ;
Remarks

Function super_ez_create_font
Include file FONTNCLR.H
Prototype HFONT super_ez_create_font( HDC hdc , int font_value )
Remarks Create and return a HFONT for any font installed on your system.

Function EzCreateFont
Include file FONTNCLR.H
Prototype HFONT EzCreateFont( HDC hdc, char * szFaceName, int iDeciPtHeight, int iDeciPtWidth, int iAttributes, BOOL fLogRes )
Remarks Allocate, initialize and return a HFONT.

Table of Contents Function Index

generated on 22 September 1998 - 12:54:53
© 1998 Tierra del Fuego Ltd.