Search results for query: *

  1. T

    Compress font in vb.net

    Is there any way to compress a Font (changing the character's width while its height remains unchanged) ? I can do it in VB6, but in VB.Net I couldn't. Here is my code: <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto)> Public Class LOGFONT Public lfHeight As Integer Public lfWidth...
Back
Top