Giter Club home page Giter Club logo

corona-textrender's People

Contributors

bogomazon avatar mimetic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

corona-textrender's Issues

Android "Missing picture"

Hey, first of all. Amazing package and thanks for making this :)

I get a problem with Android. Where the <img src="assets/images/image-file.jpg"> should be it just says "Missing picture: assets/images/image-file.jpg"

Works in simulator and on iOS.

Any idea how to fix it?

Text lines without paragraph markers overdrawn.

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 to the next line. Right now, a paragraph opening tag will not jump to the next line.

This demonstrations the problem:

This line is normal
<p>This is a paragraph of text.</p>

Common fonts between devices

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... I tried changing texstyles.txt but it kept trying to use the avenir fonts no matter what I told it. Is there a way to get one code base working for all devices using this code?

Android multiple text renderer issue (non-issue)

I'm using the textrender to display messages in my app, and display url links which the user can press. When there are multiple messages, the textrenderer seems to have an issue, and displays the url link in all the messages.

Text without wrapping tags (e.g. <p>) do not automatically get a new line after.

If your HTML does not wrap text in

or

    or
  1. or
    , then the text will wrap, but there will be no carriage return to begin the line. That means the previous line will draw over the text.
    Or, the text will draw over the next paragraph, depending on whether the code starts

    by moving down, or adds a new line after

    .

    <p>Additional dark spots are found along the lateral surfaces of the species. In adult specimens, the pectoral fins are broadly triangular.</p>
    This is "Normal" text.
    

Chinese/Japanese text

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 to the right ignoring the edge of the document.

Can you support auto-line-breaks for these languages?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.