Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why don't the fonts work right?

Dia FAQ
Font support is not very standard in X, especially when you want to make images, print, and send the files to other people. In Dia version 0.90 and earlier, you can improve things by installing the urw-aliases package (or the GhostScript fonts). After installing the package, you will need to do a simple edit of a config file. Edit /etc/X11/fs/config and move the line /usr/share/fonts/default/urw-aliases to just below the ..
Related Questions

Dia/Faq - GNOME Live!
How do I use Dia in English (or other language) when my Operating System is set to a different language
Related Questions

Why don't the Far Eastern fonts work?

GIMP User FAQ
These are 16 bit fonts, with thouousands and thouousands of characters. And the characters are more complex, which means (usually) more bits per character, which means more memory and more processing time. This includes fonts such as kana, kanji, song ti, mincho and gothic. (If you look carefully at the fully qualified font name for gothic via xfontsel, you'll see clues. It's a daewoo font. The gothic name is misleading to western minds, but no doubt means something to its author[s].
Related Questions

Why don't fonts work on Linux anymore?

AbiSource FAQ
of 0.7.1, we have new font installation process. Fonts are now installed with the applications on all Unix platforms, in all package formats. This change was made to make overall installation easier and more predictable. We are planning to make available separate font archives when they change in the future. These archives will include instructions on upgrading existing installations. The fonts archives should not change much; in fact the contents of them have not changed since 0.5.4.
Related Questions

Question: Why don't the samples with Computer Modern fonts work?

XeTeX FAQ
Answer: Assuming XeTeX is installed and most things are working, this probably means that the xdv2pdf tool that actually generates PDF output can't find the Computer Modern fonts. Instead, you get messages such as:*** font cmr10 (CMR10: file 'cmr10') not found The most likely cause is that the appropriate font map entries are not present in the psfonts.map file that xdv2pdf uses to locate PostScript fonts corresponding to .tfm files used in TeX.
Related Questions

If you don't have a back up you have more work to do. You will make a back up next time right?

FAQ's
If the REGISTRATION # is the same, enter in your old password, save the password and you should be registered correctly. If your REGISTRATION # ( same as the SYSTEM # in version 5 & 6, and the USER # in version 7 ) is not the same, then Simply copy the file "SL7data.mdb" as a back up. This file contains all project data that you entered including your registration and password data. You simply ran out of stock that you entered in the Resource screen.
Related Questions

Why are arabic fonts displayed from left to right instead of right to left?

Frequently Asked Questions - AMSN
Windows: Go to 'Control Panel' → 'Regional and Language Options' → Languages tab, and enable the option "Install files for complex scripts and right-to-left languages" The first time you will close aMSN with the 'X' button in the main window's border. It should ask you if you want to quit or minimize it to tray. You must choose the 'Minimize to Tray' option if you want it to disappear from the taskbar. The first time you will close aMSN with the 'X' button in the main window's border.
Related Questions

I don't have the fonts needed to run . Where to find them?

WaKan Project Website - FAQ
They should be freely available from Microsoft. If you have Windows XP you can select Install files for East-asian languages in Language settings in the Control panel. For other versions of Windows, you can install them by selecting Support for writing in Japanese and Support for writing in traditional Chinese when installing Internet Explorer. I think that they are also available in Microsoft Office products.
Related Questions

Why don't you have text fonts?

The Dingbatcave
I like abstract and decorative art, not representative art. There's a direct correllation, I think. A picture is worth a thousand words...a dingbat is worth a thousand letters. If you think about it that way, my dingbats are a real bargain.
Related Questions

Question - But how do you 'work it right'?

Crappie Fishing FAQ
Answer - Which brings me to another of my sayings, "slow down and catch up". You can't fish a jig too slow in my opinion. Most time, I never move my jigs, because I fish from a boat and the boat does all the moving of the jig that is necessary. Think about it. In nature, you usually don't see a bait fish jumping up and down, or in a constant jiggling motion. You'll see them move from time to time, but generally they won't attract more attention than necessary by moving.
Related Questions

I am not working right now, but would like to work. What can I do?

Working Healthy FAQ
You can contact your SRS Worker and/or the Benefits Specialist in your area. They can assist you in contacting employment service programs such as Kansas Rehabilitation Services, Employer Networks, Job Service Centers, etc. No. Consumers are eligible for the program if they are employed at or above the federal minimum wage, their countable earned income from competitive or self-employment exceeds the standard earned income disregard of $65.
Related Questions

The text is there in the output, but the fonts look all wrong. How can I get the right fonts?

Frequently
Our software does not embed fonts in the vector output formats, it references the font names. The output file then relies on the target system to have those fonts available for rendering. This also means that the font names have to match. Often, a font like Arial Bold for example will be named something like this in the PDF original: "EHJPKB+Arial-Bold".
Related Questions

Will your fonts work on a Mac?

A Bravenet.com Faq
I want to use some of your fonts on my websitebut if other people don't have them installed, they won't be able to see them! How do i work around this? The whole point of my website is the different fonts!
Related Questions

How do the fonts work in FengGUI?

doc:faq [FengGUI]
All characters of a given alphabet are statically rendered on a texture by the font factory located in org.fenggui.util.fontfactory. Strings are then rendered character-wise by binding the texture to the OpenGL context and mapping the sub-areas of the texture showing the individual character that is to be displayed. This is a standard solution for efficiently drawing characters with OpenGL. As a consequence, fonts can not be scaled in size without creating a new texture.
Related Questions

How do I get the fonts for the activities to work?

FAQs
First click on the this font download link. After you have downloaded the fonts, double-click the icon to install the fonts to your computer. Make sure you have disabled any anti-virus or software-prohibitive programs, as they may interfere with both the download and the installation. Try copying the font files from the computer that they are working on to the computer that is having trouble downloading them.
Related Questions

Will your fonts work in all my programs?

DekSoft | Support | FAQs
Our fonts are standard Windows and Macintosh fonts and should work in any application which follows standard font-handling conventions. They work in almost all modern programs that have a font menu that allows you to choose from the fonts in the system. Very few programs, most notably WordPerfect for Windows have bugs or limitations in them which restrict the use of multilingual fonts.
Related Questions

Some of the links don't seem to work right, what is wrong?

Frequently Asked Questions
Some browsers have problems with internal links in CGI generated pages; instead of going to the desired location, they go to the top of the page. Since this happens only with links to the same page, it should still be possible to find the desired information by manually scrolling through the page. You may be able to eliminate this problem by using a newer version of your browser or using a different browser.
Related Questions

How come my nested backquote expressions don't work right?

Staging Area for the Common Lisp FAQ
According to the HyperSpec: If the backquote syntax is nested, the innermost backquoted form should be expanded first. This means that if several commas occur in a row, the leftmost one belongs to the innermost backquote. Or to look at it another—and perhaps more helpful way—the when several commas (or comma-at-sign combos) occur in a row, the rightmost one belongs to the outermost backquote. (MORE TK)
Related Questions

I know I used the right user name and password but they don't seem to work. Why not?

Frequently Asked Questions - CareerMatrix.com
User names and passwords are case sensitive. Make sure that you type them the exact same way you originally entered them (i.e. BigBob or bigbob).
Related Questions

Why don't ClearType fonts display well in UltraEdit-32?

Frequently Asked Questions
There is an option under Advanced -> Configuration -> Editor Display -> Advanced that can help with the display of ClearType fonts. Please ensure that "Setting this may improve display issues with ClearType fonts on Windows XP" is selected.
Related Questions

Why don't some fonts display correctly in ROES?

Bay Photo Lab
ROES uses the fonts on your local system, so if the exact font is not installed on your computer, you will not see a correct representation of the text in ROES. The font will print correctly when sent to Bay Photo Lab, however. Always refer to the sample graphics in the Extended Options Palette or in Pager when choosing a font.
Related Questions

What about TrueType fonts?

GIMP - Documentation
If neither your X server nor your X font server supports you can try one of the TruType font servers: xfstt (http://sunsite.unc.edu/pub/Linux/X11/fonts/) or xfsft (http://www.dcs.ed.ac.uk/home/jec/programs/xfsft/ .
Related Questions

How do I keep control of all of these fonts?

PAGEMAKER LISTSERV FREQUENTLY ASKED QUESTIONS LIST
The best answer is not to have "all of these fonts". One of the greatest mistakes a beginning DTPer makes is to use 20 different fonts on one small publication. The best thing to do is keep to a smaller number of fonts that serve your needs best. Plus, PageMaker's performance decreases dramatically with respect to the number of fonts installed in your system. Most publications look best when you use only two or so typefaces. Simpler is usually better when it comes to typefaces.
Related Questions

What are web-fonts?

FAQs : web2grow
We use web fonts for body text and for menus, because they are easier to read, can be updated in the CMS, and can be read by search engines. Traditionally web designers have used Arial and Verdana for body text. However there are much wider choices now, particularly if your target market uses Windows XP.
Related Questions

What fonts do you use and where do you find them?

Omniglot - Frequently Asked Questions
Most of the fonts I downloaded from various sites on the web. The rest came with programs or operating systems I've bought. A few have been sent to me by people who have invented scripts.
Related Questions

What choice of fonts do I have?

Web4Print frequently asked questions (FAQ): client-server sy...
You can use the standard Windows fonts. In addition, Web4Print supports the use of SmartFonts which are high-quality fonts ideal for perfect typographical quality. SmartFonts produce perfectly spaced text and headlines.
Related Questions

Can I have surgery if seeds don't work?

Survive Prostate Cancer:FAQ
That depends on your age, physical condition, and staging. My cancer was localized, I was only in my late fifties, and I was in excellent physical condition so I chose surgery, which I felt gave me the best chance for a long-term survival.
Related Questions

But what if your programs don't work for me or my loved one?

How to Guide for Dealing with Bipolar Issues, Dating, Loved ...
If you aren't happy with your investment in any of my courses for any reason whatsoever, just return it for a full refund (less Shipping and Handling). No questions asked. It's that simple. I don't want you to keep anything that's not working for you.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact