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