font

  1. M

    Set Eastern European or other character set ?

    Can anyone help me , I need to know if I am setting the font correctly. I can do this in VB6 but cannot in Vb.net I am loading a text file to an array like this: Private Sub LoadFile() 'read the file Dim FILE_NAME As String = FilePath + "Transport.lin2"...
  2. P

    Question changing font on a text box

    hello all... I am writing a program in vb.net 2008 ... I want the user to be able to change the font on a different form, however any code that I try and write comes up with the error code property is read only.. I hope I have given sufficient detail... oh one more thing I am trying to use...
  3. C

    Question Why the receipt didn't print like what I want ??

    Hi all, I got a problem. I'm making a small POS program. I'm using EPSON TM-U220 Printer for receipt printer. There's a few fonts that the driver gives : FontA11, FontA12, FontA11[254], FontB11, control, controlA, etc.. I use FontA11. When I tried to print it with Ms. Word, it printed...
  4. C

    Question What is the Font for receipt usually ?

    Hi, I am really confuse right now. I am making an application for retail shop (POS), I am using an EPSON printer TM-U220. It's a dot matrix printer. These days, I collected some receipt from other store as samples. I count the columns, most of them have 40 columns. I've tried every font that my...
  5. Robert_Zenz

    Reading all characters from a font

    Hello. I'm trying to recreate the Windows Character Map. Creating the list of installed fonts is rather easy, but I can't figure out how to read the characters from the font. My first guess was to just display all charactercodes (Char.ConvertFromUTF32), but there are a lot of 'empty'...
Back
Top