interface MapFishPrintSymbolizerText {
    fontColor: string;
    fontFamily: string;
    fontSize: string;
    fontWeight: string;
    goodnessOfFit: number;
    haloColor: string;
    haloOpacity: number;
    haloRadius: number;
    label: string;
    labelAlign: string;
    labelRotation: string;
    labelXOffset: number;
    labelYOffset: number;
    type: string;
}

Properties

fontColor: string
fontFamily: string
fontSize: string
fontWeight: string
goodnessOfFit: number
haloColor: string
haloOpacity: number
haloRadius: number
label: string
labelAlign: string
labelRotation: string
labelXOffset: number
labelYOffset: number
type: string

(MapFishPrintSymbolizer)