CPDFTextAttribute constructor

CPDFTextAttribute(
  1. Color color,
  2. String familyName,
  3. String styleName,
  4. double fontSize,
)

Implementation

CPDFTextAttribute(this.color, this.familyName, this.styleName, this.fontSize);