summaryrefslogtreecommitdiff
path: root/platform/ios/docs/guides/Info.plist Keys.md
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-08 10:58:35 -0500
committerFabian Guerra Soto <fabian.guerra@mapbox.com>2018-01-03 11:37:53 -0600
commit3fd2eb2557bc783a14b7f3ce7b671223e7250ef2 (patch)
treeff505cf4ceeb5648d8f62f012a5d1e480329dd01 /platform/ios/docs/guides/Info.plist Keys.md
parent38bffda85a51a44dd6ce6088afcdb7a24790f6ee (diff)
downloadqtlocation-mapboxgl-3fd2eb2557bc783a14b7f3ce7b671223e7250ef2.tar.gz
[macos, ios] Adds documentation for the MGLIdeographFontFamilyName key
Diffstat (limited to 'platform/ios/docs/guides/Info.plist Keys.md')
-rw-r--r--platform/ios/docs/guides/Info.plist Keys.md4
1 files changed, 4 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`.