|
@@ -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];
|
|
|
|