htf.font open to set font size 10
TinaJul 24 2012 — edited Jul 25 2012Hi Gurus,
I am using htf.font open function to set font that I am displaying to size 10 ,
However 'csize' being used in htf.fontopen seems to take input as a pixel.
How can I set my font size to 10 ?
function fontOpen( ccolor in varchar2 DEFAULT NULL,
cface in varchar2 DEFAULT NULL,
csize in varchar2 DEFAULT NULL,
cattributes in varchar2 DEFAULT NULL) return varchar2;
Thanks