|
@@ -2265,6 +2265,7 @@
|
|
|
[self updateAnnotation];
|
|
|
}
|
|
|
} else {
|
|
|
+ self.annotationModel.fontName = fontName;
|
|
|
KMEditPDFTextFontModel *model = [KMEditPDFTextManager.manager fetchUserDefaultDataWithTypeStringWithType:@"Commonly"];
|
|
|
[KMEditPDFTextManager.manager changeTextPresuppositionWithFontName:fontName fontSize:model.fontSize type:@"Commonly"];
|
|
|
}
|
|
@@ -2301,6 +2302,7 @@
|
|
|
[self updateAnnotation];
|
|
|
}
|
|
|
} else {
|
|
|
+ self.annotationModel.fontSize = size;
|
|
|
KMEditPDFTextFontModel *model = [KMEditPDFTextManager.manager fetchUserDefaultDataWithTypeStringWithType:@"Commonly"];
|
|
|
[KMEditPDFTextManager.manager changeTextPresuppositionWithFontName:model.fontName fontSize:size type:@"Commonly"];
|
|
|
}
|