fontFixedWidth 830 lib/pdf/xpdf/GfxFont.cc flags |= fontFixedWidth; fontFixedWidth 839 lib/pdf/xpdf/GfxFont.cc flags &= ~fontFixedWidth; fontFixedWidth 135 lib/pdf/xpdf/GfxFont.h GBool isFixedWidth() { return flags & fontFixedWidth; } fontFixedWidth 60 lib/pdf/xpdf/TextOutputDev.h GBool isFixedWidth() { return flags & fontFixedWidth; }