FSPDF_WATERMARK_TEXTPROPERTIES Struct Reference

Structure for watermark text properties. More...

#include <fpdf_watermark_w.h>

Public Attributes

FSCRT_FONT font
 Font object used for text. Not support using the function FSCRT_Font_CreateFromFile to create font object currently.
 
FS_FLOAT fontSize
 Font size in points.
 
FS_ARGB color
 Text color. It is constructed by 0xAARRGGBB. Alpha component is ignored.
 
FS_DWORD fontStyle
 Font style, specifies if a text is underlined. More...
 
FS_FLOAT lineSpace
 Space between vertical center of lines, in line heights.
 
FS_INT32 alignment
 Text horizontal alignment. More...
 

Detailed Description

Structure for watermark text properties.

Note
It is used only for a text watermark.

Member Data Documentation

FS_INT32 FSPDF_WATERMARK_TEXTPROPERTIES::alignment

Text horizontal alignment.

It should be one of the following macro definitions:

FS_DWORD FSPDF_WATERMARK_TEXTPROPERTIES::fontStyle

Font style, specifies if a text is underlined.

It should be one of the following macro definitions:


The documentation for this struct was generated from the following file:

Foxit Corporation