summaryrefslogtreecommitdiff
path: root/splash/SplashFontFile.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Store font data in a std::vector<unsigned char>Oliver Sander1-3/+3
2022-03-18Pass around font memory buffers as unsigned charOliver Sander1-0/+1
2022-03-15Use std::string for filename in SplashFontSrcOliver Sander1-3/+4
2022-03-15Remove the deleteSrc variable from SplashFontSrcOliver Sander1-3/+3
2022-03-15Remove method SplashFontSrc::setFile(const char *file, bool del)Oliver Sander1-1/+0
2022-01-05Make a few GooString* arguments constOliver Sander1-1/+1
2021-04-06Export SplashFont* symbols used by ScribusEvangelos Foutras1-1/+2
2020-07-03Run clang-formatAlbert Astals Cid1-38/+38
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-6/+6
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Make a few pointer arguments constOliver Sander1-1/+1
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+7
2010-11-02make some more fields privateAlbert Astals Cid1-2/+3
2010-11-02Make the destructor privateAlbert Astals Cid1-2/+3
2008-09-20Add mention of GPLv2 or later in poppler changes to all files except Splash.c...Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+12
2008-01-29Scale text to match 'm' sizeAlbert Astals Cid1-0/+2
2007-09-14windows/msvc compilation fixesKrzysztof Kowalczyk1-1/+2
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-1/+1
2006-02-02don't use files to pass fonts to freetypeAlbert Astals Cid1-4/+21
2005-03-03Initial revisionKristian Høgsberg1-0/+58