Home
last modified time | relevance | path

Searched defs:Font (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusbase.h53 class Font; variable
H A Dgdiplusheaders.h713 friend class Font; variable
880 Font(const FontFamily *family, REAL emSize, INT style, Unit unit) in Font() function
885 Font(HDC hdc, const HFONT hfont) in Font() function
889 Font(HDC hdc, const LOGFONTA *logfont) in Font() function
894 Font(HDC hdc, const LOGFONTW *logfont) in Font() function
899Font(const WCHAR *familyName, REAL emSize, INT style, Unit unit, const FontCollection *fontCollect… in Font() function
903 Font(HDC hdc) in Font() function
987 Font() in Font() function
H A Dntddvdeo.h469 UCHAR Font[1]; member
H A Dgdiplusgraphics.h25 friend class Font; variable
/reactos/base/applications/charmap_new/
H A DGridView.h9 LOGFONTW Font; member
/reactos/subsystems/mvdm/ntvdm/bios/
H A Dvidbios.c2645 PUCHAR Font = (PUCHAR)FAR_POINTER(((PULONG)BaseAddress)[0x43]); in VidBiosDrawGlyph() local
2702 PUCHAR Font = (PUCHAR)FAR_POINTER(((PULONG)BaseAddress)[0x43]); in VidBiosDrawGlyph() local
2755 PUCHAR Font = (PUCHAR)FAR_POINTER(((PULONG)BaseAddress)[0x43]); in VidBiosDrawGlyph() local
2834 PUCHAR Font = (PUCHAR)FAR_POINTER(((PULONG)BaseAddress)[0x43]); in VidBiosDrawGlyph() local
/reactos/modules/rostests/apitests/gdi32/
H A DGetGlyphIndices.c78 LOGFONTW Font = { 0 }; in IntCreateFont() local
/reactos/sdk/include/vcruntime/
H A Dcomdef.h187 struct Font : IFontDisp {}; struct
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.h86 HFONT Font[FONT_MAXNO]; member
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dprecomp.h68 PBITMAP_FONT Font; member
/reactos/win32ss/gdi/ntgdi/
H A Dfont.h7 FONTGDI *Font; member
H A Dtext.h66 FONTOBJ *Font; member
H A Dfreetype.c5193 ftGetFontUnicodeRanges(PFONTGDI Font, PGLYPHSET glyphset) in ftGetFontUnicodeRanges()
5821 IntFontType(PFONTGDI Font) in IntFontType()
6363 ftGdiRealizationInfo(PFONTGDI Font, PREALIZATION_INFO Info) in ftGdiRealizationInfo()
6382 ftGdiGetKerningPairs( PFONTGDI Font, in ftGdiGetKerningPairs()
/reactos/dll/cpl/desk/
H A Dadvappdlg.c21 int Font; member
H A Ddraw.c527 MyDrawMenuBarTemp(HWND Wnd, HDC DC, LPRECT Rect, HMENU Menu, HFONT Font, COLOR_SCHEME *scheme) in MyDrawMenuBarTemp()
/reactos/dll/win32/comctl32/
H A Dprogress.c55 HFONT Font; /* Handle to font (not unused) */ member
H A Dsyslink.c81 HFONT Font; /* Handle to the font for text */ member
/reactos/win32ss/user/ntuser/
H A Dmenu.c2685 IntDrawMenuBarTemp(PWND pWnd, HDC hDC, LPRECT Rect, PMENU pMenu, HFONT Font) in IntDrawMenuBarTemp()