magnacarto/regression/cases/030-labels-sizes/test.mss
Oliver Tonnhofer 150e26189a initial import
2015-05-22 14:21:28 +02:00

20 lines
449 B
Text

#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; }
}