font style support for feature label. r=erilem (closes #3051)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11744 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -387,6 +387,7 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, {
|
||||
* fontOpacity - {Number} Opacity (0-1) for the label
|
||||
* fontFamily - {String} The font family for the label, to be provided like in CSS.
|
||||
* fontSize - {String} The font size for the label, to be provided like in CSS.
|
||||
* fontStyle - {String} The font style for the label, to be provided like in CSS.
|
||||
* fontWeight - {String} The font weight for the label, to be provided like in CSS.
|
||||
* display - {String} Symbolizers will have no effect if display is set to "none". All other values have no effect.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user