Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1501 ttf->nkern = GetUInt16(table, 2, 1); in GetKern()
1507 for( unsigned i = 0; i < ttf->nkern; ++i) { in GetKern()
1521 ttf->nkern = GetUInt32(table, 4, 1); in GetKern()
1527 for( unsigned i = 0; i < ttf->nkern; ++i) { in GetKern()
1578 if (ttf->nkern > 1) { in KernGlyphsPrim2()
1582 for (j = 0; j < ttf->nkern; j++) { in KernGlyphsPrim2()
3038 printf("\tkern: MICROSOFT, ntables: %d.", fnt->nkern); in main()
3039 if (fnt->nkern) { in main()
3041 for (i=0; i<fnt->nkern; i++) { in main()
3051 if (fnt->nkern) { in main()
[all …]
/trunk/main/vcl/inc/
H A Dsft.hxx600 …sal_uInt32 nkern; /* number of kern subtables … member
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx485 if( pImplTTFont->nkern && pImplTTFont->kerntype == KT_MICROSOFT ) in queryMetricPage()
499 for( i = 0; i < (int)pImplTTFont->nkern; i++ ) 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()

Completed in 51 milliseconds