Support libzint >= 2.15 (#225,#222,#186))
- Update libzint support for 2.15 as new baseline version, removing support for earlier versions, avoiding '#ifdef'-hell - Based on #186 --------- Co-authored-by: gitlost <burmartke@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ namespace glbarcode
|
||||
void drawEnd() override;
|
||||
void drawLine( double x, double y, double w, double h ) override;
|
||||
void drawBox( double x, double y, double w, double h ) override;
|
||||
void drawText( double x, double y, double size, const std::string& text ) override;
|
||||
void drawText( double x, double y, double size, const std::string& text, HAlign halign = H_ALIGN_CENTER ) override;
|
||||
void drawRing( double x, double y, double r, double w ) override;
|
||||
void drawHexagon( double x, double y, double h ) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user