Witam
Mam taki problem.
Font ustawiony na Terminal, rozmiar 9, powinno wiec drukowac jak po lewej a
drukuje jak po prawej
http://images5.theimagehosting.com/wydruki.jpg
Co zrobic?
fragment odpowiedzialny za wydruk:

{
try
{
streamToPrint = new StreamReader
(mC.dysk+@":"+katalog+@""+listBox1.SelectedItem.ToString());
try
{
printFont = new Font("Terminal", 9);
PrintDocument pd = new PrintDocument();
pd.PrintPage += new PrintPageEventHandler
(this.pd_PrintPage);
pd.Print();
}
finally
{
streamToPrint.Close();
}
}
catch(Exception ex)
{
MessageBox.Show(ex.Message);
}
}

Dodam ze sciaglem z netu czcionke truetype terminal ktora tez sie zle drukuje. Jedyna czcionka ktora dziala ok to MS LineDraw ale ona tylko pod wordem i notatnikiem a pod visualem juz ustawic nie moge