Fonts Cropped?

BlitzPlus Forums/BlitzPlus Programming/Fonts Cropped?

When loading a font into blitz, some fonts get their (at least cursive) chars cropped to the right. Is there a manual font loading library or other workaround?

I've never seen this before - can you give us an example font or some more info.
Are you using the font on a canvas or a gadget?

I have had the same issues with certain fonts. I think the size parameter specified with the LoadFont command should change this.

Otherwise, I have generally heard that Bitmap fonts are preferable anyway