C#/.NET/Mono: Glyph/typeface info without WPF?

548 Views Asked by At

Is there any way to retrieve the same info available in this class, but without relying on WPF? My app needs to run under Mono, which doesn't currently implement this.

(Ideally, the alternative should be portable and run under both MS.NET and Mono...)

Thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

Turns out Mono.Cairo provides this information in a platform-independent fashion (well, not really, but it's portable).