Truetype fonts scale factors

Posted By: DocJoe

Truetype fonts scale factors - 12/07/12 17:10

Scale factors (scale_x/scale_y) don't affect Truetype fonts at the moment. This should also run for Truetype fonts. X
Posted By: DocJoe

Re: Truetype fonts scale factors - 12/08/12 18:51

The following procedure is possible, but a little bit laborious.

Code:
PANEL* pScores_Strip = {
  scale_x = 0.5;
}
...
tScores.target_map = pScores_Strip.bmap;

Posted By: jcl

Re: Truetype fonts scale factors - 12/09/12 07:51

Or define a set of truetype fonts with different size. The solution with the target panel has the disadvantage of low font resolution with high scales, which looks particularly bad with fonts.

That's why fonts don't scale. Windows renders them differently dependent on their size. Text won't get bigger or smaller when you re-size a window.
© 2024 lite-C Forums