You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am designing a font that will be used in an RCP application for Windows. As mentioned in this article, different software and systems may use different parameters as font metrics.
org.eclipse.swt.graphics.GC.getFontMetrics() use the win32 API GetTextMetrics to converts the parameters in the font to TEXTMETRIC :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am designing a font that will be used in an RCP application for Windows. As mentioned in this article, different software and systems may use different parameters as font metrics.
org.eclipse.swt.graphics.GC.getFontMetrics()
use the win32 APIGetTextMetrics
to converts the parameters in the font to TEXTMETRIC :However, the official documentation does not specify which font internal parameters it specifically uses. Does anyone know more details?
Beta Was this translation helpful? Give feedback.
All reactions