Add font import flag to toggle modulation of colored glyphs.
This commit is contained in:
@ -50,6 +50,9 @@
|
||||
<member name="language_support" type="Dictionary" setter="" getter="" default="{}">
|
||||
Override the list of languages supported by this font. If left empty, this is supplied by the font metadata. There is usually no need to change this. See also [member script_support].
|
||||
</member>
|
||||
<member name="modulate_color_glyphs" type="bool" setter="" getter="" default="false">
|
||||
If set to [code]true[/code], color modulation is applied when drawing colored glyphs, otherwise it's applied to the monochrome glyphs only.
|
||||
</member>
|
||||
<member name="msdf_pixel_range" type="int" setter="" getter="" default="8">
|
||||
The width of the range around the shape between the minimum and maximum representable signed distance. If using font outlines, [member msdf_pixel_range] must be set to at least [i]twice[/i] the size of the largest font outline. The default [member msdf_pixel_range] value of [code]8[/code] allows outline sizes up to [code]4[/code] to look correct.
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user