Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/inc/
H A Dswfont.hxx100 inline void SetAutoKern( const sal_uInt8 nAutoKern );
211 inline void SetAutoKern( sal_uInt8 nAutoKern );
586 inline void SwSubFont::SetAutoKern( const sal_uInt8 nAutoKern ) in SetAutoKern() argument
589 Font::SetKerning( nAutoKern ); in SetAutoKern()
592 inline void SwFont::SetAutoKern( sal_uInt8 nAutoKern ) in SetAutoKern() argument
595 aSub[1].SetAutoKern( nAutoKern ); in SetAutoKern()
596 if( nAutoKern ) in SetAutoKern()
597 nAutoKern = KERNING_FONTSPECIFIC; in SetAutoKern()
598 aSub[0].SetAutoKern( nAutoKern ); in SetAutoKern()
599 aSub[2].SetAutoKern( nAutoKern ); in SetAutoKern()

Completed in 23 milliseconds