magnacarto/regression/cases/030-labels-sizes/test.mss
2015-11-17 10:50:51 +01:00

22 lines
483 B
Text

Map { background-color: white; }
#test::line{
line-width: 1;
}
#test::label{
text-name: "'Teststring Teststring'";
text-halo-radius: 2;
text-halo-fill: #fff;
text-face-name: "Noto Sans Regular";
text-placement: line;
[id=1] { text-size: 5; }
[id=2] { text-size: 7; }
[id=3] { text-size: 9; }
[id=4] { text-size: 10; }
[id=5] { text-size: 11; }
[id=6] { text-size: 13; }
[id=7] { text-size: 15; }
[id=8] { text-size: 18; }
}