summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRendererConfiguration.h
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-08 10:49:39 -0500
committerFabian Guerra Soto <fabian.guerra@mapbox.com>2018-01-03 11:37:53 -0600
commit38bffda85a51a44dd6ce6088afcdb7a24790f6ee (patch)
tree058d4e2848802bba490f5b1b6de67319763d1337 /platform/darwin/src/MGLRendererConfiguration.h
parent314c51611c6cbd0315df9cd3551363f6e6cf121b (diff)
downloadqtlocation-mapboxgl-38bffda85a51a44dd6ce6088afcdb7a24790f6ee.tar.gz
[darwin, macos] Rename Info.plist key for consistency
Also removes related dead code in macos MGLMapView.mm
Diffstat (limited to 'platform/darwin/src/MGLRendererConfiguration.h')
-rw-r--r--platform/darwin/src/MGLRendererConfiguration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLRendererConfiguration.h b/platform/darwin/src/MGLRendererConfiguration.h
index 35cf828536..676cc91719 100644
--- a/platform/darwin/src/MGLRendererConfiguration.h
+++ b/platform/darwin/src/MGLRendererConfiguration.h
@@ -31,8 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
Currently only used for CJK glyphs. Changing this at run time is not currently
supported. Enable client-side rendering of CJK glyphs by setting
- `MGLIdeographicFontFamilyName` in your containing app's Info.plist to a value
- which will be available at runtime, i.e. "Arial Unicode MS". */
+ `MGLIdeographFontFamilyName` in your containing app's Info.plist to a value
+ which will be available at run time, i.e. "Arial Unicode MS". */
@property (nonatomic, readonly) mbgl::optional<std::string> localFontFamilyName;
@end