blob: bff5d36cc0cd2e92c807f2f4095f9fe8564a5151 [file] [log] [blame]
//========================================================================
//
// BuiltinFontWidth.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
//========================================================================
//
// Modified under the Poppler project - http://poppler.freedesktop.org
//
// All changes made under the Poppler project to this file are licensed
// under GPL version 2 or later
//
// Copyright (C) 2020 Albert Astals Cid <aacid@kde.org>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
//
//========================================================================
#ifndef BUILTINFONTWIDTH_H
#define BUILTINFONTWIDTH_H
struct BuiltinFontWidth
{
const char *name;
unsigned short width;
};
#endif