Display Text Bug?

Ok, I want to get you all's opinion on this. If, when in the "Display Text" behavior, you have the position of text set to...

up and down = 0
side to side = 0
Both relative to actor,
Wrap inside actor is checked to yes

then shouldn't the text be in the center of the actor? Instead, it's always displayed at the top of the actor. Wouldn't this be considered as a bug?

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803

    those values in the Display Text are offsets. With wrap inside, it will fill in the rectangle that makes up your actor starting in the upper left corner. if you change those offsets in your case, it would be as if the rectangle that makes up your actor is shifted at those values.

  • SocksSocks London, UK.Member Posts: 12,822
    edited March 2015

    @Night Cab said:
    then shouldn't the text be in the center of the actor?

    Not necessarily, the wrap inside function essentially turns the actor into a text box, and like all other instances of an area where text is entered (a text editor, an email client, a word processor . . . etc) the text starts at the top of the box and flows downwards.

  • Night CabNight Cab Member Posts: 57

    Dang! Ok, thanks for the feedback guys.

Sign In or Register to comment.