Device Manage for OS/2

DevCon for OS/2 - Developer Connection

Operating systems:
ArcaOS, eComStation, IBM OS/2 Warp
eComStation myths 

(Unsorted)  
 
 
Compilers  
 
 
Tools  
 
 
REXX  
 
 
Drivers/kernel  
 
 

 

 

Fonts in eComStation applications

Which font does eComStation need?

  • There are many free fonts
  • The fonts should contain cyrillic, arabic characters.

Which fonts are used by default in windows?

Not translated

New fonts in eCS:

  • Warpsans TTF
  • DeJavu (version 2.20)

Warpsans TTF, Warpsans old:

Change presentation parameter of window

SetFont("9.WarpSans");

SetFont(CHAR*FN){
    WinSetPresParam(hWnd,PP_FONTNAMESIZE,strlen(FN)+1,FN);
} 

Change font in .rc file for the whole dialog

    DIALOG  "Battery Monitor", ID_BATTERY_MONITORY_DIALOG, 68, 11, 210, 168, 
            0, FCF_SYSMENU | FCF_TITLEBAR | FCF_CLOSEBUTTON
    PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans"                       

How to enable fonts anti-aliasing

no translation

Useful information:


 
Please share information with other developers how to:
  • Q: What to do with anti-aliasing troubles?
  • Q: Which fonts do you offer to include?
  • Q: How to install font from REXX script (WarpIn)?

 


 

 

ArcaOS 5.1.1 whatsnew - PNG icons

PNG icons on Desktop

PNG icons on Desktop. (instead of ancient .ico designed in 1994)

PNG icons on Desktop

eCo Software: it's a significant achievement that we have created PNG icons engine for OS/2 Desktop. and designed the set of system icons. In other words, we have modernized the external view of OS/2.

Now we can discuss how to attract new users.

// надо на ENG!!

 
Every conference is important.

Warpstock Europe 2025

The conference was organized in the Netherlands.

Some notes

 

(C) OS2.GURU 2001 -- 2025