I have using the following method to change the pdf object render information
firstly, I initalized a rect with FX_RECT rect(0,0,913,1292),
and using the method
GetDisplayMatrix(rect, 0) of CPDF_Page to chang the page size;
then using the following code to get the font size,
float fontsize = textObject->m_TextState.GetFontSize();
here, the textObject was the pointer of CPDF_TextObject,
while the font size I got seems was not suitable for text render.