]> granicus.if.org Git - libass/commit
ass: make font_provider API private
authorwm4 <wm4@nowhere>
Fri, 28 Aug 2015 12:51:09 +0000 (14:51 +0200)
committerwm4 <wm4@nowhere>
Fri, 28 Aug 2015 12:51:39 +0000 (14:51 +0200)
commitcde3b40bce6b544d9f4a9fa695f316bae5aaa84f
tree67df233a97fedf24b298871d3df3ed33bb910eb0
parent996e2c7208ac056f56171b329b7536bd0dd21ece
ass: make font_provider API private

We were discussing whether this should be public or private. It could be
public, because the API is potentially useful, and is relatively simple.
On the other hand, the API is not necessarily final, and making it
public would prevent us from improving/fixing it.

Make it private for now - making it public later is much easier than
having to break the public API later.
libass/ass.h
libass/ass_font.h
libass/ass_fontselect.h
libass/ass_types.h
libass/libass.sym