Implement text justify within the label box

See: https://github.com/openlayers/openlayers/issues/13481
This commit is contained in:
Denis
2022-04-12 19:02:12 +02:00
parent c45a443cf5
commit 4db25c86c8
4 changed files with 13 additions and 4 deletions
+1
View File
@@ -56,6 +56,7 @@ import {getFontParameters} from '../css.js';
* @typedef {Object} TextState
* @property {string} font Font.
* @property {string} [textAlign] TextAlign.
* @property {string} [justify] Justify.
* @property {string} textBaseline TextBaseline.
* @property {string} [placement] Placement.
* @property {number} [maxAngle] MaxAngle.