473,769 Members | 6,208 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FontName = "Franklin Gothic Medium, Tahoma" ?

It seems the Access 97 FontName property supports multiple font names, e.g.
"Franklin Gothic Medium, Tahoma".

I assume that means that if the first font is not available on the target
PC, the second font will be displayed. Correct?

Also what happens if the font is specified as Franklin Gothic Medium only
and that font is not available on the target PC? Will Access default to some
other font? If so, which one?

TIA
Mark

Nov 12 '05 #1
4 2667
On Mon, 6 Oct 2003 13:24:44 +1300, "Mark B" <remove_from
_h************* ********@ihug.c o.nz> wrote:

I'm not sure that's entirely true.
For example:
MS Sans Serif,Courier New
and
Courier New,MS Sans Serif
both result in a MS Sans Serif font.

If a font is not available on the target machine, I would presume the
GDI Font Mapper kicks in and retrieves the closest matching font,
based on font characteristics like font family, serif or not, size,
etc.

-Tom.

It seems the Access 97 FontName property supports multiple font names, e.g.
"Franklin Gothic Medium, Tahoma".

I assume that means that if the first font is not available on the target
PC, the second font will be displayed. Correct?

Also what happens if the font is specified as Franklin Gothic Medium only
and that font is not available on the target PC? Will Access default to some
other font? If so, which one?

TIA
Mark


Nov 12 '05 #2
Yeah, therefore makes you wonder why the FontName property does accept two
fonts.

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:ft******** *************** *********@4ax.c om...
On Mon, 6 Oct 2003 13:24:44 +1300, "Mark B" <remove_from
_h************* ********@ihug.c o.nz> wrote:

I'm not sure that's entirely true.
For example:
MS Sans Serif,Courier New
and
Courier New,MS Sans Serif
both result in a MS Sans Serif font.

If a font is not available on the target machine, I would presume the
GDI Font Mapper kicks in and retrieves the closest matching font,
based on font characteristics like font family, serif or not, size,
etc.

-Tom.

It seems the Access 97 FontName property supports multiple font names, e.g."Franklin Gothic Medium, Tahoma".

I assume that means that if the first font is not available on the target
PC, the second font will be displayed. Correct?

Also what happens if the font is specified as Franklin Gothic Medium only
and that font is not available on the target PC? Will Access default to someother font? If so, which one?

TIA
Mark

Nov 12 '05 #3
Ought to be pretty easy to test... try two very dissimlar fonts, say Arial
and an Old English style, then change the name of the first one,
temporarily. See if it displays the second one, or a mapped font.

Larry Linson
Microsoft Access MVP

"Mark B" <remove_from _h************* ********@ihug.c o.nz> wrote in message
news:bl******** **@lust.ihug.co .nz...
Yeah, therefore makes you wonder why the FontName property does accept two
fonts.

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:ft******** *************** *********@4ax.c om...
On Mon, 6 Oct 2003 13:24:44 +1300, "Mark B" <remove_from
_h************* ********@ihug.c o.nz> wrote:

I'm not sure that's entirely true.
For example:
MS Sans Serif,Courier New
and
Courier New,MS Sans Serif
both result in a MS Sans Serif font.

If a font is not available on the target machine, I would presume the
GDI Font Mapper kicks in and retrieves the closest matching font,
based on font characteristics like font family, serif or not, size,
etc.

-Tom.

It seems the Access 97 FontName property supports multiple font names, e.g."Franklin Gothic Medium, Tahoma".

I assume that means that if the first font is not available on the targetPC, the second font will be displayed. Correct?

Also what happens if the font is specified as Franklin Gothic Medium onlyand that font is not available on the target PC? Will Access default to someother font? If so, which one?

TIA
Mark


Nov 12 '05 #4
Oh I think what is happening is that it takes the string:

"Old English, Ariel" as being one font name which doesn't exist, so it
defaults back to MS Sans Serif. So it doesn't accept 2 fonts after all....
"Larry Linson" <bo*****@localh ost.net> wrote in message
news:sc******** ***********@nwr ddc03.gnilink.n et...
Ought to be pretty easy to test... try two very dissimlar fonts, say Arial
and an Old English style, then change the name of the first one,
temporarily. See if it displays the second one, or a mapped font.

