]> granicus.if.org Git - libass/commitdiff
Update ass_set_fonts_dir documentation
authorGrigori Goronzy <greg@blackbox>
Mon, 1 Feb 2010 19:00:24 +0000 (20:00 +0100)
committerGrigori Goronzy <greg@blackbox>
Tue, 2 Feb 2010 00:10:54 +0000 (01:10 +0100)
Now that libass never extracts fonts anymore, update documentation
accordingly.

libass/ass.h

index e7674a736cab11a265aba62f7444cdbd85fcf24f..822e3f77bccca66e809e0ef9de90dc82efa205f5 100644 (file)
@@ -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);