View Single Post
  #206  
Old 03-15-2010, 02:23 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Switch View Post
According to Stephen on Windows 7, images (text) won't bold correctly in v6.
PHP Code:
with (findImg(200)) {
  
text "Pie";
  
style "b";
  
zoom 0.65;
}
//IS THE SAME AS
with (findImg(200)) {
  
text "Pie";
  
zoom 0.65;

This is also the case on XP
Reply With Quote