ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFEditorTextAttr

    interface CPDFEditorTextAttr {
        fontColor?: `#${string}`;
        fontColorAlpha?: ColorAlpha;
        fontSize?: FontSize;
        alignment?: CPDFAlignment;
        familyName?: string;
        styleName?: string;
    }
    Index

    Properties

    fontColor?: `#${string}`
    fontColorAlpha?: ColorAlpha
    fontSize?: FontSize
    alignment?: CPDFAlignment
    familyName?: string
    styleName?: string