corona-textrender icon indicating copy to clipboard operation
corona-textrender copied to clipboard

A pure-Lua text rendering module for Corona SDK which can handle basic HTML, fonts, font-styles, and even basic font metrics. (Takes over from corona-styled-textwrap)

Results 8 corona-textrender issues
Sort by recently updated
recently updated
newest added

Hey, first of all. Amazing package and thanks for making this :) I get a problem with Android. Where the `` should be it just says "Missing picture: assets/images/image-file.jpg" Works...

I spent the day to day trying to figure this all out. Almost got it working, but I need an easy way to use the system font, system fontbold etc......

Hi, great project. I need to format Chinese and Japanese text which has no spaces between characters. Each sentence is just a long string of characters, so it just flows...

Seems like lists are not working. No numbers, no discs.

If your HTML does not wrap text in or or or , then the text will wrap, but there will be no carriage return to begin the line. That means...

Text without paragraph markers around it will render, but if a paragraph follows, that paragraph will draw over the previous text line. I think that a paragraph open should jump...

Hi, it seems like, that the link object from the example below is not part of the event.target in the handler function when the link was tapped. Am I missing...

Hi, is there a way to change the options of a textrender object at runtime? E.g.: local options = { text ="Click me", font = "Futura-Bold", size = "20", lineHeight...