Home
last modified time | relevance | path

Searched refs:CellAscent (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/gdiplus/
H A Dfont.c881 INT style, UINT16* CellAscent) in GdipGetCellAscent() argument
883 if (!(family && CellAscent)) return InvalidParameter; in GdipGetCellAscent()
885 *CellAscent = family->ascent; in GdipGetCellAscent()
886 TRACE("%s => %u\n", debugstr_w(family->FamilyName), *CellAscent); in GdipGetCellAscent()
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h762 UINT16 CellAscent; in GetCellAscent() local
763 SetStatus(DllExports::GdipGetCellAscent(fontFamily, style, &CellAscent)); in GetCellAscent()
764 return CellAscent; in GetCellAscent()