src/font.c

changeset 48
6e5b5ba2752c
parent 11
d83af80eb09b
child 65
9c44c55d327a
equal deleted inserted replaced
47:44457f6cb0a2 48:6e5b5ba2752c
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28 #include "ascension/font.h" 28 #include "ascension/ui/font.h"
29 #include "ascension/context.h" 29 #include "ascension/context.h"
30 #include "ascension/error.h" 30 #include "ascension/error.h"
31 31
32 static char const *asc_font_filename(enum AscFontStyle style) { 32 static char const *asc_font_filename(enum AscFontStyle style) {
33 // TODO: do not assume we are running from the program dir 33 // TODO: do not assume we are running from the program dir

mercurial