summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSymbolStyleLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLSymbolStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLSymbolStyleLayer.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/platform/darwin/src/MGLSymbolStyleLayer.h b/platform/darwin/src/MGLSymbolStyleLayer.h
index 93c9e38477..fb00b0d165 100644
--- a/platform/darwin/src/MGLSymbolStyleLayer.h
+++ b/platform/darwin/src/MGLSymbolStyleLayer.h
@@ -317,9 +317,9 @@ typedef NS_ENUM(NSUInteger, MGLTextTransform) {
};
/**
- The property allows to control an orientation of a symbol. Note that the
- property values act as a hint, so that a symbol whose language doesn’t support
- the provided orientation will be laid out in its natural orientation. Example:
+ The property allows control over a symbol's orientation. Note that the property
+ values act as a hint, so that a symbol whose language doesn’t support the
+ provided orientation will be laid out in its natural orientation. Example:
English point symbol will be rendered horizontally even if array value contains
single 'vertical' enum value. The order of elements in an array define priority
order for the placement of an orientation variant.
@@ -1644,7 +1644,7 @@ MGL_EXPORT
You can set this property to an expression containing any of the following:
* Constant `MGLTextAnchor` array values
- * Constant array, whose each element is any of the following constant string
+ * Constant array, in which each element is any of the following constant string
values:
* `center`: The center of the text is placed closest to the anchor.
* `left`: The left side of the text is placed closest to the anchor.
@@ -1671,9 +1671,9 @@ MGL_EXPORT
@property (nonatomic, null_resettable) NSExpression *textVariableAnchor;
/**
- The property allows to control an orientation of a symbol. Note that the
- property values act as a hint, so that a symbol whose language doesn’t support
- the provided orientation will be laid out in its natural orientation. Example:
+ The property allows control over a symbol's orientation. Note that the property
+ values act as a hint, so that a symbol whose language doesn’t support the
+ provided orientation will be laid out in its natural orientation. Example:
English point symbol will be rendered horizontally even if array value contains
single 'vertical' enum value. The order of elements in an array define priority
order for the placement of an orientation variant.
@@ -1689,7 +1689,7 @@ MGL_EXPORT
You can set this property to an expression containing any of the following:
* Constant `MGLTextWritingMode` array values
- * Constant array, whose each element is any of the following constant string
+ * Constant array, in which each element is any of the following constant string
values:
* `horizontal`: If a text's language supports horizontal writing mode,
symbols with point placement would be laid out horizontally.