This topic is locked

How to put a graphic in a smaller font?

8/18/2011 6:38:16 PM
PHPRunner General questions
B
bobdansei author

where can i change the font of grafic?

C
cgphp 8/18/2011

In the visual editor you can change the font style: http://xlinesoft.com/phprunner/docs/about.htm

B
bobdansei author 8/18/2011



In the visual editor you can change the font style: http://xlinesoft.com/phprunner/docs/about.htm


the visual editor no exchange or not working for customize the graphics fonts .....

C
cgphp 8/18/2011

If you need a global change you have to modify the stylesheet file (style.css) located in the include folder of the generated code.

B
bobdansei author 8/18/2011



If you need a global change you have to modify the stylesheet file (style.css) located in the include folder of the generated code.


well this working only for outside of project... inside of grafic of graphic no ..
/

Copyright (c) 2009, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 2.7.0

/
.yui-skin-sam .yui-dt table

{

border-collapse:collapse;

border-spacing:0;

font-size:inherit;

font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;

font:100%;

}
.yui-skin-sam .yui-dt th

{

font-weight:bold;

font-size: 5px;

vertical-align: middle;

}
.yui-skin-sam .yui-dt-mask

{

position:absolute;

z-index:9500;

}
th.yui-dt-resizeable .yui-dt-resizerliner

{

position:relative;

height:100%;

}
.yui-dt-resizer

{

position:absolute;

height:100%;

cursor:e-resize;

cursor:col-resize;

/opacity:0;

filter:alpha(opacity=0);
/

}
.yui-dt-resizerproxy

{

visibility:hidden;

position:absolute;

z-index:9000;

background-color:#CCC;

opacity:0;

filter:alpha(opacity=0);

}
.yui-skin-sam .yui-dt thead

{

border-spacing:0;

}
.yui-skin-sam .yui-dt caption

{

color:#000;

font-size:85%;

font-weight:normal;

font-style:italic;

line-height:1;

padding:1em 0;

}
.yui-skin-sam .yui-dt th,.yui-skin-sam .yui-dt th a

{

font-size:5px;

vertical-align:bottom;

font-weight:bold;

font-family:Tahoma,Verdana,Arial,SunSans-Regular,Sans-Serif;

}
.yui-skin-sam .yui-dt-liner

{

padding:5px 3px;

}
.yui-skin-sam .yui-dt td

{

vertical-align:middle;

}
.yui-skin-sam .yui-dt-list td

{

border-right:none;

}
.yui-skin-sam .yui-dt-resizer

{

width:6px;

}
.yui-skin-sam .yui-dt-mask

{

background-color:#000;

opacity:.25;

filter:alpha(opacity=25);

}
.yui-skin-sam .yui-dt-message

{

background-color:#FFF;

}

Sergey Kornilov admin 8/19/2011

What kind of 'grafic' do you mean?

B
bobdansei author 8/19/2011



What kind of 'grafic' do yo mean?


well i need change the chart font..

Sergey Kornilov admin 8/19/2011

Thanks, I see what you saying now. This might require some changes in generated files.
Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We'll see what we can do.