I see that there is a ticket for "<Support editabl...
# korge
d
I see that there is a ticket for "Support editable text area / text field #91". A colleague of mine wrote one based on old version of korge. I will add it to my pull request. However, the API has changed a little, and I need some input on how to update it to the latest. Who can best help?
r
I can help you
I can add all the neccessary changes to your PR to make it up-to-date with the korge API.
d
should I push the current state then, even if it won't compile.
r
yeah, you can do that
d
I've found some of the fixes, e.g. Font.fillText --> Font.drawText, color argument --> ColorPaint(color) but I can't find what to change 'TtfFont.Origin' into or how to access 'font.ascender'
ok, pushed. Please let me know when you have fixed, as I want to have the fixes 🙂 thanks.
r
@Dave, could you propose a new PR with these changes? Right now they are in the PR with MeshBuilder3D
you need to create a new branch and commit the changes there
d
done