ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

glyph.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.