Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

The 3D text object should accept html text #194

Open
BruceSherwood opened this issue Feb 23, 2019 · 0 comments
Open

The 3D text object should accept html text #194

BruceSherwood opened this issue Feb 23, 2019 · 0 comments

Comments

@BruceSherwood
Copy link
Owner

html text is acceptable in canvas title and caption, and in label objects. It should also be acceptable for the 3D text object. For ideas, see the label function in lib/glow/primitives.js, which calls the parse_html function located in lib/glow/api_misc.js, which handles bold (or strong), italic, (or em) sup, and sub. The main text code is in lib/glow/extrude.js, with the actual text function in lib/glow/primitives.js.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant