summaryrefslogtreecommitdiff
path: root/splash/SplashFTFontFile.h
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-3/+3
These are just non-standard names for bool, true, false, respectively. Getting rid of these names saves on layer of mental redirection, and enables proper syntax highlighting in editors.
2018-10-21Update (C)Albert Astals Cid1-1/+1
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
GCC recommends not using them for a long time and its documentation says: > These #pragmas have been superceded as of GCC 2.7.2 by COMDAT support > and the “key method” heuristic mentioned in Vague Linkage. > Using them can actually cause your program to grow due to > unnecessary out-of-line copies of inline functions. Also nobody seems to set USE_GCC_PRAGMAS and sometimes they were guarded by just __GNUC__ which upsets Clang.
2018-10-05Make a few pointer arguments constOliver Sander1-1/+1
This increases code legibility, if nothing else.
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson1-4/+0
Freetype is a mandatory dependency so we can drop the macros.
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-0/+1
2017-09-15Replace Splash font rendering by Qt font renderingOliver Sander1-0/+3
Previously, the Arthur backend would use Splash code to do its font rendering. That was not a satisfactory solution: Qt can do font rendering directly. Also, the Splash font rendering in the Arthur code had a few bugs, which lead to legible-but-not-pretty fonts. This patch replaces the Splash font rendering by Qt font rendering. Some Splash code will have to remain, because Qt seems unable to do the proper charcode-to-glyph-index transformations. I took a lot of inspiration from Mihai Niculescu's patch at https://lists.freedesktop.org/archives/poppler/2013-June/010370.html That's why the patch adds Mihai's name in the copyright list.
2017-03-09Add override markersAlbert Astals Cid1-3/+3
2011-10-13xpdf303: Add GBool type1 to SplashFTFontFileAlbert Astals Cid1-1/+2
2011-09-01xpdf303: Use int instead of Gushort for gid/cid mapsCarlos Garcia Campos1-4/+4
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2008-09-20Add mention of GPLv2 or later in poppler changes to all files except ↵Albert Astals Cid1-0/+3
Splash.cc and Splash.h, i've still no answer from Marco :-(
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-0/+11
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-3/+6
Testing more than welcome
2006-02-02don't use files to pass fonts to freetypeAlbert Astals Cid1-9/+9
2005-03-03Initial revisionKristian Høgsberg1-0/+68