Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx985 const TT_HoriHeader* pHHEA = (const TT_HoriHeader*)FT_Get_Sfnt_Table( maFaceFT, ft_sfnt_hhea ); in FetchFontMetric() local
1030 if( (pHHEA != NULL) && (pOS2->usWinAscent || pOS2->usWinDescent) ) in FetchFontMetric()
1032 int nExtLeading = pHHEA->Line_Gap; in FetchFontMetric()
1034 nExtLeading += (pHHEA->Ascender - pHHEA->Descender); in FetchFontMetric()

Completed in 25 milliseconds