Romain Guy 19d4dd8599 Take text scale/skew into account only when rendering into a layer
3D rotations can undo scale/skew transforms; since FreeType only accepts
2x2 matrices we can end up generating very large glyphs that are drawn
at a 1:1 scale on screen. For instance, if the current transform has a
scale of 2000 set on both X and Y axis and a perspective Z factor set to
Z, the actual scale factor on screen ends up being 1. We would however
generate glyphs with a scale factor of 2000 causing the font renderer
to blow up.

Change-Id: Ia5c3618d36644e817825cb9c89e2f53aece2074e
2013-03-04 13:48:43 -08:00
..
2013-02-15 12:47:26 -08:00
2013-03-01 16:04:53 -08:00
2013-02-22 16:28:27 -08:00
2012-08-01 19:18:35 -07:00
2012-08-03 17:43:31 -07:00
2013-02-27 15:49:57 -08:00
2013-02-27 15:49:57 -08:00
2013-01-22 13:47:03 -08:00
2013-02-15 12:47:26 -08:00
2013-02-15 12:47:26 -08:00
2013-02-06 15:35:12 -08:00
2013-02-15 13:30:09 -08:00
2013-02-13 11:33:26 -08:00
2013-01-03 13:08:57 -08:00
2012-10-16 18:44:09 -07:00