Added afm weight "NORMAL".

This commit is contained in:
Huw D M Davies 2002-06-24 23:38:51 +00:00 committed by Alexandre Julliard
parent 550b97e7cd
commit eee03b0ea5
1 changed files with 1 additions and 0 deletions

View File

@ -388,6 +388,7 @@ static BOOL ReadBBox(FILE *file, CHAR buffer[], INT bufsize, AFM *afm,
static const struct { LPCSTR keyword; INT weight; } afm_weights[] =
{
{ "REGULAR", FW_NORMAL },
{ "NORMAL", FW_NORMAL },
{ "ROMAN", FW_NORMAL },
{ "BOLD", FW_BOLD },
{ "BOOK", FW_NORMAL },