1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00
This commit is contained in:
Nikolay Pultsin 2013-06-12 19:54:21 +04:00
parent b669828f2e
commit f88e8ee294

View file

@ -48,6 +48,7 @@ public class ZLTextFullStyleDecoration extends ZLTextStyleDecoration {
LineSpacePercentOption = new ZLIntegerOption(STYLE, name + ":lineSpacePercent", lineSpace);
}
@Override
public ZLTextStyle createDecoratedStyle(ZLTextStyle base, ZLTextHyperlink hyperlink) {
return new ZLTextFullyDecoratedStyle(base, this, hyperlink);
}