22 lines
282 B
C++
22 lines
282 B
C++
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
fontexts.hxx
|
|
|
|
Abstract:
|
|
|
|
This header file declares commmon font extension functions.
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _FONTEXTS_HXX_
|
|
#define _FONTEXTS_HXX_
|
|
|
|
void vDumpHFONT(ULONG64);
|
|
|
|
#endif _FONTEXTS_HXX_
|