Hello,
I am looking at 35_SignedDistanceFieldText sample and I found this line of code:
mushroomTitleText->SetFont(cache->GetResource(“Fonts/BlueHighway.sdf”), 24);
where 24 is a font size, however it seems it doesn’t respect that value - nothing changes if I set it to 124. So what the purpose of it?
The SDF font is a special bitmap font. The font size of SDF is the size to build SDF font, if you need a large SDF font, you can build it yourself with bigger font size.