List Info

Thread: Install Fonts




Install Fonts
user name
2007-04-14 10:50:29
How to install fonts copied from WinXP fonts dir in Ubuntu Fiesty.

I copied these fonts to

/usr/share/fonts/truetype/ttf-microsoft

I did then

fc-cache (no help)

Then I restarted the box with no too as the fonts do not appear in OpenOffice.

--
OOzy
Kubuntu-Edgy (Desktop)
Ubuntu-Fiesty (Laptop)
Re: Install Fonts
country flaguser name
Germany
2007-04-14 11:07:18
On Sat, 2007-04-14 at 18:50 +0300, OOzy Pal wrote:
> How to install fonts copied from WinXP fonts dir in
Ubuntu Fiesty.

http://pengu
infonts.com/howto/ubuntu.php




-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: Install Fonts
user name
2007-04-14 12:10:54


On 4/14/07, Mario Vukelic < mario.vukelicdantian.org">mario.vukelicdantian.org> wrote:
On Sat, 2007-04-14 at 18:50 +0300, OOzy Pal wrote:
>; How to install fonts copied from WinXP fonts dir in Ubuntu Fiesty.

http://penguinfonts.com/howto/ubuntu.php




--
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com">ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


two thumbs up.
--
OOzy
Kubuntu-Edgy (Desktop)
Ubuntu-Fiesty (Laptop)
Re: Install Fonts
country flaguser name
United States
2007-04-14 12:22:18
On Sat, 2007-04-14 at 18:50 +0300, OOzy Pal wrote:
> How to install fonts copied from WinXP fonts dir in
Ubuntu Fiesty.
> I copied these fonts to 
> /usr/share/fonts/truetype/ttf-microsoft 

Is that even legal? Are we allowed to do that?

-- 
Regards,
Scott Lockwood


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: Install Fonts
country flaguser name
United States
2007-04-14 13:29:01
Scott Lockwood wrote:
> On Sat, 2007-04-14 at 18:50 +0300, OOzy Pal wrote:
>> How to install fonts copied from WinXP fonts dir in
Ubuntu Fiesty.
>> I copied these fonts to 
>> /usr/share/fonts/truetype/ttf-microsoft 
> 
> Is that even legal? Are we allowed to do that?

As long as you have a license for Windows XP, and that
license isn't
used on any other computer it should be legal.

Matthew Flaschen

-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: Install Fonts
user name
2007-04-14 14:10:33
I have two WinXP Licenses&nbsp; which I never used. I bought two laptops that comes with WinXP which I removed and installed Ubuntu instead.

On 4/14/07, Matthew Flaschen < matthew.flaschengatech.edu">matthew.flaschengatech.edu> wrote:
Scott Lockwood wrote:
>; On Sat, 2007-04-14 at 18:50 +0300, OOzy Pal wrote:
>;> How to install fonts copied from WinXP fonts dir in Ubuntu Fiesty.
&gt;> I copied these fonts to
>>; /usr/share/fonts/truetype/ttf-microsoft
&gt;
> Is that even legal? Are we allowed to do that?

As long as you have a license for Windows XP, and that license isn't
used on any other computer it should be legal.

Matthew Flaschen

--
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com">ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
OOzy
Kubuntu-Edgy (Desktop)
Ubuntu-Fiesty (Laptop)
Re: Install Fonts
user name
2007-04-14 18:12:18
On Sat, 14 Apr 2007 15:55:59 -0400
Matthew Flaschen wrote:

> > I have two WinXP Licenses  which I never used. I
bought two laptops
> > that comes with WinXP which I removed and
installed Ubuntu instead.
> 
> Strictly speaking, you would then have to be using the
fonts on the
> same computer they came with.  But that's your call.

I thought they allowed one PC and one laptop per license.

-- 
Richard Kimber
http://www.psr.keele.ac.u
k/

-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: Install Fonts
country flaguser name
Germany
2007-04-14 21:25:28
On Sat, 2007-04-14 at 20:10 +0300, OOzy Pal wrote:

> Kubuntu-Edgy (Desktop)
> Ubuntu-Fiesty (Laptop)
         ^^

Feisty  
 ^^


-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Re: Install Fonts
user name
2007-04-14 22:36:08


On 4/14/07, Matthew Flaschen < matthew.flaschengatech.edu">matthew.flaschengatech.edu> wrote:
OOzy Pal wrote:
>; I have two WinXP Licenses&nbsp; which I never used. I bought two laptops that
> comes with WinXP which I removed and installed Ubuntu instead.

Strictly speaking, you would then have to be using the fonts on the same
computer they came with. ; But that's your call.

Matt Flaschen

--
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com">ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Yep, same laptop.


--
OOzy
Kubuntu-Edgy (Desktop)
Ubuntu-Fiesty (Laptop)
Re: Install Fonts
user name
2007-04-14 23:51:07
On 4/14/07, OOzy Pal <oozypalgmail.com> wrote:
> How to install fonts copied from WinXP fonts dir in
Ubuntu Fiesty.
>
> I copied these fonts to
>
> /usr/share/fonts/truetype/ttf-microsoft


You missed one vital step. Forgot to tell fontconfig about
your new
font directory:

Edit the file /etc/fonts/fonts.conf (all users) or
~/.fonts.conf (your
account only) and insert the line:

    
<dir>/usr/share/fonts/truetype/ttf-microsoft</dir&g
t;

Make sure that line is somewhere in between the opening
<fontconfig>
and closing </fontconfig> tags in that file.

> I did then
>
> fc-cache (no help)
>
> Then I restarted the box with no too as the fonts do
not appear in
> OpenOffice.

No need to restart at all. Run `fc-cache -v` (rebuilds
~/.fonts.cache-1) or `sudo fc-cache -v` (to rebuild system
wide
fonts.cache-1)

Here is an example of what my ~/.fonts.conf looks like:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- ~/.fonts.conf file to configure personal font access
-->
<fontconfig>

<!-- Font directory list -->

    <dir>~/.fonts.artistic</dir>

<!-- Autohinting
    <match target="font">
        <edit name="autohint"
mode="assign">
            <bool>true</bool>
        </edit>
    </match>
-->
</fontconfig>


Seth
-- 
Sex is not the original sin, guilt is.

-- 
ubuntu-users mailing list
ubuntu-userslists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


[1-10] [11-13]

about | contact  Other archives ( Real Estate discussion Medical topics )