I just put PilRC.exe to bin directory.
Should I have to rebuild it? There is
no makefile for Cygwin !

If this is enough then 'nfnt' fonts
not works correctly in my code.It shows
some mixed pixels without chars.

Here is my rcp & code (fonts are same as PilRC3.2b package fonts);
--------------------------------------
FONTFAMILY ID 1005 FONTID 128
BEGIN
        FONT "StdLow.pfn" DENSITY 72
        FONT "StdHigh.pfn" DENSITY 144
END
-----------------------------------------
fontTinyH = DmGetResource('nfnt', 1005);
fontP = (FontType*) MemHandleLock(fontTinyH );
FntDefineFont(fontTiny, (FontType*)fontP);      
FntSetFont(fontTiny)
-----------------------------------------

With My Best Regards
YILMAZ YORU from Turkey


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to