FontDirectory
The path to a directory that contains fonts to use for rendering text. At least one font is required to draw text on an image or video.
Media Server supports common font formats including TrueType (TTF), OpenType (OTF), and Web Open Font Format (WOFF).
Type: | String |
Default: |
Windows: The "Fonts" sub-directory of the system directory, typically Linux: |
Required: | No |
Configuration Section: | Paths |
Example: | FontDirectory=/usr/local/share/fonts
|
See Also: | The drawText Lua function |