Difference between revisions of "CompositeFont.new"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2019.1<br/> '''<translate>Class</translate>:''' [[Special:MyLanguage/CompositeFont|CompositeFont]...") |
|||
Line 13: | Line 13: | ||
* x: The X offset to apply | * x: The X offset to apply | ||
* y: The Y offset to apply | * y: The Y offset to apply | ||
+ | |||
+ | Note, TTFont without any character list specification aren't supported in composite fonts. | ||
</translate> | </translate> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 11:18, 7 January 2019
Available since: Gideros 2019.1
Class: CompositeFont
Description
Creates a new CompositeFont object.
Each layer of the composited font is defined by a table. The following fields are possible:
- font: The font object to use for this layer (mandatory)
- color: The color to use when rendering this layer
- alpha: The alpha value to use with the color
- x: The X offset to apply
- y: The Y offset to apply
Note, TTFont without any character list specification aren't supported in composite fonts.
CompositeFont.new(definition)
Parameters
definition: (table) A list of layer definition tables