StyledText.Font is broken in Rb2008r2

· May 28, 08:22 AM

I’ve found a small but annoying feedback in REALbasic 2008r2: assigning to StyledText.Font now does nothing (in Mac OS apps, at least). Here is a bit of demonstration code.

 dim s as new StyledText
  s.Text = "foo"
  s.Font(0, Len("foo")) = "Courier"
  if s.Font(0, Len("foo")) <> "Courier" then
    //test failed
  end if
---

Comment

  1. This would be a critical bug for me, THANKS!

    Got a bug #?

    DeanG · May 29, 12:26 PM · #

  2. It turns out to be a critical bug for us as well. I’m not sure that there is a way to share report references now, so I suggest that you also file a feedback report.

    charles · May 29, 02:13 PM · #

Commenting is closed for this article.