Added afm weight "NORMAL".
This commit is contained in:
parent
550b97e7cd
commit
eee03b0ea5
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue