|
@@ -77,6 +77,8 @@ import Foundation
|
|
|
if (CPDFFreeTextAnnotation._ft_keys == nil) {
|
|
|
CPDFFreeTextAnnotation._ft_keys = super.keysForValuesToObserveForUndo()
|
|
|
_ = CPDFFreeTextAnnotation._ft_keys?.insert(CPDFAnnotationFontKey)
|
|
|
+ _ = CPDFFreeTextAnnotation._ft_keys?.insert(CPDFAnnotationCFontKey)
|
|
|
+ _ = CPDFFreeTextAnnotation._ft_keys?.insert(CPDFAnnotationFontSizeKey)
|
|
|
_ = CPDFFreeTextAnnotation._ft_keys?.insert(CPDFAnnotationFontColorKey)
|
|
|
_ = CPDFFreeTextAnnotation._ft_keys?.insert(CPDFAnnotationAlignmentKey)
|
|
|
}
|