From a972dbb9bd731a439d009bd51e36981c41a06232 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 20 Oct 2009 18:12:26 +0000 Subject: *** empty log message *** --- src/pdflib/font/ft_generr.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/pdflib/font/ft_generr.h') diff --git a/src/pdflib/font/ft_generr.h b/src/pdflib/font/ft_generr.h index 909596b..be9a4fc 100644 --- a/src/pdflib/font/ft_generr.h +++ b/src/pdflib/font/ft_generr.h @@ -10,7 +10,7 @@ | | *---------------------------------------------------------------------------*/ -/* $Id: ft_generr.h,v 1.1 2008/10/17 06:10:43 scuri Exp $ +/* $Id: ft_generr.h,v 1.2 2009/10/20 18:12:26 scuri Exp $ * * FONT error messages * @@ -38,9 +38,13 @@ gen(1, 7001, FONT_PREFIX, "Font '$1': ") gen(0, 7002, FONT_HOSTNOTFOUND, "Host font not found") +gen(0, 7003, FONT_HOSTNOTFOUND2, + "Host font not found (maybe unsupported QuickDraw font name specified)") + gen(1, 7004, FONT_UNSUPP_FORMAT, "Font format '$1' not supported") -gen(0, 7006, FONT_TTHOSTNOTFOUND, "TrueType host font not found") +gen(2, 7006, FONT_HOSTNOTLOADED, + "Couldn't load $1 host font (system error code $2)") gen(1, 7007, FONT_NAMETOOLONG, "Font name too long (max. $1 characters)") -- cgit v1.2.3