DevCon for OS/2 - Developer Connection |
Operating systems: ArcaOS, eComStation, IBM OS/2 Warp |
![]()
|
|
Fonts in eComStation applicationsWhich font does eComStation need?
Which fonts are used by default in windows? Not translated New fonts in eCS:
Warpsans TTF, Warpsans old: ![]()
Change presentation parameter of windowSetFont("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:
|
|
||||