Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx480 struct _TrueTypeFont* pImplTTFont = (struct _TrueTypeFont*)pTTFont; in queryMetricPage() local
485 if( pImplTTFont->nkern && pImplTTFont->kerntype == KT_MICROSOFT ) in queryMetricPage()
499 for( i = 0; i < (int)pImplTTFont->nkern; i++ ) in queryMetricPage()
501 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()
530 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
534 … aPair.kern_y = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
566 … aPair.kern_x = (int)nKern * 1000 / pImplTTFont->unitsPerEm; in queryMetricPage()
585 if( pImplTTFont->nkern && pImplTTFont->kerntype == KT_APPLE_NEW ) in queryMetricPage()
599 for( i = 0; (unsigned int)i < pImplTTFont->nkern; i++ ) in queryMetricPage()
601 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()
[all …]

Completed in 40 milliseconds