Path sampling, painting paths

This commit is contained in:
Jakub Melka
2021-02-07 18:14:36 +01:00
parent 33df634a15
commit 6a9cc5c5d6
4 changed files with 351 additions and 2 deletions

View File

@ -569,6 +569,12 @@ protected:
/// Implement to react on character printing
virtual void performOutputCharacter(const PDFTextCharacterInfo& info);
/// Implement to respond to text begin operator
virtual void performTextBegin(ProcessOrder order);
/// Implement to respond to text end operator
virtual void performTextEnd(ProcessOrder order);
enum class ContentKind
{
Shapes, ///< General shapes (they can be also shaded / tiled)