msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

use of Bauhaus font

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment
Author Message
WayneM



Joined: 04 Oct 2007
Posts: 9

PostPosted: Tue Aug 28, 2007 12:04 pm    Post subject: use of Bauhaus font Reply with quote

Hello,
(sorry but this is not about VB deployment specifically but a general
deployment question)

I took over a project that has all of it's controls using a Bauhaus font.
What I found out last week is that the Bauhaus fonts are installed with
Microsoft Office and not part of the Windows install.
So I thought my choices were to replace the font choice in all of the
controls (not going to happen) or to find out how/where I can distribute the
font with our windows application.

I looked at a handful of sites that sold fonts, but in almost all cases the
price (ranging from zero to hundreds) all dealt with limited distribution -
so we would need to discuss with them packaging it with our app to give out
to customers.

I also thought it was worth talking to Microsoft about the problem -
assuming that they've had this question before. I talked to the MSDN
Concierge but they were not sure where to direct me. They sent me to
somewhere at Microsoft and they sent me to pre-sales where I left my name and
message and they would get back to me within 24 hours (gee that was a week
ago without a call-back... ahem).

So can somebody recommend who to talk to at Microsoft about distributing a
font that is in the Office product
OR
a place that sells fonts that can be freely distributed (that doesn't cost
an outrageous amount).

Thanks.

Archived from group: microsoft>public>vb>deployment
Back to top
View user's profile Send private message
Ralph



Joined: 04 Oct 2007
Posts: 4148

PostPosted: Tue Aug 28, 2007 3:25 pm    Post subject: Re: use of Bauhaus font Reply with quote

"WayneM" wrote in message@microsoft.com...
> Hello,
> (sorry but this is not about VB deployment specifically but a general
> deployment question)
>
> I took over a project that has all of it's controls using a Bauhaus font.
> What I found out last week is that the Bauhaus fonts are installed with
> Microsoft Office and not part of the Windows install.
> So I thought my choices were to replace the font choice in all of the
> controls (not going to happen) or to find out how/where I can distribute
the
> font with our windows application.
>
> I looked at a handful of sites that sold fonts, but in almost all cases
the
> price (ranging from zero to hundreds) all dealt with limited
distribution -
> so we would need to discuss with them packaging it with our app to give
out
> to customers.
>
> I also thought it was worth talking to Microsoft about the problem -
> assuming that they've had this question before. I talked to the MSDN
> Concierge but they were not sure where to direct me. They sent me to
> somewhere at Microsoft and they sent me to pre-sales where I left my name
and
> message and they would get back to me within 24 hours (gee that was a week
> ago without a call-back... ahem).
>
> So can somebody recommend who to talk to at Microsoft about distributing a
> font that is in the Office product
> OR
> a place that sells fonts that can be freely distributed (that doesn't cost
> an outrageous amount).
>
> Thanks.
>

You aren't likely to hear from MS as there is no way for them to separately
license Office fonts. Not only is there not an accounting slot, but in some
cases MS is licensing the fonts themselves, ie, they don't own them either.
I don't know the status of "Bauhaus".

You can use these fonts on any machine that has Office installed without too
much brow-lifting, though, even that is touchy as one really only has use of
them in an "Office Application", a separate Office utility or Addin would
qualify, a non-office application would not.

This is something that should have come out doing code reviews. But since
that horse has left the barn - it is either, just as you have determined,
require Office to be installed (still shaky), license another font at
(always) outrageous prices, or replace it.

Well there is a third - just ship and hope you don't get caught, meanwhile
starting sending out resumes.

-ralph
Back to top
View user's profile Send private message
WayneM



Joined: 04 Oct 2007
Posts: 9

PostPosted: Tue Aug 28, 2007 4:20 pm    Post subject: Re: use of Bauhaus font Reply with quote

Thanks for the info Ralph.

I'd never ship their font, that just seems wrong and dangerous and I don't
even say that winkingly.

Interesting how you say that it is "acceptable" to use the font if Office is
installed. Aside from MS making the operating system and Office, I would say
that it is MS the OS maker that came up with the fault that the only (simple)
way to use a font is to toss it into the folder with all the others. There
isn't any way to easily sort out which source the font came from. So how am I
(the app-builder) to know what fonts I am allowed to use and what ones not
allowed. It is possible the user purchased a font for their their machine and
I am certainly entitled to use that font they bought. Sorting out what ones I
am allowed and not allowed I would say falls on the OS.

So regardless of that debate, our fall-back plan is to ship the app (without
any fonts included) and hopefully MS has done their marketing well and at
least 9 out of 10 users will have Office or Word installed. We'll leave a
note for those recommending they have Office (but I'd rather not tell them
the silly reason why) and if they don't they can go out and buy the Bauhaus
font which will improve the "user experience".


