Skip to content

kouba06/modifierToArab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

modifierToArab

Welcome to the modifierToArab wiki!

To modify the Arab text in Defold Add a file, to your project.

[https://defold.com/manuals/libraries/#setting-up-library-dependencies](setting up library dependencies)

And get the file inside your project

local modifier = require "modifier.modifier"

and get the node of text and text

textNode = gui.get_node("arabtext") arabText = gui.get_text(textNode)

Create a variable and give it the value of the text within the function modifierToArab().

modifierText = modifier.modifierToArab(arabText)

and set the value of modifierText to the same node

gui.set_text(textNode, modifierText)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages