Skip to content

Commit

Permalink
Merge pull request #380 from sguan-actuate/master
Browse files Browse the repository at this point in the history
Bookmark is not underline on PDF emitter on spec setting
  • Loading branch information
Yulin Wang authored Mar 10, 2017
2 parents fd53ef5 + 0ea005d commit 0b3f796
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public TextStyle(TextStyle style)
this.overLine = style.overLine;
this.lineThrough = style.lineThrough;
this.direction = style.direction;
this.hasHyperlink = style.isHasHyperlink( );
}


Expand Down

0 comments on commit 0b3f796

Please sign in to comment.