From 81b39e85c73332a8d024a2281468af23f1f1f35b Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 1 Feb 2010 20:00:24 +0100 Subject: Update ass_set_fonts_dir documentation Now that libass never extracts fonts anymore, update documentation accordingly. --- libass/ass.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libass/ass.h b/libass/ass.h index e7674a7..822e3f7 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -75,11 +75,13 @@ ASS_Library *ass_library_init(void); void ass_library_done(ASS_Library *priv); /** - * \brief Set private font directory. - * It is used for saving embedded fonts and also in font lookup. + * \brief Set additional fonts directory. + * Optional directory that will be scanned for fonts recursively. The fonts + * found are used for font lookup. + * NOTE: A valid font directory is not needed to support embedded fonts. * * \param priv library handle - * \param fonts_dir private directory for font extraction + * \param fonts_dir directory with additional fonts */ void ass_set_fonts_dir(ASS_Library *priv, const char *fonts_dir); -- cgit v1.2.3