Home
last modified time | relevance | path

Searched refs:HasSerifs (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DIFreeTypeFaceExtender.h58 virtual bool HasSerifs() = 0;
H A DFreeTypeType1Wrapper.h42 virtual bool HasSerifs();
H A DFreeTypeOpenTypeWrapper.h43 virtual bool HasSerifs();
H A DFreeTypeType1Wrapper.cpp109 bool FreeTypeType1Wrapper::HasSerifs() in HasSerifs() function in FreeTypeType1Wrapper
H A DFreeTypeOpenTypeWrapper.cpp226 bool FreeTypeOpenTypeWrapper::HasSerifs() in HasSerifs() function in FreeTypeOpenTypeWrapper
H A DFreeTypeFaceWrapper.cpp405 return mFormatParticularWrapper ? mFormatParticularWrapper->HasSerifs() : false; in IsSerif()