Hi every one, I'm working on a game for a client, they want to put very long texts (like 12 pages). My problem is they want to change the font in a few lines to make them "shine" and more "atractive". By now I'm using a single notebook file. But I wonder if I can put this text in XML put some tags and use this to put css style just in this lines they want to be cursive.
Thank you every one
You can't CSS style text objects in Construct 2. It is not HTML text, it's rendered directly in to the canvas.
For complete control over text's appearance, your best bet is either to actually use a normal HTML document, or Sprite Fonts in C2.
Develop games in your browser. Powerful, performant & highly capable.
Thank you very much , saving my day, I haven't read sprite font yet, so I shall read the manual and i'll try.