/usr/include/ossim/imaging/ossimGdFontExterns.h is in libossim-dev 2.2.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | //*******************************************************************
//
// License: See top level LICENSE.txt file.
//
// Author: Garrett Potts (gpotts@imagelinks)
// Description:
//
//*************************************************************************
// $Id: ossimGdFontExterns.h 9968 2006-11-29 14:01:53Z gpotts $
#ifndef ossimGdFontExterns_HEADER
#define ossimGdFontExterns_HEADER
#include <ossim/imaging/ossimGdFont.h>
extern ossimGdFontPtr ossimGdFontGiant;
extern ossimGdFontPtr ossimGdFontTiny;
extern ossimGdFontPtr ossimGdFontSmall;
extern ossimGdFontPtr ossimGdFontLarge;
extern ossimGdFontPtr ossimGdFontMediumBold;
#endif
|