summaryrefslogtreecommitdiff
path: root/platform/macos/docs/guides/Info.plist Keys.md
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-15 16:07:14 -0800
committerAndrew Kitchen <akitchen@gmail.com>2018-01-02 18:46:40 -0500
commit54c4b8331272579a61c7ad82d711e3c8abf789f4 (patch)
tree3039432ee9aa3965feaf68f28e713bed75ebc306 /platform/macos/docs/guides/Info.plist Keys.md
parentac32b41493956e6b03ab13475f27a4dcd64355ae (diff)
downloadqtlocation-mapboxgl-54c4b8331272579a61c7ad82d711e3c8abf789f4.tar.gz
[ios, macos] Updates documentation with default CJK font recommendations
Also updates the font to use for rendering CJK ideographs in our sample apps to `PingFang TC`, as simply specifying `PingFang` was always triggering iOS's font fallback behavior. [Fixes #10675]
Diffstat (limited to 'platform/macos/docs/guides/Info.plist Keys.md')
-rw-r--r--platform/macos/docs/guides/Info.plist Keys.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/docs/guides/Info.plist Keys.md b/platform/macos/docs/guides/Info.plist Keys.md
index c60635162f..be6096d167 100644
--- a/platform/macos/docs/guides/Info.plist Keys.md
+++ b/platform/macos/docs/guides/Info.plist Keys.md
@@ -18,4 +18,4 @@ The default value is `https://api.mapbox.com`.
## MGLIdeographicFontFamilyName
-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, e.g. `PingFang`.
+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, e.g. `PingFang TC` (iOS 9+), `Heiti TC` (iOS 8+), another appropriate built-in font, or a font provided by your application. Note that if a non-existent font is specified, iOS will fall back to using Helvetica which is likely not to include support for the glyphs needed to render maps in your application. \ No newline at end of file