Home
last modified time | relevance | path

Searched refs:PBITMAP_FONT (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Draw.h14 } BITMAP_FONT, *PBITMAP_FONT; typedef
H A Dprecomp.h68 PBITMAP_FONT Font;
H A Dfontwnd.c15 Info->Font = (PBITMAP_FONT) HeapAlloc( hProcessHeap, 0, sizeof(BITMAP_FONT) ); in InitFont()