|
@@ -74,11 +74,9 @@ public class CEditSelectionsProvider implements CStyleProvider {
|
|
|
textSelections.setAlign(CPDFEditTextArea.PDFEditAlignType.PDFEditAlignRight);
|
|
|
}
|
|
|
} else if (type == CAnnotStyle.EditUpdatePropertyType.FontType) {
|
|
|
- CLog.e("字体", "内容编辑Provider:Font:" + getAnnotStyleFontName(style) + ", isBold:"+ style.isFontBold() +", isItalic:" + style.isFontItalic());
|
|
|
textSelections.setFontName(getAnnotStyleFontName(style));
|
|
|
textSelections.setBold(style.isFontBold());
|
|
|
textSelections.setItalic(style.isFontItalic());
|
|
|
- CLog.e("字体", "内容编辑Provider after:Font:" + textSelections.getFontName() + ", isBold:"+ textSelections.isBold() +", isItalic:" + textSelections.isItalic());
|
|
|
|
|
|
} else {
|
|
|
textSelections.setColor(style.getTextColor());
|