On Thu, 2008-05-08 at 13:29, Patrick Rutkowski wrote: > Is it correct to say that calling FT_Set_Pixel_Sizes() with some width > W and some height H will have the result that any face->glyph->bitmap > generated by FT_Load_Char(face, ch, FT_LOAD_RENDER) will take up no > more than W pixels horizionally on the screen, and H pixels vertically > on the screen, _after_ the X and Y bearings are taken into account? No. These specify pixel per em values, not maximum sizes.
If you know that all your glyphs fit in an em-square then your statement would be true, but that isn't always the case. _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
