// // Created by HifiExperiments on 2/9/21 // Copyright 2021 Vircadia contributors. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_TextAlignment_h #define hifi_TextAlignment_h #include "QString" /*@jsdoc *
A {@link Entities.EntityProperties-Text|Text} entity may use one of the following alignments:
*Value | Description |
---|---|
"left" | Text is aligned to the left side. |
"center" | Text is centered. |
"right" | Text is aligned to the right side. |