Author Topic: Wrap Text Around Images  (Read 3678 times)

Straiker

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Wrap Text Around Images
« on: October 15, 2014, 04:00:18 AM »
Hi. I need to warp my text around images while  taking into account text's Font Size( the user can change  it dynamically) (See attached screenshot).Every image is bound within rectangle. Any thoughts how to achieve this? 

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: Wrap Text Around Images
« Reply #1 on: October 15, 2014, 04:16:18 AM »
I don't think it's possible because the UILabel is an UIRect.

Straiker

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Wrap Text Around Images
« Reply #2 on: October 15, 2014, 08:44:19 AM »
Well, what if i'd make a few UILabels and wrap text that didn't get to the first UILabel to next one?
If so, how can I get the text that was not included?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Wrap Text Around Images
« Reply #3 on: October 16, 2014, 06:27:10 AM »
Have a look at UIEnvelopContent.