- Forums
- »
- Programming with Haxe
- »
- Loading and parsing CSS....
|
Viewing 1 to 5 (5 Total) Loading and parsing CSS.... |
|
|---|---|
SamBrickTotal Posts: 27
Joined: February 02, 2012
|
Hello,
Tags:
Posted on February 08, 2012 at 10:58 AM
|
singmajestyTotal Posts: 2140
Joined: August 25, 2011
|
Re: Loading and parsing CSS....One thing that will be tricky is that Jeash uses canvas elements for text. Perhaps there is a way to use standard DIVs for text? Then you would be able to assign CSS styles to have it look the way you want. It would not be difficult to use the JS API to create and add text elements, but it may be necessary to integrate more fully with Jeash's rendering code in order to have the correct z-order
Posted on February 08, 2012 at 11:33 AM
|
SamBrickTotal Posts: 27
Joined: February 02, 2012
|
Re: Loading and parsing CSS....Thanks singmajesty for the help.
Posted on February 08, 2012 at 11:42 AM
|
grumpytoadTotal Posts: 63
Joined: November 21, 2011
|
Re: Loading and parsing CSS....This sounds similar to the work going on at primevc:
Posted on February 08, 2012 at 12:17 PM
|
SamBrickTotal Posts: 27
Joined: February 02, 2012
|
Re: Loading and parsing CSS....Thanks Grumpytoad! I'll take a look at that. Looking forward to your jeash integration too. FYI I was also pointed to some cssParsing in Nicolas' hxtml classes.
Posted on February 09, 2012 at 5:02 AM
|
