ReactOS 0.4.15-dev-7906-g1b85a5f
glyph.c File Reference
#include "ftfd.h"
Include dependency graph for glyph.c:

Go to the source code of this file.

Functions

PFD_GLYPHATTR APIENTRY FtfdQueryGlyphAttrs (FONTOBJ *pfo, ULONG iMode)
 
LONG APIENTRY FtfdQueryFontData (DHPDEV dhpdev, FONTOBJ *pfo, ULONG iMode, HGLYPH hg, OUT GLYPHDATA *pgd, PVOID pv, ULONG cjSize)
 

Function Documentation

◆ FtfdQueryFontData()

LONG APIENTRY FtfdQueryFontData ( DHPDEV  dhpdev,
FONTOBJ pfo,
ULONG  iMode,
HGLYPH  hg,
OUT GLYPHDATA pgd,
PVOID  pv,
ULONG  cjSize 
)

Definition at line 24 of file glyph.c.

32{
33 return FD_ERROR;
34}
#define FD_ERROR
Definition: winddi.h:153

◆ FtfdQueryGlyphAttrs()

PFD_GLYPHATTR APIENTRY FtfdQueryGlyphAttrs ( FONTOBJ pfo,
ULONG  iMode 
)

Public Interface

Definition at line 15 of file glyph.c.

18{
19 return NULL;
20}
#define NULL
Definition: types.h:112