Home | History | Annotate | Download | only in reflow

Lines Matching refs:charpos

476             FXTEXT_CHARPOS charpos ;
477 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode);
478 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex);
479 charpos.m_OriginX = x;
480 charpos.m_OriginY = y;
482 if(charW != charpos.m_FontCharWidth) {
483 charpos.m_bGlyphAdjust = TRUE;
484 charpos.m_AdjustMatrix[0] = charW / charpos.m_FontCharWidth;
485 charpos.m_AdjustMatrix[1] = 0;
486 charpos.m_AdjustMatrix[2] = 0;
487 charpos.m_AdjustMatrix[3] = 1;
489 charpos.m_bGlyphAdjust = FALSE;
493 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
497 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),