mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-29 20:49:18 +02:00
Added font properties handling
Added support for boolean functions
This commit is contained in:
@ -17,7 +17,8 @@ HEADERS += src/pbfhandler.h \
|
||||
src/tile.h \
|
||||
src/function.h \
|
||||
src/textpathitem.h \
|
||||
src/textitem.h
|
||||
src/textitem.h \
|
||||
src/font.h
|
||||
SOURCES += src/pbfplugin.cpp \
|
||||
src/pbfhandler.cpp \
|
||||
src/gzip.cpp \
|
||||
@ -27,7 +28,8 @@ SOURCES += src/pbfplugin.cpp \
|
||||
src/text.cpp \
|
||||
src/function.cpp \
|
||||
src/textpathitem.cpp \
|
||||
src/textitem.cpp
|
||||
src/textitem.cpp \
|
||||
src/font.cpp
|
||||
RESOURCES += pbfplugin.qrc
|
||||
|
||||
unix {
|
||||
|
Reference in New Issue
Block a user