view stream/cache2.h @ 21267:9ec30b8622ec

Make ass_new_font return ass_font_t struct (instead of just FT_Face). Use it to access the font face.
author eugeni
date Sun, 26 Nov 2006 20:53:29 +0000
parents 5385740067a1
children 3f0d00abc073
line wrap: on
line source

#ifndef _cache2_h
#define _cache2_h

extern void cache_uninit(stream_t *s);

#endif