Browse Source

【综合】文本注释默认值设置

niehaoyu 7 months ago
parent
commit
8579b16ef4

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/PDFListView/CPDFListViewExtension/CPDFListView+Event.m

@@ -2583,6 +2583,7 @@ static inline CPDFAreaOfInterest CAreaOfInterestForResizeHandle(CRectEdges mask,
         if (self.annotationType == CAnnotationTypeFreeText) {
             ((CPDFFreeTextAnnotation *)annotation).font = [NSFont fontWithName:fontName size:fontSize];
             annotation.opacity = opacity;
+            ((CPDFFreeTextAnnotation *)annotation).borderColor = NSColor.blackColor;
             if ([self.isCustomStampType isEqualToString: @"1"]) {
                 CSToolbarType toolbarType = (CSToolbarType)[self.customStampAnnotationType intValue];