Add TextStyle offsets getters to API.
The other properties getters are in the API already.
This commit is contained in:
@@ -87,6 +87,7 @@ ol.style.Text.prototype.getFont = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {number} Horizontal text offset.
|
* @return {number} Horizontal text offset.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.style.Text.prototype.getOffsetX = function() {
|
ol.style.Text.prototype.getOffsetX = function() {
|
||||||
return this.offsetX_;
|
return this.offsetX_;
|
||||||
@@ -95,6 +96,7 @@ ol.style.Text.prototype.getOffsetX = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {number} Vertical text offset.
|
* @return {number} Vertical text offset.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.style.Text.prototype.getOffsetY = function() {
|
ol.style.Text.prototype.getOffsetY = function() {
|
||||||
return this.offsetY_;
|
return this.offsetY_;
|
||||||
|
|||||||
Reference in New Issue
Block a user