LpkxCimTextSymbol: Omit<CIMTextSymbolBase, "symbol"> & {
    fontFamilyName?: string;
    fontStyleName?: string;
    height?: number;
    horizontalAlignment?: string;
    kerning?: boolean;
    symbol?: LpkxCimPolygonSymbol;
    verticalAlignment?: string;
}

Interface for text symbols in CIM.

Type declaration

  • OptionalfontFamilyName?: string

    The font family name.

  • OptionalfontStyleName?: string

    The font style name.

  • Optionalheight?: number

    The height of the text.

  • OptionalhorizontalAlignment?: string

    The horizontal alignment of the text.

  • Optionalkerning?: boolean

    Whether kerning is enabled.

  • Optionalsymbol?: LpkxCimPolygonSymbol

    The polygon symbol used for text background or halo.

  • OptionalverticalAlignment?: string

    The vertical alignment of the text.