Searched refs:CellAscent (Results 1 – 2 of 2) sorted by relevance
881 INT style, UINT16* CellAscent) in GdipGetCellAscent() argument883 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()
762 UINT16 CellAscent; in GetCellAscent() local763 SetStatus(DllExports::GdipGetCellAscent(fontFamily, style, &CellAscent)); in GetCellAscent()764 return CellAscent; in GetCellAscent()