1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00

fixed formatting

This commit is contained in:
John Hewson 2013-01-29 13:38:34 +00:00
parent 6fda07bec3
commit b2d28e2490

View File

@ -77,9 +77,9 @@ namespace pdf2htmlEX {
static string general_font_family(GfxFont * font)
{
if(font -> isFixedWidth())
if(font->isFixedWidth())
return "monospace";
else if (font -> isSerif())
else if (font->isSerif())
return "serif";
else
return "sans-serif";