As per text_placements.cpp -> char_properties::from_xml -> fontset_name_ = get_opt_attr<std::string>(sym, "fontset-name");
parent
6decdb40bf
commit
d37a694a34
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Here's a small example:
|
|||
|
||||
<Style name="font-test">
|
||||
<Rule>
|
||||
<TextSymbolizer name="NAME" fontset_name="my-fonts" size="15" fill="black" />
|
||||
<TextSymbolizer name="NAME" fontset-name="my-fonts" size="15" fill="black" />
|
||||
</Rule>
|
||||
</Style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue