MCPcopy Create free account
hub / github.com/TeXworks/texworks / pureName

Method pureName

modules/QtPDF/src/PDFFontDescriptor.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41QString PDFFontDescriptor::pureName() const
42{
43 if (!isSubset())
44 return _name;
45 return _name.mid(7);
46}
47
48bool PDFFontDescriptor::operator==(const PDFFontDescriptor & o) const {
49 // TODO: more in-depth comparisons once the data is made available

Callers 3

fontDescriptorMethod · 0.80
fontsMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by 2

fontDescriptorMethod · 0.64
fontsMethod · 0.64