News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RAEdit

Started by ragdog, May 11, 2012, 06:26:45 PM

Previous topic - Next topic

ragdog

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,

KetilO

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

ragdog

Thanks for this info :U