Halo transparency can be achieved by using halo-fill="rgba(R,G,B,0.5)"

der-stefan 2014-01-02 08:23:46 -08:00
parent 9f312d560d
commit ff82113d9f

@ -36,7 +36,7 @@
|fontset-name|string| FontSet name ||
|size|double|Font size|px|10.0|
|fill|color|Color of the text fill, e.g. #FFFFFF||black|
|halo-fill|color|Color of the text halo||white|
|halo-fill|color|Color of the text halo, e.g. rgba(255,255,255,0.5)||white|
|halo-radius|double|Radius of the halo in pixels (Fractional pixels are accepted. See halo-rasterizer for limitations.)|px|0|
|character-spacing|double|Additional horizontal spacing between characters. Currently works for point placement only, not line placement. You will get the normal spacing defined by the font plus this amount of extra space. (Also works for line placements in harfbuzz branch.)|px|0|
|line-spacing|double|Vertical spacing between lines of multi-line labels. This spacing is in addition to the normal font line spacing|px|0|