Class TextWatermarkTemplateInput

    • Constructor Detail

      • TextWatermarkTemplateInput

        public TextWatermarkTemplateInput()
      • TextWatermarkTemplateInput

        public TextWatermarkTemplateInput​(TextWatermarkTemplateInput source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFontType

        public String getFontType()
        Get 字体类型,目前可以支持两种:
      • simkai.ttf:可以支持中文和英文;
      • arial.ttf:仅支持英文。
Returns:
FontType 字体类型,目前可以支持两种:
  • simkai.ttf:可以支持中文和英文;
  • arial.ttf:仅支持英文。
  • Parameters:
    FontType - 字体类型,目前可以支持两种:
  • simkai.ttf:可以支持中文和英文;
  • arial.ttf:仅支持英文。