Larry Linson
Microsoft Access MVP

"Mark B" <remove_from _h************* ********@ihug.c o.nz> wrote in message
news:bl******** **@lust.ihug.co .nz...
Yeah, therefore makes you wonder why the FontName property does accept two
fonts.

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:ft******** *************** *********@4ax.c om...
On Mon, 6 Oct 2003 13:24:44 +1300, "Mark B" <remove_from
_h************* ********@ihug.c o.nz> wrote:

I'm not sure that's entirely true.
For example:
MS Sans Serif,Courier New
and
Courier New,MS Sans Serif
both result in a MS Sans Serif font.

If a font is not available on the target machine, I would presume the
GDI Font Mapper kicks in and retrieves the closest matching font,
based on font characteristics like font family, serif or not, size,
etc.

-Tom.
>It seems the Access 97 FontName property supports multiple font
names, e.g.
>"Franklin Gothic Medium, Tahoma".
>
>I assume that means that if the first font is not available on the target >PC, the second font will be displayed. Correct?
>
>Also what happens if the font is specified as Franklin Gothic Medium only >and that font is not available on the target PC? Will Access default

to some
>other font? If so, which one?
>
>TIA
>Mark
>
>



Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

36
6400
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
6
7855
by: Aaron | last post by:
IIS 5.0 is throwing out "The requested resource is in use." for any site that uses ASP - HTML is executing fine. I have tried re-installing scripting, latest MDAC, and all my hotfixes are up to date. I have also tried re-syncing the IWAM account but that didn't work either... Running the webs in HIGH (isolated) did not help either. I disabled ISAPI caching, and re-enabled it .. nothing ... rebooted the server, restarted IIS several times ...
3
4227
by: Hodad | last post by:
I would like to adapt, as much as possible, the appearance and color red of the font in this button: <P><CENTER><BUTTON VALUE="SUBMIT"><A HREF="http://www.familytreedna.com/surname_join.asp?code=Q17978" STYLE="TEXT-DECORATION: NONE;"> <FONT COLOR="RED" FACE="COPPERPLATE GOTHIC BOLD">Right Here</FONT></A></BUTTON></CENTER></P>
32
3402
by: Will Hartung | last post by:
Can someone clarify that multiple classes in the "class" attribute are ok and "legal" and not some fluke? So, I can do: ..pink {color: pink} ..bold {font-weight: bold} ..medium {font-size: 12pt} <p class="bold pink medium">bold pink medium sized text</p>
7
10301
by: Benton | last post by:
Hi there, I have a text box which will receive its value from a pop-up date picker. The user should not be able to edit this field with the keyboard or mouse. I am using ASP.NET. If I set the readonly property of the textbox to true, it won't let the user change it and it can receive its value from the pop-op calendar, just what I need. Problem is, after a postback, value is lost. So I think Javascript may come to the rescue here. Is...
1
4763
by: DiegoMx | last post by:
I'm having a problem with "a:visited" properties overriding "a:hover" ones - here's the relevant part of my CSS: a.barra { position:absolute; top:30px; font-family:century gothic; padding:10px; font-size:12pt; font-weight:bold; color:#4855A9;
0
1219
by: Stu | last post by:
I x-posted this in the enhancements group as well, looking for some help: Need help with a CAS issue with WSE3. Enable an asp.net2 webapp to use WSE3. Create a new webservice in the app via Add New Item WebService Alter code for webservice so the service inherits from SoapService, instead of the defaults, like so: (this forces your service to use
28
2519
by: darren via AccessMonster.com | last post by:
Hi I've seen details on bypassing macro security with a bat file but has any one incorporated this with Tony Toews FE Updater? If so, I'd appreciate some guidance. As both open the database I'm not sure how/if this will work. Thanks
4
2907
by: justice750 | last post by:
Hi All, I am using a FormView control. The allows me to update records in the database. However, when a database field is null I can not update the field on the form. It works fine when the field is not a null value. I am not using any code behind (C#) to bind the data or manipulate the data. I have read that when there is a null value in the database that there is no record in the "dataset". Can anyone show me how to bind a value in the...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10211
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5298
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.