update set font directory list example on apple readme
This commit is contained in:
parent
6558543c13
commit
909307c8bc
@ -301,7 +301,7 @@ All libraries created can be found under the `prebuilt` directory.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user