Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp75 TT_OS2* tblOS2 = (TT_OS2*)FT_Get_Sfnt_Table(face, FT_SFNT_OS2); in InitTypeFace() local
76 if (tblOS2) { in InitTypeFace()
77 typeFace.style.Weight = static_cast<Weight>(tblOS2->usWeightClass); in InitTypeFace()
78 typeFace.style.Width = widths_os2_match[tblOS2->usWidthClass]; in InitTypeFace()

Completed in 1 milliseconds