% Generated by roxygen2: do not edit by hand % Please edit documentation in R/symbolizers.R \name{pmLineLabelSymbolizer} \alias{pmLineLabelSymbolizer} \title{Create a Line Label Symbolizer} \usage{ pmLineLabelSymbolizer( font = "12px sans-serif", fill = "#000000", stroke = NULL, width = 0, labelProps = NULL, ... ) } \arguments{ \item{font}{Character. Font specification (e.g., "12px sans-serif").} \item{fill}{Character. Text fill color. Default is "#000000".} \item{stroke}{Character. Text stroke (halo) color. Default is NULL.} \item{width}{Numeric. Stroke width for text halo. Default is 0.} \item{labelProps}{List. Properties to use for label text.} \item{...}{Additional symbolizer options.} } \value{ A list representing the symbolizer configuration. } \description{ Creates a line label symbolizer for rendering text labels along line features (e.g., street names). } \examples{ pmLineLabelSymbolizer(font = "11px Arial", fill = "#333", stroke = "white", width = 2) }