"Ralph" wrote:

> You aren't likely to hear from MS as there is no way for them to separately
> license Office fonts. Not only is there not an accounting slot, but in some
> cases MS is licensing the fonts themselves, ie, they don't own them either.
> I don't know the status of "Bauhaus".
>
> You can use these fonts on any machine that has Office installed without too
> much brow-lifting, though, even that is touchy as one really only has use of
> them in an "Office Application", a separate Office utility or Addin would
> qualify, a non-office application would not.
>
> This is something that should have come out doing code reviews. But since
> that horse has left the barn - it is either, just as you have determined,
> require Office to be installed (still shaky), license another font at
> (always) outrageous prices, or replace it.
>
> Well there is a third - just ship and hope you don't get caught, meanwhile
> starting sending out resumes.
>
> -ralph
>
>
>
>
>
Back to top
View user's profile Send private message
"Jan Hyde



Joined: 04 Oct 2007
Posts: 466

PostPosted: Wed Aug 29, 2007 1:25 pm    Post subject: Re: use of Bauhaus font Reply with quote

WayneM 's wild thoughts
were released on Tue, 28 Aug 2007 08:04:02 -0700 bearing the
following fruit:

>Hello,
>(sorry but this is not about VB deployment specifically but a general
>deployment question)
>
>I took over a project that has all of it's controls using a Bauhaus font.
>What I found out last week is that the Bauhaus fonts are installed with
>Microsoft Office and not part of the Windows install.
>So I thought my choices were to replace the font choice in all of the
>controls (not going to happen)

Why it should be easy enough to do. Just write a little VB
app to go through all the frm files and change the font.

J


>or to find out how/where I can distribute the
>font with our windows application.
>
>I looked at a handful of sites that sold fonts, but in almost all cases the
>price (ranging from zero to hundreds) all dealt with limited distribution -
>so we would need to discuss with them packaging it with our app to give out
>to customers.
>
>I also thought it was worth talking to Microsoft about the problem -
>assuming that they've had this question before. I talked to the MSDN
>Concierge but they were not sure where to direct me. They sent me to
>somewhere at Microsoft and they sent me to pre-sales where I left my name and
>message and they would get back to me within 24 hours (gee that was a week
>ago without a call-back... ahem).
>
>So can somebody recommend who to talk to at Microsoft about distributing a
>font that is in the Office product
>OR
>a place that sells fonts that can be freely distributed (that doesn't cost
>an outrageous amount).
>
>Thanks.

--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
Back to top
View user's profile Send private message
Ralph



Joined: 04 Oct 2007
Posts: 4148

PostPosted: Wed Aug 29, 2007 1:25 pm    Post subject: Re: use of Bauhaus font Reply with quote

"Jan Hyde (VB MVP)" wrote in message@4ax.com...
> WayneM 's wild thoughts
> were released on Tue, 28 Aug 2007 08:04:02 -0700 bearing the
> following fruit:
>
> >Hello,
> >(sorry but this is not about VB deployment specifically but a general
> >deployment question)
> >
> >I took over a project that has all of it's controls using a Bauhaus font.
> >What I found out last week is that the Bauhaus fonts are installed with
> >Microsoft Office and not part of the Windows install.
> >So I thought my choices were to replace the font choice in all of the
> >controls (not going to happen)
>
> Why it should be easy enough to do. Just write a little VB
> app to go through all the frm files and change the font.
>
> J
>

Me thinks there is a pointy-haired boss and a death march to delivery
somewhere in the mix.

-ralph

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Segeo UI Font Hi, Does anyone know the detail of whether it is permissable to distribute the Segeo UI font (as found in the Windows Vista CTP's)? I am trying to follow the Windows Vista design guidelines and unless the application is deployed solely to Windows Vista pl

Font Instalation Hi All, Does anyone know of how I can install (and register, of course) fonts from VB without specifically putting the fonts in teh SETUP.LST (via the P&D wizard); the problem with the latter is that (a) On deployment, it does not always register the font

INF settings for deploy FONT via CAB Using the VB6 PDW, I have created a CAB file that contains a DLL, four True Type fonts and the INF. I am having problem getting the fonts to download into the win fonts folder. In the INF I have tried DestDir = 20, DestDir = %10%\FONTS, DestDir = 10,FON

Installed font file empty When I have the P&D Wizard create a Setup that sends a customized font file to windows\font, the installed font file appears empty (when and doesn't display any characters within my app. This occurs even if the font was present and worked

using less then size 12 font in rich text box I need a very very small font size in a rich text box (about 6), However in the properties at design time the smallest font is 12. Is it possible to change the font size at runtime, in the form_load event?
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group