Fabian Lange 39129fc441 Optimize TextLayerBuilder_renderLayer() for text heavy documents.
This change improves the text layer creation of "normal" text heavy documents.
It changes 2 things:
 * If the text element is not rotated, it will neither calculate nor apply a
   textTransform: rotate(0deg) to the text layer element.
 * For scaling the text layer div, the context will measure the width of the
   text in the given font. For many text documents the font changes seldom.
   If the font stays the same, the context does not need to be set to a new font
   especially avoiding the temporary creation of the same font string over and
   over again.
2014-08-06 00:40:48 +02:00
..
2014-04-18 12:11:00 -04:00
2014-03-14 16:46:35 -05:00
2014-07-18 22:34:50 +02:00
2014-06-12 10:28:42 -05:00
2014-05-22 13:53:19 -04:00
2014-08-04 12:27:47 +12:00