Hello,
Do you understand why DisplayPipeline.Measure2dText
returns a negative height value.
I’m in DrawOverlay of a simple DisplayConduit class.
Thank you.
jmv.
Hello,
Do you understand why DisplayPipeline.Measure2dText
returns a negative height value.
I’m in DrawOverlay of a simple DisplayConduit class.
Thank you.
jmv.
Hi @kitjmv
Please review the Windows LOGFONT structure - specifically the LOGFONT.lfHeight
property.
– Dale
thank you @dale;
I do not understand anything about the LOGFONTW documentation
But do not worry, I understand that it’s normal and not a bug.
jmv