How do I specify font height at different orientations?

吃可爱长大的小学妹 提交于 2019-12-05 23:19:53

1) There are 72 points/inch. (it used to be 72.27 but was changed.) 2) Combining LOGPIXELSX and LOGPIXELSY in the way that you do is fine, but 3) The font mapper doesn't look at escapement and orientation when mapping fonts. The LOGPIXELS values will only be used as part of the coordinate transformation.

http://msdn.microsoft.com/en-us/library/ms969909(loband).aspx

Not sure about how the "printer drivers work" because the statement could include many possible drivers and printers.

They could rasterize with square pixels, then stretch to non-square. They could transform glyph curves. They could do something else.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!