update set font directory list example on apple readme

This commit is contained in:
Taner Sener 2021-04-03 19:17:42 +01:00
parent 6558543c13
commit 909307c8bc

View File

@ -301,7 +301,7 @@ All libraries created can be found under the `prebuilt` directory.
11. Register system fonts and custom font directories. 11. Register system fonts and custom font directories.
``` ```
[FFmpegKitConfig setFontDirectoryList:<array of folders with fonts> with:nil]; [FFmpegKitConfig setFontDirectoryList:[NSArray arrayWithObjects:@"/System/Library/Fonts", @"<folder with fonts>", nil] with:nil];
``` ```
### 4. Test Application ### 4. Test Application