Searched refs:hhea (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DFontInstance.cpp600 TT_HoriHeader *hhea = (TT_HoriHeader*)FT_Get_Sfnt_Table(theFace, ft_sfnt_hhea); local
601 if (hhea == NULL) {
604 run = hhea->caret_Slope_Run;
605 rise = hhea->caret_Slope_Rise;

Completed in 14 milliseconds