Searched refs:SetCharSpace (Results 1 – 11 of 11) sorted by relevance
48 void SetCharSpace(float sp);
49 void CPDF_TextState::SetCharSpace(float sp) { in SetCharSpace() function in CPDF_TextState
1100 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()1412 m_pCurStates->m_TextState.SetCharSpace(GetNumber(1)); in Handle_NextLineShowText_Space()
52 void SetCharSpace(float fCharSpace);
110 void CFX_Break::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CFX_Break
77 void SetCharSpace(float fCharSpace);
326 void CPWL_Edit::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CPWL_Edit327 m_pEdit->SetCharSpace(fCharSpace); in SetCharSpace()
294 void SetCharSpace(float fCharSpace);
643 void CPWL_EditImpl::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CPWL_EditImpl644 m_pVT->SetCharSpace(fCharSpace); in SetCharSpace()
83 void SetCharSpace(float fCharSpace) { m_fCharSpace = fCharSpace; } in SetCharSpace() function
177 m_pBreak->SetCharSpace(font->GetLetterSpacing()); in InitBreak()268 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue()); in InitBreak()