Lines Matching refs:nKern
58 nKern = nEsc = 0; in SvxFont()
67 nKern = nEsc = 0; in SvxFont()
80 nKern = rFont.GetFixKerning(); in SvxFont()
431 aTxtSize.Width() += ( ( nLen-1 ) * long( nKern ) ); in GetPhysTxtSize()
449 aTxtSize.Width() += ( ( rTxt.Len()-1 ) * long( nKern ) ); in GetPhysTxtSize()
471 aTxtSize.Width() += ( ( nLen-1 ) * long( nKern ) ); in QuickGetTextSize()
476 pDXArray[i] += ( (i+1) * long( nKern ) ); in QuickGetTextSize()
478 pDXArray[nLen-1] -= nKern; in QuickGetTextSize()
668 nKern = rFont.nKern; in operator =()
684 short nKern; member in SvxDoGetCapitalSize
691 nKern( _nKrn ) in SvxDoGetCapitalSize()
721 aTxtSize.Width() += ( _nLen * long( nKern ) ); in Do()
733 SvxDoGetCapitalSize aDo( (SvxFont *)this, pOut, rTxt, nIdx, nLen, nKern ); in GetCapitalSize()
757 short nKern; member in SvxDoDrawCapital
766 nKern( nKrn ) in SvxDoDrawCapital()
822 if ( nKern ) in Do()
824 aPos.X() += (nKern/2); in Do()
825 if ( _nLen ) nWidth += (_nLen*long(nKern)); in Do()
827 pOut->DrawStretchText(aPos,nWidth-nKern,_rTxt,_nIdx,_nLen); in Do()
836 aPos.X() += nWidth-(nKern/2); in Do()
847 SvxDoDrawCapital aDo( (SvxFont *)this,pOut,rTxt,nIdx,nLen,rPos,nKern ); in DrawCapital()