Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenglyph.c
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactOS win32 subsystem 00003 * LICENSE: GPL - See COPYING in the top level directory 00004 * PURPOSE: GDI font driver for bitmap fonts 00005 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) 00006 */ 00007 00008 #include "ftfd.h" 00009 00010 00013 PFD_GLYPHATTR 00014 APIENTRY 00015 FtfdQueryGlyphAttrs( 00016 FONTOBJ *pfo, 00017 ULONG iMode) 00018 { 00019 return NULL; 00020 } 00021 00022 LONG 00023 APIENTRY 00024 FtfdQueryFontData( 00025 DHPDEV dhpdev, 00026 FONTOBJ *pfo, 00027 ULONG iMode, 00028 HGLYPH hg, 00029 OUT GLYPHDATA *pgd, 00030 PVOID pv, 00031 ULONG cjSize) 00032 { 00033 return FD_ERROR; 00034 } Generated on Fri May 25 2012 04:36:26 for ReactOS by
1.7.6.1
|