FSPDF_DEFAULTAPPEARANCE Struct Reference

Structure for default appearance. More...

#include <fpdf_base_r.h>

Public Attributes

FS_DWORD flags
 Flags of default appearance. More...
 
FS_DWORD reserved
 Reserved.
 
FSCRT_FONT font
 Font object of default appearance. More...
 
FS_FLOAT fontSize
 Font size of default appearance. This should not be negative. More...
 
FS_ARGB textColor
 Text color of default appearance. Format: 0xAARRGGBB. More...
 
FSCRT_MATRIX textMatrix
 Text matrix of default appearance. More...
 

Detailed Description

Structure for default appearance.

Note
It may be used for form and annotation.

Member Data Documentation

FS_DWORD FSPDF_DEFAULTAPPEARANCE::flags

Flags of default appearance.

It can be one or a combination of the following flags:

FSCRT_FONT FSPDF_DEFAULTAPPEARANCE::font

Font object of default appearance.

Meaningful only when FSPDF_DEFAULTAPPEARANCE::flags contains FSPDF_DEFAULTAPPEARANCE_FONT.

FS_FLOAT FSPDF_DEFAULTAPPEARANCE::fontSize

Font size of default appearance. This should not be negative.

Meaningful only when FSPDF_DEFAULTAPPEARANCE::flags contains FSPDF_DEFAULTAPPEARANCE_FONT.

FS_ARGB FSPDF_DEFAULTAPPEARANCE::textColor

Text color of default appearance. Format: 0xAARRGGBB.

Meaningful only when FSPDF_DEFAULTAPPEARANCE::flags contains FSPDF_DEFAULTAPPEARANCE_TEXTCOLOR.

FSCRT_MATRIX FSPDF_DEFAULTAPPEARANCE::textMatrix

Text matrix of default appearance.

Meaningful only when FSPDF_DEFAULTAPPEARANCE::flags contains FSPDF_DEFAULTAPPEARANCE_TEXTMATRIX.


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

Foxit Corporation