Click here to Skip to main content
15,790,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is the benefit using duplicate loop statement Pin
econy4-Jan-13 7:37
econy4-Jan-13 7:37 
GeneralRe: What is the benefit using duplicate loop statement Pin
jeron14-Jan-13 7:58
jeron14-Jan-13 7:58 
GeneralRe: What is the benefit using duplicate loop statement Pin
econy4-Jan-13 8:21
econy4-Jan-13 8:21 
GeneralRe: What is the benefit using duplicate loop statement Pin
Richard MacCutchan4-Jan-13 7:59
mveRichard MacCutchan4-Jan-13 7:59 
AnswerRe: What is the benefit using duplicate loop statement [solved] Pin
CPallini7-Jan-13 0:09
mveCPallini7-Jan-13 0:09 
AnswerRe: What is the benefit using duplicate loop statement [solved] Pin
Joe Woodbury7-Jan-13 11:19
professionalJoe Woodbury7-Jan-13 11:19 
QuestionIt's too slow to use the DrawDibDraw to draw a frame. Pin
yu-jian4-Jan-13 4:31
yu-jian4-Jan-13 4:31 
Questionhow to create font by unicode value? Pin
Falconapollo4-Jan-13 2:30
Falconapollo4-Jan-13 2:30 
As is known to all, unicode can represent all the character in the world. Now, my problem is how to create font by an unicode value. Because each unicode value represents a char.

Here is a related link: http://www.ssec.wisc.edu/~tomw/java/unicode.html[^]

Here is a C++ API:

C++
HFONT CreateFont(
  _In_  int nHeight,
  _In_  int nWidth,
  _In_  int nEscapement,
  _In_  int nOrientation,
  _In_  int fnWeight,
  _In_  DWORD fdwItalic,
  _In_  DWORD fdwUnderline,
  _In_  DWORD fdwStrikeOut,
  _In_  DWORD fdwCharSet,
  _In_  DWORD fdwOutputPrecision,
  _In_  DWORD fdwClipPrecision,
  _In_  DWORD fdwQuality,
  _In_  DWORD fdwPitchAndFamily,
  _In_  LPCTSTR lpszFace
);


Is it possible to do that by the function?
Anyone can help me?
AnswerRe: how to create font by unicode value? Pin
Richard MacCutchan4-Jan-13 4:23
mveRichard MacCutchan4-Jan-13 4:23 
Questionwhen writing file,dispaly a animation with avi Pin
haha_c3-Jan-13 23:51
haha_c3-Jan-13 23:51 
AnswerRe: when writing file,dispaly a animation with avi Pin
Rajesh R Subramanian4-Jan-13 1:04
professionalRajesh R Subramanian4-Jan-13 1:04 
GeneralRe: when writing file,dispaly a animation with avi Pin
haha_c4-Jan-13 15:34
haha_c4-Jan-13 15:34 
QuestionMS Visual Studio Express 2010, Cygwin, Eclipse together Pin
trinh.nguyen3-Jan-13 15:39
trinh.nguyen3-Jan-13 15:39 
AnswerRe: MS Visual Studio Express 2010, Cygwin, Eclipse together Pin
April Fans3-Jan-13 18:42
April Fans3-Jan-13 18:42 
AnswerRe: MS Visual Studio Express 2010, Cygwin, Eclipse together Pin
Richard MacCutchan3-Jan-13 23:33
mveRichard MacCutchan3-Jan-13 23:33 
Questiona "new" operator failed Pin
a_matseevsky3-Jan-13 8:41
a_matseevsky3-Jan-13 8:41 
AnswerRe: a "new" operator failed Pin
jschell3-Jan-13 9:06
jschell3-Jan-13 9:06 
GeneralRe: a "new" operator failed Pin
a_matseevsky3-Jan-13 9:50
a_matseevsky3-Jan-13 9:50 
AnswerRe: a "new" operator failed Pin
CPallini3-Jan-13 10:06
mveCPallini3-Jan-13 10:06 
GeneralRe: a "new" operator failed Pin
a_matseevsky3-Jan-13 23:41
a_matseevsky3-Jan-13 23:41 
QuestionActiveX Memory leaks Pin
Manish K. Agarwal2-Jan-13 20:40
Manish K. Agarwal2-Jan-13 20:40 
AnswerRe: ActiveX Memory leaks Pin
April Fans3-Jan-13 16:23
April Fans3-Jan-13 16:23 
GeneralRe: ActiveX Memory leaks Pin
Richard MacCutchan3-Jan-13 23:29
mveRichard MacCutchan3-Jan-13 23:29 
AnswerRe: ActiveX Memory leaks Pin
April Fans3-Jan-13 16:50
April Fans3-Jan-13 16:50 
QuestionRe: ActiveX Memory leaks Pin
Manish K. Agarwal7-Jan-13 1:28
Manish K. Agarwal7-Jan-13 1:28 

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.