From 909307c8bc41f4ef799bb25827a00aa3ea9f7636 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sat, 3 Apr 2021 19:17:42 +0100 Subject: [PATCH] update set font directory list example on apple readme --- apple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/README.md b/apple/README.md index 381deee..5699e8b 100644 --- a/apple/README.md +++ b/apple/README.md @@ -301,7 +301,7 @@ All libraries created can be found under the `prebuilt` directory. 11. Register system fonts and custom font directories. ``` - [FFmpegKitConfig setFontDirectoryList: with:nil]; + [FFmpegKitConfig setFontDirectoryList:[NSArray arrayWithObjects:@"/System/Library/Fonts", @"", nil] with:nil]; ``` ### 4. Test Application