Skip to content

Dvergar/rainbow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rainbow

Text coloring/sizing per character for luxe. Different font is not supported yet.

Example:

new RichText
({
    text : "Hel{red}lo {white}w{red}orld",
    pos : Luxe.screen.mid,
    color : new Color().rgb(0x276BE8),  // Default color
    tags : [new Tag("red", new Color().rgb(0xE8273C)),
            new Tag("white", new Color())],
    align : TextAlign.center,
    size : 50,
});
}

About

Luxe richtext library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages