Searched refs:SetCharSpace (Results 1 – 11 of 11) sorted by relevance
45 void SetCharSpace(float sp);
48 void CPDF_TextState::SetCharSpace(float sp) { in SetCharSpace() function in CPDF_TextState
1132 m_pCurStates->m_TextState.SetCharSpace(GetNumber(0)); in Handle_SetCharSpace()1426 m_pCurStates->m_TextState.SetCharSpace(GetNumber(1)); in Handle_NextLineShowText_Space()
51 void SetCharSpace(float fCharSpace);
150 void CFX_Break::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CFX_Break
74 void SetCharSpace(float fCharSpace);
374 void CPWL_Edit::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CPWL_Edit375 m_pEdit->SetCharSpace(fCharSpace); in SetCharSpace()
270 void SetCharSpace(float fCharSpace);
617 void CPWL_EditImpl::SetCharSpace(float fCharSpace) { in SetCharSpace() function in CPWL_EditImpl618 m_pVT->SetCharSpace(fCharSpace); in SetCharSpace()
83 void SetCharSpace(float fCharSpace) { m_fCharSpace = fCharSpace; } in SetCharSpace() function
160 m_pBreak->SetCharSpace(font->GetLetterSpacing()); in InitBreak()249 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue()); in InitBreak()