Problem with Scaling Text
Posted: Mon Jan 11, 2016 6:44 am
Is there a reason why I can't get this text to scale to a width of 277?
Code: Select all
EnableLayers()
TextOut (20, 20, "Test Block Of Text", {Name="Text"})
SetLayerStyle("Text", {FontSize=76, Font=#SANS})
DebugPrint(GetAttribute(#LAYER, "Text", #ATTRRAWWIDTH))
WaitLeftMouse()
;SetLayerStyle("Text", {ScaleX=0.5})
;SetLayerStyle("Text", {Width="50%"})
SetLayerStyle("Text", {Width=277})
DebugPrint(GetAttribute(#LAYER, "Text", #ATTRRAWWIDTH))