Updated documentation for ol.style.Text - font and text
This commit is contained in:
+4
-3
@@ -6150,7 +6150,9 @@ olx.style.TextOptions;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Font family.
|
* Font style as CSS 'font' value, see:
|
||||||
|
* {@link https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/font}.
|
||||||
|
* Default is '10px sans-serif'
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
@@ -6192,8 +6194,7 @@ olx.style.TextOptions.prototype.rotation;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Text. Possible values: 'normal', 'hide', 'shorten', 'wrap'.
|
* Text content.
|
||||||
* Default is 'normal'. Multiline labels are not currently supported.
|
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user