summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-08 10:58:35 -0500
committerChris Loer <chris.loer@mapbox.com>2017-12-11 10:43:00 -0800
commit05f70257c940ba36b2310d2b378502b1c7234a74 (patch)
treef8400b6018f1a5b3fd2fb7c3a4a1bc3148253745
parent4418edbfcd68dacecb525d0344a25204e80e17ce (diff)
downloadqtlocation-mapboxgl-05f70257c940ba36b2310d2b378502b1c7234a74.tar.gz
[macos, ios] Adds documentation for the MGLIdeographFontFamilyName key
-rw-r--r--platform/ios/docs/guides/Info.plist Keys.md4
-rw-r--r--platform/macos/docs/guides/Info.plist Keys.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/docs/guides/Info.plist Keys.md b/platform/ios/docs/guides/Info.plist Keys.md
index e74e28b76b..dc9e0a302a 100644
--- a/platform/ios/docs/guides/Info.plist Keys.md
+++ b/platform/ios/docs/guides/Info.plist Keys.md
@@ -19,3 +19,7 @@ The default value is `https://api.mapbox.com`.
## MGLMapboxMetricsEnabledSettingShownInApp
If you have implemented custom opt-out of Mapbox Telemetry within the user interface of your app, use this key to disable the built-in check for opt-out support. See [this guide](https://www.mapbox.com/ios-sdk/#telemetry_opt_out) for more details.
+
+## MGLIdeographFontFamilyName
+
+The name of the font family to use for client-side text rendering of CJK ideographs. Set this to the name of a font family which will be available at run time, i.e. `Arial Unicode MS`.
diff --git a/platform/macos/docs/guides/Info.plist Keys.md b/platform/macos/docs/guides/Info.plist Keys.md
index 2c75ca88c7..3a3edd33f1 100644
--- a/platform/macos/docs/guides/Info.plist Keys.md
+++ b/platform/macos/docs/guides/Info.plist Keys.md
@@ -15,3 +15,7 @@ As an alternative, you can use `+[MGLAccountManager setAccessToken:]` to set a t
Use this key if you need to customize the API base URL used throughout the SDK. If unset, the default Mapbox API is used.
The default value is `https://api.mapbox.com`.
+
+## MGLIdeographFontFamilyName
+
+The name of the font family to use for client-side text rendering of CJK ideographs. Set this to the name of a font family which will be available at run time, i.e. `Arial Unicode MS`.