texter icon indicating copy to clipboard operation
texter copied to clipboard

Question | Tutorial?

Open Jamesx0YT opened this issue 1 year ago • 7 comments

Good Day, sorry to bother you but this new tool is already integrated with the text, do I have to activate it in some way or do I have to put all its source code in my source code?

Jamesx0YT avatar Jun 16 '23 22:06 Jamesx0YT

No need to copy anything, you just use the given classes (under the texter package) either by instantiation:

var field = new DynamicTextField();

Or, by using the static fields:

var bidified = Bidi.process("left to right text, טקסט מימין לשמאל");

Sorry for late reply, GitHub chose to notify me about your question just now😅

ShaharMS avatar Jun 20 '23 06:06 ShaharMS

  bidified = Bidi.process(\"left to right text, טקסט מימין לשמאל\");

is this a command? טקסט מימין לשמאל\ I mean, do I have to put that command for the Emojis? and last question It can be put but without addChild is that I get an error when executing that command with the texter of the latest version?

Jamesx0YT avatar Jun 21 '23 04:06 Jamesx0YT

idk how you got these \ characters, maybe github proccessed it that way. That isnt a command, just an example string.

ShaharMS avatar Jun 21 '23 16:06 ShaharMS

Digo q con este comando var field = new DynamicTextField(); puedo poner emojis o no? 🤨 xd

Jamesx0YT avatar Jun 21 '23 23:06 Jamesx0YT

Digo q con este comando var field = new DynamicTextField(); puedo poner emojis o no? 🤨 xd

Sip, sí que podrías (solamente si la fuente admite emojis)

Wither362 avatar Jun 23 '23 11:06 Wither362

A ok 👍 ..... funcionará con el siguiente código?`

var rating = new DynamicTextField();
rating = "🤙"
rating.defaultTextFormat = MarkdownVisualizer.markdownTextFormat;

Jamesx0YT avatar Jun 25 '23 18:06 Jamesx0YT

A ok 👍 ..... funcionará con el siguiente código?`

var rating = new DynamicTextField();
rating = "🤙"
rating.defaultTextFormat = MarkdownVisualizer.markdownTextFormat;

Creo que sí, pero igualmente prueba a ver.

Lo siento por la respuesta tarde, no tenía tiempo.

Wither362 avatar Jun 29 '23 20:06 Wither362