Jump to content
seafight17

deactivate clear type effent adn smouth in windows 7 ?

Recommended Posts

Hallo i used winodows XP and i tried the same in windos 7

in windos Xp i deactivate clear type efect and other like that so i create a MASK that has only one color (and 100% acurate)>>

bbbbbbbbn.png

 

i windows 7 i tried the same nut the result that i sussed is this >>

nnnn.png

 

 

so any help to make the same mask in windows 7 ?

Link to comment
Share on other sites

You could always make mask for both OS?

 

Check out: http://wiki.scar-divi.com/index.php?title=OperatingSystem

 

..then you write something like this to your script (only an example):

 

case OperatingSystem of
 osWin7, osWinVista:
 begin
   // Windows Vista & 7 related script settings here.
   mask := // Data...
 end;
 osWinXP:
 begin
   // Windows XP related script settings here.
   mask := // Data...
 end;
else
 begin
   WriteLn('Unsupported OS - Terminating!');
   TerminateScript;
 end;  
end;

Link to comment
Share on other sites

so its not pocible to use the mask that is creates in windows xp home edesin on a pc which runs windows 7? Besouce that i want i to use the mask which i create in windows XP(the fisrt one) to a comrupet that runs windows 7 but i don;t knwo the settings so the "game" (where i the srtipt wil detect the mask) will so the mask in one coloyr like in window xp and npt with 3-4 which happen now in windows 7

So is pocible to to vhange the settings in my second computer (windows 7) so the mask will be the same ?and if yes which are?

thank you

Link to comment
Share on other sites

Press "Windows Key + Pause/Break". Int he window that opens, press the "Advanced system settings" item on the left. Now press "Settings..." in the Performance box. Then disable the checkbox at "Smooth edges of screen fonts".

 

Or run this:

[scar]begin

SetFontSmoothing(False);

end.[/scar]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...