Blame src/lib/MSPUBConstants.h

Packit Service 7605e7
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
Packit Service 7605e7
/*
Packit Service 7605e7
 * This file is part of the libmspub project.
Packit Service 7605e7
 *
Packit Service 7605e7
 * This Source Code Form is subject to the terms of the Mozilla Public
Packit Service 7605e7
 * License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service 7605e7
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit Service 7605e7
 */
Packit Service 7605e7
Packit Service 7605e7
#ifndef INCLUDED_MSPUBCONSTANTS_H
Packit Service 7605e7
#define INCLUDED_MSPUBCONSTANTS_H
Packit Service 7605e7
Packit Service 7605e7
#define EMUS_IN_INCH 914400
Packit Service 7605e7
#define POINTS_IN_INCH 72
Packit Service 7605e7
#define DEFAULT_MARGIN 36576
Packit Service 7605e7
Packit Service 7605e7
#endif /* INCLUDED_MSPUBCONSTANTS_H */
Packit Service 7605e7
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */