summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRendererConfiguration.h
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-12-08 10:44:05 -0800
committerFabian Guerra Soto <fabian.guerra@mapbox.com>2018-01-03 11:37:53 -0600
commitb94929ca08f706a372d1336850d1346f09677ca4 (patch)
tree18c870afed45686e812925d62544984696173ae6 /platform/darwin/src/MGLRendererConfiguration.h
parent45e59e4da8ac6fb8d7197ea9ae8261d9370503bd (diff)
downloadqtlocation-mapboxgl-b94929ca08f706a372d1336850d1346f09677ca4.tar.gz
[ios,macos] Update docs to use Apple-friendly "PingFang" font example.
Diffstat (limited to 'platform/darwin/src/MGLRendererConfiguration.h')
-rw-r--r--platform/darwin/src/MGLRendererConfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLRendererConfiguration.h b/platform/darwin/src/MGLRendererConfiguration.h
index 676cc91719..dc434a4fbb 100644
--- a/platform/darwin/src/MGLRendererConfiguration.h
+++ b/platform/darwin/src/MGLRendererConfiguration.h
@@ -32,7 +32,7 @@ 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
`MGLIdeographFontFamilyName` in your containing app's Info.plist to a value
- which will be available at run time, i.e. "Arial Unicode MS". */
+ which will be available at run time, e.g. "PingFang". */
@property (nonatomic, readonly) mbgl::optional<std::string> localFontFamilyName;
@end