Skip to content

Commit

Permalink
Expose text antialiasing to QML.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Dec 22, 2014
1 parent 71f2f3f commit b03e96e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TerminalDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class KONSOLEPRIVATE_EXPORT TerminalDisplay : public QQuickPaintedItem

Q_PROPERTY(bool enableBold WRITE setBoldIntense)
Q_PROPERTY(bool fullCursorHeight WRITE setFullCursorHeight)
Q_PROPERTY(bool antialiasText READ antialias WRITE setAntialias)

public:
/** Constructs a new terminal display widget with the specified parent. */
Expand Down

0 comments on commit b03e96e

Please sign in to comment.