ReactOS
0.4.16-dev-1172-g2041f3c
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
glyph.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS win32 subsystem
3
* LICENSE: GPL - See COPYING in the top level directory
4
* PURPOSE: GDI font driver for bitmap fonts
5
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
6
*/
7
8
#include "
ftfd.h
"
9
10
13
PFD_GLYPHATTR
14
APIENTRY
15
FtfdQueryGlyphAttrs
(
16
FONTOBJ
*
pfo
,
17
ULONG
iMode
)
18
{
19
return
NULL
;
20
}
21
22
LONG
23
APIENTRY
24
FtfdQueryFontData
(
25
DHPDEV
dhpdev,
26
FONTOBJ
*
pfo
,
27
ULONG
iMode
,
28
HGLYPH
hg
,
29
OUT
GLYPHDATA
*
pgd
,
30
PVOID
pv,
31
ULONG
cjSize
)
32
{
33
return
FD_ERROR
;
34
}
NULL
#define NULL
Definition:
types.h:112
APIENTRY
#define APIENTRY
Definition:
api.h:79
FtfdQueryFontData
LONG APIENTRY FtfdQueryFontData(DHPDEV dhpdev, FONTOBJ *pfo, ULONG iMode, HGLYPH hg, OUT GLYPHDATA *pgd, PVOID pv, ULONG cjSize)
Definition:
glyph.c:24
FtfdQueryGlyphAttrs
PFD_GLYPHATTR APIENTRY FtfdQueryGlyphAttrs(FONTOBJ *pfo, ULONG iMode)
Definition:
glyph.c:15
ftfd.h
void
Definition:
nsiface.idl:2307
LONG
long LONG
Definition:
pedump.c:60
_FD_GLYPHATTR
Definition:
winddi.h:622
_FONTOBJ
Definition:
winddi.h:761
_GLYPHDATA
Definition:
winddi.h:976
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
OUT
#define OUT
Definition:
typedefs.h:40
FD_ERROR
#define FD_ERROR
Definition:
winddi.h:153
pgd
_In_ FONTOBJ _In_ ULONG _In_ HGLYPH _In_opt_ GLYPHDATA * pgd
Definition:
winddi.h:3872
DHPDEV
typedef DHPDEV(APIENTRY FN_DrvEnablePDEV)(_In_ DEVMODEW *pdm
iMode
_In_ ULONG iMode
Definition:
winddi.h:3520
pfo
_In_opt_ FONTOBJ * pfo
Definition:
winddi.h:3603
cjSize
_In_ ULONG cjSize
Definition:
winddi.h:3634
hg
_In_ FONTOBJ _In_ ULONG _In_ HGLYPH hg
Definition:
winddi.h:3871
win32ss
drivers
font
ftfd
glyph.c
Generated on Sat May 24 2025 06:16:16 for ReactOS by
1.9.6