B4X FEED [Solved] Need help with Canvas.DrawText.

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: [Solved] Need help with Canvas.DrawText. است. این موضوع تا کنون 16 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [Solved] Need help with Canvas.DrawText.
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
16
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
I'm at a loss here. I need to dynamically draw text with Canvas.DrawText, and while it works the first time around, when the text is changed it overlaps.
I've tried:
  • Canvas.ClearRect()
  • Canvas.DrawRect() - with fx.Colors.Transparent
  • Setting views invisible and visible again
  • Adding and removing canvas from pane.
Not sure what else to try. Here is what I mean:
برای دیدن تصاویر باید ثبت نام کنید

Code in question::

cnv.DrawText(New, cnv.Width/2, cnv.Height, fx.LoadFont(File.DirAssets, "ITC_Souvenir_LT_Light.ttf", 48), fx.Colors.Black, "CENTER")

My end goal for drawing text is so that I can stretch it out, and modify it. using simply a label does not allow me to achieve this.

 

عقب
بالا