mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Path sampling, painting paths
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user