-
3 Mar 2013 2:54 PM #1
Unanswered: Align in Draw.Text (Rotate)
Unanswered: Align in Draw.Text (Rotate)
(Translated by Google)
How I can align 'bottom' to a rotated text?
I have a table, and I need that in each cell, the text is aligned to Bottom.
My code look like:
Sin título.jpgCode:var rotarTexto = function(td, value){ Ext.create('Ext.draw.Text', { renderTo: td, padding: 3, height: 200, degrees: 270, text: value, textStyle: { fill: '#000', 'font-family': 'Arial' } }); };
-
7 Mar 2013 6:22 PM #2
-
3 Apr 2013 2:13 PM #3
Bump!
Sorry for this....I don't find solution to this problem


Reply With Quote