Commit eee03b0e authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Added afm weight "NORMAL".

parent 550b97e7
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment