Searched refs:fontsize_h (Results 1 – 1 of 1) sorted by relevance
64 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in CalculateBaseSpace() local65 float kerning = -fontsize_h * item.m_Origin.x / 1000; in CalculateBaseSpace()1010 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject() local1011 spacing = -fontsize_h * item.m_Origin.x / 1000; in ProcessTextObject()1021 float fontsize_h = pTextObj->m_TextState.GetFontSizeH(); in ProcessTextObject() local1025 threshold = fontsize_h * pFont->GetCharWidthF(space_charcode) / 1000; in ProcessTextObject()1026 if (threshold > fontsize_h / 3) in ProcessTextObject()1033 threshold = fontsize_h * threshold / 1000; in ProcessTextObject()