You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
282 B
21 lines
282 B
/*++
|
|
|
|
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_
|