|
@@ -1643,7 +1643,7 @@ namespace ComPDFKit.Tool
|
|
|
textEditParam.FontSize = 14;
|
|
|
}
|
|
|
|
|
|
- if (textEditParam.FontColor == null || textEditParam.FontColor.Length <= 3)
|
|
|
+ if (textEditParam.FontColor == null || textEditParam.FontColor.Length < 3)
|
|
|
{
|
|
|
textEditParam.FontColor = new byte[3] { 0, 0, 0 };
|
|
|
}
|