ken wrote: > Hi, > > I have a question about SetTextZoom method in DocumentViewerImpl. I > think this method is eventully being called when users do the "Text > Size->Increase" command. > > But what i notice is when I incease text size, some content get over > lapped. For example the 'latest news' in CNN'. Text there will be > overlapped when you increase text by 1 times.
This is probably because the page was coded with fixed-size containers: it was not coded to accomodate other font sizes. Try zooming on, for example, mozilla.org's pages. It does not have this problem until you get to much higher zoom levels. ~fantasai _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

