ThreePipe
    Preparing search index...

    Class TextSVGOptions

    Implements

    Index

    Constructors

    Properties

    bgFillColor: string = '#ffffff'
    boxHeight: number = 1024
    boxWidth: number = 1024
    direction: "ltr" | "rtl" = 'ltr'
    fontFamily: string = ''
    fontPath: string = ''
    fontSize: number = 100
    fontStyle: "normal" | "italic" | "oblique" = 'normal'
    fontWeight: string | number = 'normal'
    height: number = 1024
    innerShadow: boolean = false
    letterSpacing: string | number = 'normal'
    lineHeight: string | number = 'normal'
    maskText: boolean = false
    svgBackground: string = '#ffffff'
    text: string = 'Custom Text'
    textAnchor: "start" | "end" | "middle" = 'middle'
    textColor: string = '#000000'
    uiConfig: UiObjectConfig
    whiteSpace: "pre" | "normal" | "nowrap" | "pre-wrap" | "pre-line" = 'normal'
    width: number = 1024
    xOffset: number = 0
    yOffset: number = 0

    Methods

    • Returns {
          bgFillColor: string;
          boxHeight: number;
          boxWidth: number;
          direction: "ltr" | "rtl";
          fontFamily: string;
          fontPath: string;
          fontSize: number;
          fontStyle: "normal" | "italic" | "oblique";
          fontWeight: string | number;
          height: number;
          innerShadow: boolean;
          letterSpacing: string | number;
          lineHeight: string | number;
          maskText: boolean;
          svgBackground: string;
          text: string;
          textAnchor: "start" | "end" | "middle";
          textColor: string;
          whiteSpace: "pre" | "normal" | "nowrap" | "pre-wrap" | "pre-line";
          width: number;
          xOffset: number;
          yOffset: number;
      }