About Text Plugin

0 favourites
  • 5 posts
From the Asset Store
Animated Text
$3.99 USD
With AnimatedText behavior you can make an impression of the text being “typed live”.
  • Some questions:

    1. Does the current plugin already supports other fonts other than Arial ? Or is this work in progress ?

    2. Are there plans to make text plugin be able to use any font not only the ones that are in Windows/Fonts ?

    3. (Technical) The current text plugin uses Canvas native text rendering method 'fillText' . Is this a final decision or a bitmap font system could be added ? Maybe rasterizing the font files and rendering them as bitmap ?

    Thanks

  • It should support TrueType fonts - under the hood it uses FreeType, which supports a lot of formats, just not *all* of the ones in Windows. It is by no means limited only to Arial.

    However, you also need to be sure that the browser has the font, which means you should probably stick to the standard web development fonts like Arial, Helvetica and so on. HTML5 also has downloadable fonts support but that's not something on the immediate agenda to implement.

    The plugin system allows anyone to make any kind of plugin. Even if the Text object only ever used fillText, someone can make a plugin that uses bitmap fonts. There's no reason to be limited by official plugins.

  • Well, there is this property, which lets you use any font within the canvas. Worth considering!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm not sure if that can load fonts the user doesn't have though

  • Yeah seems promising

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)