Re: [MSEide-MSEgui-talk] Fonts again

2011-10-12 Thread minoshi

login : minoshi



Will do, thanks.
minoshi, please register on Giotorious:
https://gitorious.org/users/new
and report your login name so you can get access to your code:

 http://gitorious.org/mseuniverse


--
Yours,
Alexandre Minoshi
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-12 Thread Martin Schreiber
On Wednesday 12 October 2011 13.33:45 minoshi wrote:
 login : minoshi
 
is now commiter on Gitorious MSEuniverse.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-10 Thread minoshi

07.10.2011 05:57, IvankoB for-mse пишет:

Fontoconfig only provides good look only most of fonts mentioned in
its config (/etc/fontconfig/*) are installed on the system. TTF fonts
are especially important.


2011/10/7, Krishnav.krishnakumar-re5jqeeqqe8avxtiumw...@public.gmane.org:

On Fri, Oct 7, 2011 at 12:32 AM, Martin 
Schreibermse0-re5jqeeqqe8avxtiumw...@public.gmane.org
wrote:

On Thursday 06 October 2011 20.06:05 minoshi wrote:


I try to swith on foo_antialiased and foo_antialiased in
mainfo.font.options and both together and separately, but he says no
effect.

Is the way to correct it?


MSEgui uses xft/fontconfig for font selection on Linux. It depends on the
configuration of the target system which font fontconfig selects with the
given parameters. Default font name is sans. It is possible that sans
never will be antialiased on his system. Also possible that there is a 64
bit
bug in MSEgui fc font pattern building.


eeks. I did not see your reply!


--


He-he!

Russian ArchLinux user named 32reg found answer :)
64bit-computer owner must install lib32-libxft package.
In other linuxes look analog package.

Martin!
Maybe add this information in readme?

--
Yours,
Alexandre Minoshi
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-10 Thread Martin Schreiber
On Monday 10 October 2011 20:55:42 minoshi wrote:
  --

 He-he!

 Russian ArchLinux user named 32reg found answer :)
 64bit-computer owner must install lib32-libxft package.
 In other linuxes look analog package.

A good proof that MSEgui still works without xft. :-)

 Martin!
 Maybe add this information in readme?

Will do, thanks.
minoshi, please register on Giotorious:
https://gitorious.org/users/new
and report your login name so you can get access to your code:
http://gitorious.org/mseuniverse
Did you think about the copyright headers in your code?

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] Fonts again

2011-10-06 Thread minoshi

Hello, Martin!

Can you tell me about who MSE works with fonts?

Why I ask you?
One man send me screenshot http://itmages.ru/image/view/297170/627b954d 
of my program that he uses. No antialiase.


I try to swith on foo_antialiased and foo_antialiased in 
mainfo.font.options and both together and separately, but he says no 
effect.


Is the way to correct it?

--
Yours,
Alexandre Minoshi
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-06 Thread Martin Schreiber
On Thursday 06 October 2011 20.06:05 minoshi wrote:
 
 I try to swith on foo_antialiased and foo_antialiased in
 mainfo.font.options and both together and separately, but he says no
 effect.
 
 Is the way to correct it?

MSEgui uses xft/fontconfig for font selection on Linux. It depends on the 
configuration of the target system which font fontconfig selects with the 
given parameters. Default font name is sans. It is possible that sans 
never will be antialiased on his system. Also possible that there is a 64 bit 
bug in MSEgui fc font pattern building.
The fonts can be changed in commandline of the program by
--fontalias=alias,fontname[,fontheight[,fontwidth[,options

[,xscale[,ancestor]
options map:
   //fontalias option char:
 fontoptionty = (foo_fixed,// 'p'
 foo_proportional, // 'P'
 foo_helvetica,// 'H'
 foo_roman,// 'R'
 foo_script,   // 'S'
 foo_decorative,   // 'D'
 foo_antialiased,  // 'A' 
 foo_antialiased2, // 'B' cleartype on windows
 foo_nonantialiased// 'a'

example:
--fontalias=stf_default,Helvetica

Please try Helvetica it is usually antialiased.
Linux font selection is in lib/common/graphics/msefcfontselect.pas.

Martin
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-06 Thread Krishna
Hello Minoshi,

On Thu, Oct 6, 2011 at 11:36 PM, minoshi mino...@yandex.ru wrote:
 Hello, Martin!

 Can you tell me about who MSE works with fonts?

 Why I ask you?
 One man send me screenshot http://itmages.ru/image/view/297170/627b954d of
 my program that he uses. No antialiase.


from the screenshot it appears that the font used is actually a
bitmapped font (looks like the 9x15 font that comes bundled with X).
Now, I don't know how this font got matched but AFAICT msegui uses Xft
and does antialiased text. But for that, you need to make sure that
the target has the fonts in place and is getting picked up by Xft.

cheers,
  --krishna

-- 
Programming is difficult business.
It should never be undertaken in ignorance.
--Douglas Crockford, Javascript: The Good Parts
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Fonts again

2011-10-06 Thread Krishna
On Fri, Oct 7, 2011 at 12:32 AM, Martin Schreiber mse00...@gmail.com wrote:
 On Thursday 06 October 2011 20.06:05 minoshi wrote:

 I try to swith on foo_antialiased and foo_antialiased in
 mainfo.font.options and both together and separately, but he says no
 effect.

 Is the way to correct it?

 MSEgui uses xft/fontconfig for font selection on Linux. It depends on the
 configuration of the target system which font fontconfig selects with the
 given parameters. Default font name is sans. It is possible that sans
 never will be antialiased on his system. Also possible that there is a 64 bit
 bug in MSEgui fc font pattern building.

eeks. I did not see your reply!


-- 
Programming is difficult business.
It should never be undertaken in ignorance.
--Douglas Crockford, Javascript: The Good Parts
___
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk