Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx244 sal_Int32 nAscend = mrFontMgr.getFontAscend( mnFontID ); in DrawGlyphs() local
248 nAscend = nAscend * nTextHeight / 1000; in DrawGlyphs()
280 … aRotPoint = Point( -nAscend*nTextWidth/nTextHeight, -nDescend*nTextWidth/nTextHeight - nOffset ); in DrawGlyphs()
284 aRotPoint = Point( -nOffset, (nAscend+nDescend) ); in DrawGlyphs()
288 … aRotPoint = Point( -nDescend*nTextWidth/nTextHeight, nOffset + nAscend*nTextWidth/nTextHeight ); in DrawGlyphs()

Completed in 9 milliseconds