You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/14 07:58:14 UTC

[royale-asjs] 01/07: add scale properties to format. multiparagraph textflows seemed to fail calculating leading

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ca8c17cbde5281154d200df94770d44b8b1a0026
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Aug 13 23:23:44 2018 -0700

    add scale properties to format.  multiparagraph textflows seemed to fail calculating leading
---
 .../royale/org/apache/royale/textLayout/formats/TextLayoutFormat.as     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/formats/TextLayoutFormat.as b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/formats/TextLayoutFormat.as
index 4017fc9..868a020 100644
--- a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/formats/TextLayoutFormat.as
+++ b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/formats/TextLayoutFormat.as
@@ -987,6 +987,8 @@ package org.apache.royale.textLayout.formats
 					, textAlpha:textAlphaProperty
 					, backgroundAlpha:backgroundAlphaProperty
 					, fontSize:fontSizeProperty
+                    , xScale:xScaleProperty
+                    , yScale:yScaleProperty
 					, baselineShift:baselineShiftProperty
 					, trackingLeft:trackingLeftProperty
 					, trackingRight:trackingRightProperty