Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Formating a CString variable. Pin
David Crow21-Apr-09 7:53
David Crow21-Apr-09 7:53 
QuestionAdvanced blitting or bitmap mapping Pin
Niklas L21-Apr-09 2:20
Niklas L21-Apr-09 2:20 
AnswerRe: Advanced blitting or bitmap mapping Pin
CPallini21-Apr-09 2:31
mveCPallini21-Apr-09 2:31 
GeneralRe: Advanced blitting or bitmap mapping Pin
Niklas L21-Apr-09 2:41
Niklas L21-Apr-09 2:41 
GeneralRe: Advanced blitting or bitmap mapping Pin
Niklas L21-Apr-09 2:53
Niklas L21-Apr-09 2:53 
AnswerRe: Advanced blitting or bitmap mapping Pin
KarstenK21-Apr-09 3:02
mveKarstenK21-Apr-09 3:02 
AnswerRe: Advanced blitting or bitmap mapping Pin
Chris Losinger21-Apr-09 3:38
professionalChris Losinger21-Apr-09 3:38 
QuestionAs retriving the font name I need to retrieve glyf information from the ttf file Pin
Member 607421-Apr-09 1:44
Member 607421-Apr-09 1:44 
As retriving the font name I need to retrieve glyf information from the ttf file. look at the code below this is not full code just a piece of code

void TTFReader::ReadGlyf()
{
setPosition(m_glyfOffset);//get glyf offset from the ttf file

for(int c=0 ;c < m_glyphs.size();c++)
{
int gl = m_glyphs[c];

//unsigned short k = readWORD();
unsigned short numberOfContours = readWORD();
unsigned short minx1 = readWORD();
unsigned short miny1 = readWORD();
unsigned short maxx1 = readWORD();
unsigned short maxy1 = readWORD();

setPosition(m_glyfOffset+m_ttf_pos);
gl = m_glyphs[c];

}

}

my code is not working correctly mean not giving the exact value for eg the number of contours for one glyph.
QuestionS.M.A.R.T in Hard Disk Drive Pin
Abinash Mohanty21-Apr-09 1:21
Abinash Mohanty21-Apr-09 1:21 
QuestionRe: S.M.A.R.T in Hard Disk Drive Pin
David Crow21-Apr-09 7:52
David Crow21-Apr-09 7:52 
AnswerRe: S.M.A.R.T in Hard Disk Drive Pin
Abinash Mohanty21-Apr-09 18:44
Abinash Mohanty21-Apr-09 18:44 
QuestionRe: S.M.A.R.T in Hard Disk Drive Pin
David Crow22-Apr-09 2:41
David Crow22-Apr-09 2:41 
Questionunhandle exception Pin
samira forooghi21-Apr-09 0:40
samira forooghi21-Apr-09 0:40 
AnswerRe: unhandle exception Pin
Rajesh R Subramanian21-Apr-09 0:53
professionalRajesh R Subramanian21-Apr-09 0:53 
GeneralRe: unhandle exception Pin
samira forooghi21-Apr-09 1:54
samira forooghi21-Apr-09 1:54 
GeneralRe: unhandle exception Pin
Rajesh R Subramanian21-Apr-09 2:02
professionalRajesh R Subramanian21-Apr-09 2:02 
QuestionSetWindowText for static control Pin
sashoalm20-Apr-09 22:31
sashoalm20-Apr-09 22:31 
AnswerRe: SetWindowText for static control Pin
_AnsHUMAN_ 20-Apr-09 22:36
_AnsHUMAN_ 20-Apr-09 22:36 
GeneralRe: SetWindowText for static control Pin
sashoalm20-Apr-09 22:58
sashoalm20-Apr-09 22:58 
GeneralRe: SetWindowText for static control Pin
sashoalm20-Apr-09 23:01
sashoalm20-Apr-09 23:01 
GeneralRe: SetWindowText for static control Pin
_AnsHUMAN_ 20-Apr-09 23:04
_AnsHUMAN_ 20-Apr-09 23:04 
Questionvariable and class View Pin
durban220-Apr-09 21:11
durban220-Apr-09 21:11 
AnswerRe: variable and class View Pin
CPallini20-Apr-09 21:49
mveCPallini20-Apr-09 21:49 
QuestionWindows events Pin
sunny_vc20-Apr-09 19:05
sunny_vc20-Apr-09 19:05 
AnswerRe: Windows events Pin
Stuart Dootson20-Apr-09 20:09
professionalStuart Dootson20-Apr-09 20:09 

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.