The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: ragdog on May 11, 2012, 06:26:45 PM

Title: RAEdit
Post by: ragdog on May 11, 2012, 06:26:45 PM
Hi Ketilo

I have download your RAEdit.lib source

Can you tell me i can find in the source the part for Selections bar Linenumber size?

Greets,
Title: Re: RAEdit
Post by: KetilO on May 14, 2012, 05:39:52 AM
Hi ragdog

There are none. Fonts must be created by the user and is sendt to RAEdit using a RAFONT structure using the REM_SETFONT message.


RAFONT struct
hFont  dd ?  ;Code edit normal
hIFont  dd ?  ;Code edit italics
hLnrFont  dd ?  ;Line numbers
RAFONT ends


KetilO
Title: Re: RAEdit
Post by: ragdog on May 14, 2012, 07:05:01 PM
Thanks for this info :U