File: SplashFontFileID.cc

package info (click to toggle)
poppler 26.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,984 kB
  • sloc: cpp: 166,738; ansic: 34,768; python: 367; sh: 82; makefile: 38
file content (17 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//========================================================================
//
// SplashFontFileID.cc
//
//========================================================================

#include <config.h>

#include "SplashFontFileID.h"

//------------------------------------------------------------------------
// SplashFontFileID
//------------------------------------------------------------------------

SplashFontFileID::SplashFontFileID() = default;

SplashFontFileID::~SplashFontFileID() = default;