Issue 3809 in pharo: Fixed Width / Serif Font

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3809 in pharo: Fixed Width / Serif Font

pharo
Status: New
Owner: ----

New issue 3809 by [hidden email]: Fixed Width / Serif Font
http://code.google.com/p/pharo/issues/detail?id=3809

We should add all three DejaVu fonts directly to the image.

- fixed width (major priority for programming!)
- serif (for long text text, since they are much more readable)




Reply | Threaded
Open this post in threaded view
|

Re: Issue 3809 in pharo: Fixed Width / Serif Font

pharo

Comment #1 on issue 3809 by [hidden email]: Fixed Width / Serif Font
http://code.google.com/p/pharo/issues/detail?id=3809

See this thread, there's a zip with many more size of the dejavu sans  
family…
http://forum.world.st/Adding-a-new-font-in-System-like-DejaVu-fonts-td2970160.html

Reply | Threaded
Open this post in threaded view
|

Re: Issue 3809 in pharo: Fixed Width / Serif Font

pharo

Comment #2 on issue 3809 by [hidden email]: Fixed Width / Serif Font
http://code.google.com/p/pharo/issues/detail?id=3809

I do not understand what the situation is. Is there a known and  
reproducible way for including fonts in the image ?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3809 in pharo: Fixed Width / Serif Font

Stéphane Ducasse

On Mar 13, 2011, at 5:51 PM, [hidden email] wrote:

>
> Comment #2 on issue 3809 by [hidden email]: Fixed Width / Serif Font
> http://code.google.com/p/pharo/issues/detail?id=3809
>
> I do not understand what the situation is. Is there a known and reproducible way for including fonts in the image ?

you are talking about two kind of fonts, the one of dejavu are bitmaps fonts and somebody should
extract them from bitmap and package them to be loadable in pharo.

Else we should have the FT plugin and use it to use the fonts available on your machine.