summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
authorgreg <greg@blackbox>2009-06-19 05:33:40 +0200
committergreg <greg@blackbox>2009-06-20 03:38:00 +0200
commit4600a9a40e82d9583e6b99a6633cadd379b8aa93 (patch)
tree665e0f43a182cee9c8ed6f0d1954b42617fedfdd /libass/ass.h
parentc27e45dbb756d89124df72acf07a5856abb15ae1 (diff)
downloadlibass-4600a9a40e82d9583e6b99a6633cadd379b8aa93.tar.bz2
libass-4600a9a40e82d9583e6b99a6633cadd379b8aa93.tar.xz
Remove wrappers for ass_set_fonts
ass_set_fonts_ was wrapped through ass_set_fonts and ass_set_fonts_nofc to either use fontconfig or not. This is not very useful, since a simple parameter to ass_set_fonts_ can be used instead. Remove the wrapper functions and rename the real function to ass_set_fonts. This changes the public API.
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index f5a989a..238a33c 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -90,6 +90,7 @@ void ass_set_line_spacing(ass_renderer_t *priv, double line_spacing);
/**
* \brief set font lookup defaults
+ * \param fc bool, use fontconfig?
*/
int ass_set_fonts(ass_renderer_t *priv, const char *default_font,
const char *default_family, int fc);