Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: printer default font. Pin
OriginalGriff7-Jul-17 4:11
mveOriginalGriff7-Jul-17 4:11 
GeneralRe: printer default font. Pin
Richard MacCutchan7-Jul-17 4:22
mveRichard MacCutchan7-Jul-17 4:22 
GeneralRe: printer default font. Pin
OriginalGriff7-Jul-17 4:30
mveOriginalGriff7-Jul-17 4:30 
GeneralRe: printer default font. Pin
Richard MacCutchan7-Jul-17 5:19
mveRichard MacCutchan7-Jul-17 5:19 
AnswerRe: printer default font. Pin
Richard Andrew x647-Jul-17 7:41
professionalRichard Andrew x647-Jul-17 7:41 
GeneralRe: printer default font. Pin
rahul19959-Jul-17 18:48
rahul19959-Jul-17 18:48 
AnswerRe: printer default font. Pin
jschell10-Jul-17 4:39
jschell10-Jul-17 4:39 
GeneralRe: printer default font. Pin
rahul199510-Jul-17 19:02
rahul199510-Jul-17 19:02 
by using the default drawing method i tried to print through usb and it is printing also

example:
Font f1;
f1 = new Font("Calibri", 14, FontStyle.Regular, GraphicsUnit.World);
e.Graphics.DrawString(pLine, f1, Brushes.Black, new Point(-90, 30));

now here i am able to print in all the fonts which is available in msword
but when i am printing through serial port(com port) the font is totally different
now i want to print in the same font which it is using when i am printing through serial port.how do i get that font that's my question

printer used : essae thermal reciept printer

when i am doing selftest of printer it is printing

default ASCII Font : FONTA
Default code page : page0

now i hope so my question is clear...
GeneralRe: printer default font. Pin
Dave Kreskowiak11-Jul-17 3:30
mveDave Kreskowiak11-Jul-17 3:30 
Questionusing Form does not release memory Pin
Montgomery-Burns6-Jul-17 22:12
Montgomery-Burns6-Jul-17 22:12 
AnswerRe: using Form does not release memory Pin
OriginalGriff6-Jul-17 23:59
mveOriginalGriff6-Jul-17 23:59 
GeneralRe: using Form does not release memory Pin
Montgomery-Burns7-Jul-17 0:15
Montgomery-Burns7-Jul-17 0:15 
GeneralRe: using Form does not release memory Pin
OriginalGriff7-Jul-17 0:31
mveOriginalGriff7-Jul-17 0:31 
GeneralRe: using Form does not release memory Pin
Montgomery-Burns7-Jul-17 2:40
Montgomery-Burns7-Jul-17 2:40 
GeneralRe: using Form does not release memory Pin
Dave Kreskowiak7-Jul-17 2:31
mveDave Kreskowiak7-Jul-17 2:31 
GeneralRe: using Form does not release memory Pin
OriginalGriff7-Jul-17 2:42
mveOriginalGriff7-Jul-17 2:42 
GeneralRe: using Form does not release memory Pin
Dave Kreskowiak7-Jul-17 7:34
mveDave Kreskowiak7-Jul-17 7:34 
GeneralRe: using Form does not release memory Pin
OriginalGriff7-Jul-17 7:58
mveOriginalGriff7-Jul-17 7:58 
AnswerRe: using Form does not release memory Pin
Dave Kreskowiak7-Jul-17 2:29
mveDave Kreskowiak7-Jul-17 2:29 
GeneralRe: using Form does not release memory Pin
Richard Andrew x647-Jul-17 7:28
professionalRichard Andrew x647-Jul-17 7:28 
GeneralRe: using Form does not release memory Pin
Dave Kreskowiak7-Jul-17 7:34
mveDave Kreskowiak7-Jul-17 7:34 
GeneralRe: using Form does not release memory Pin
Montgomery-Burns10-Jul-17 20:23
Montgomery-Burns10-Jul-17 20:23 
QuestionRegex: change groups value Pin
Member 102846646-Jul-17 21:51
Member 102846646-Jul-17 21:51 
AnswerRe: Regex: change groups value Pin
Richard Deeming7-Jul-17 0:42
mveRichard Deeming7-Jul-17 0:42 
QuestionNeed Help Desperately! Development server trying to find local server path Pin
BigLitz6-Jul-17 3:57
BigLitz6-Jul-17 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.