Egorbo
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?
Thanks in advance.