summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index c3a91e0..d03753b 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -205,6 +205,8 @@ void ass_set_line_spacing(ASS_Renderer *priv, double line_spacing);
* if fontconfig is used.
* \param update whether fontconfig cache should be built/updated now. Only
* relevant if fontconfig is used.
+ *
+ * NOTE: font lookup must be configured before an ASS_Renderer can be used.
*/
void ass_set_fonts(ASS_Renderer *priv, const char *default_font,
const char *default_family, int fc, const char *config,