sld:Font
A "Font" element specifies the text font to use. The allowed SvgParameters are: "font-family", "font-style", "font-weight", and "font-size".
Element information
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Schema document: external/ogc-sld/1.0.20/dhs-gmo/1.0.0/sld.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- sld:SvgParameter [0..*] A "SvgParameter" refers to an SVG/CSS graphical-formatting parameter. The parameter is identified using the "name" attribute and the content of the element gives the SVG/CSS-coded value.
Attributes
None
Used in
- Anonymous type of element sld:TextSymbol
Sample instance
<sld:Font> <sld:SvgParameter name="string">Any text, intermingled with: <ogc:Add> <ogc:Add>... </ogc:Add> </ogc:Add> </sld:SvgParameter> </sld:Font>