Interface JLayerTextStyle

interface JLayerTextStyle {
    bold: boolean;
    id: string;
    imageSampleInBase64: string;
    italic: boolean;
    name: string;
    outlineColor: string;
    textColor: string;
    transparency: number;
    type: TEXT;
}

Hierarchy (view full)

Properties

bold: boolean
id: string
imageSampleInBase64: string

Deprecated

this property will be removed once the legacy support for JMS thematics will be removed

italic: boolean
name: string
outlineColor: string
textColor: string
transparency: number
type: TEXT