Move ol.CanvasTextState to ol/render/canvas

This commit is contained in:
Michael Kuenzli
2018-04-18 14:40:54 +02:00
parent 6096f84be2
commit b740630e89
4 changed files with 15 additions and 15 deletions

View File

@@ -47,6 +47,14 @@ import {create as createTransform} from '../transform.js';
*/
/**
* @typedef {Object} TextState
* @property {string} font
* @property {string} [textAlign]
* @property {string} textBaseline
*/
/**
* @const
* @type {string}