Home
last modified time | relevance | path

Searched refs:mnKerning (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dfont.cxx70 mnKerning = 0; in DBG_NAME()
104 mnKerning = rImplFont.mnKerning; in Impl_Font()
151 || (mnKerning != rOther.mnKerning) in operator ==()
503 if( mpImplFont->mnKerning != nKerning ) in SetKerning()
506 mpImplFont->mnKerning = nKerning; in SetKerning()
514 return (mpImplFont->mnKerning & KERNING_FONTSPECIFIC) != 0; in IsKerning()
798 rIStm >> nTmp8; rImpl_Font.mnKerning = nTmp8; in operator >>()
841 rOStm << (sal_uInt8) rImpl_Font.mnKerning; in operator <<()
1097 FontKerning Font::GetKerning() const { return mpImplFont->mnKerning; } in GetKerning()
/trunk/main/vcl/inc/
H A Dimpfont.hxx80 FontKerning mnKerning; member in Impl_Font

Completed in 13 milliseconds