Properties
Similar Topics
Statistics
Comments
5
Participants
3
Subscribers
3
Votes
1
Views
984
Share
Answered
So I tend to make things in the desktop (Classic 5) but when I uploaded the latest, relative position of the text is screwed up. All the Xs are defined to have absolute position. I'm trying to understand what's happening and get a fix.
Online: https://www.geogebra.org/m/kqnuzeep
Classic file attached. Images as well.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
You are relying on fonts on different computers (or even the same computer!) having exactly the same metrics
I suggest using some or all of
a) use all LaTeX text if you need pixel perfection
b) FormulaText("\xcancel{0}")
c) \tt for monospaced text FormulaText("\tt{0\;1\;2\;3\;4\;5\;6\;7\;8\;9") for equal spacing
d) FormulaText(Sum(Sequence(If(i!=3, ""+i, "\red{\xcancel{"+i+"}}"),i,0,9)))
Thanks! The TeX solved the issue first try.
what should i do with the above commands I confront this problem when embedding the applets with local language text
text elongates and exceeds the frame please help
Comments have been locked on this page!