[Solved] How to generate 32bit font cache in a 64bit multilib install?

According to fc-cache's man page, "fc-cache must be executed once per architecture to generate font information customized for that architecture." My question is, how can I do that?
Should I build a chroot and mount the font directories in the chroot and run fc-cache -s? Is there any cleaner way to do that? Btw, the lib32-fontconfig in multilib does not provide something like fc-cache32, it's only libraries.
Last edited by AugustePop (2013-07-02 04:50:35)

I'll repeat it again and the last time: this is not how a multlib capable environment works. Using multilib means that atop a primary architecture (which is determined by your CPU type -- x86_64 in this case), you can execute binaries built for a different architecture (i686). Since either one uses its own instruction set and libraries, you cannot install both at the same time. That's why there is no 32bit-fontconfig in lib32-fontconfig: it there were, you'd be running a i686 OS and didn't need multilib. However, you can enable native 32bit libraries to make it possible for a binary to communicate with the OS (and CPU) using its own instructions. That's why you can execute any 32bit binary, including the redundant fc-cache that you built yourself.
In your particular case, the binary needed to create font cache is the one you already have: /usr/bin/fc-cache. If you launch a 32bit application, the cache will be created for fonts the application needs (not your entire font collection), using the very same fc-cache: this is what happens when I run wine in a 32bit chroot and this is the answer to your question:
i just don't know how they got there and how to manually create the complete font cache.
And that's it: go to the next step and run your 32bit software. You'll certainly see it's using your fonts.
What you are trying to do is neither necessary, nor technically correct, but if you want to reinvent the wheel -- good luck then.

Similar Messages

  • How do I return Font Book back to it's install condition?

    I accidently dropped a couple of thousand fonts into Font Book. (Big clumsy hands, me)
    What is the best way to get Font Book back to it's install default condition?
    I will get TimeMachine up and running - next time I won't have this problem.

    Success. But if there is a next time around I will trash them directly from the Fonts folder in my user folder, as it took an age (overnight) for Font Book to delete them.
    Now, where did I put that Time Machine tutorial ... ?

  • How do I delete font caches in Leopard?

    The old methods don't seem to work, and the old Tiger utilities need to be updated. I've got an Arial display corruption problem. Honestly, I'd just delete fugly old Helvetica rip-off Arial from my system completely, but iWeb complains when it's not there (and FontBook won't auto-activate in iWeb, it seems).

    Yes, Leopard does cache fonts just as Tiger did. The location is very different than previous versions of OS X though, and many utilities (including the current version 0.5.3 of my Font Finagler application) need to be updated in order to find them in the new location.
    Mars, I'd go into Font Book and in the preferences, check the box to prompt you before Font Book (the ATSServer, actually) auto-activates a font, otherwise it can silently auto-activate fonts behind your back.
    Hope this helps....

  • [SOLVED] How to reset system font settings

    HI All,
    In my efforts to get decent looking fonts, I have somehow ended up with a system where the fonts are always sub-optimal no matter what I do.   I installed DejaVu-ttf and also the Infinality font set.
    I'm not sure how Infinality is supposed to work, but the impression I got from reading instructions is that it is a drop-in replacement of the system fonts, but now that I have mucked with things too much I'm not sure I'm seeing the best result I can get.
    Is there a way to just reset my KDE font config to the default (hopefully without resetting my entire desktop)?
    Thanks,
    Chris
    Last edited by cgrif (2013-07-20 04:20:06)

    Thank you Boohomil,
    I set up the .Xresources with the code you included, but even if I xrdb it directly, I cannot see the xft stuff in the output of env.  Not sure what's wrong with that. 
    However, I set up everything else the way you recommended and things are looking a bit better.   I actually have messed with the KDE font settings, but following cfr's advice, I just set everything to Liberation as in the xml code.   
    For some reason the fonts look much better when I run Gnome than KDE, which bothers me immensely.  I moved to Arch because I want to learn to have control of everything, but it looks like I'm kind of stuck on the fonts!   No worries, I'll keep chipping away at it as I have time.   
    Thanks a lot,
    Chris
    bohoomil wrote:
    First of all, I'm not sure what your KDE font settings look like. I believe you've left everything as is, so open your control panel and duplicate the values from /etc/fonts/conf.d/10-base-rendering.conf in the appropriate section. This should include hintstyle=slight, antialias=true, subpixel order=rgb, dpi=96. You may try using hintstyle=full if necessary.
    Next, check your xft settings. You should see the following:
    $ env | grep Xft
    Xft.antialias: 1
    Xft.autohint: 0
    Xft.dpi: 96
    Xft.hinting: 1
    Xft.hintstyle: hintfull
    Xft.lcdfilter: lcddefault
    Xft.rgba: rgb
    If the output is different, put the values above to your .Xresources file and make sure it gets loaded with your desktop. This should basically duplicate the values you have already set in your KDE control panel.
    Next, check if your fontconfig settings are loaded properly. Simply run 'env | grep INFINALITY' and if you get a list of entries starting with INFINALITY_FT_, then everything is OK.
    Finally, try changing your default fonts. DejaVu is fine as a backup family, but using it as a base one is not a good idea. If you have access to Win 7/8 fonts, use them. If not, check Liberation, ChromesOS or Droid families. Install them all and set the defaults in $HOME/.config/fontconfig/conf.d/65-latin.conf:
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <!-- ## serif ## -->
    <alias>
    <family>serif</family>
    <prefer>
    <family>Liberation Serif</family>
    </prefer>
    </alias>
    <!-- ## sans-serif ## -->
    <alias>
    <family>sans-serif</family>
    <prefer>
    <family>Liberation Sans</family>
    </prefer>
    </alias>
    <!-- ## monospace ## -->
    <alias>
    <family>monospace</family>
    <prefer>
    <family>Liberation Mono</family>
    </prefer>
    </alias>
    </fontconfig>
    If you are going to use Windows fonts and don't want to change anything, you don't need this file. By the way, you can find it along with other examples in the infinality-bundle documentation.

  • [SOLVED] How to turn on font hinting and font anti-aliasing?

    I wanted to configure hinting and anti-aliasing, although I've never used fontconfig before.
    I had been reading https://wiki.archlinux.org/index.php/font_configuration and I have found some contradictions.
    First it says "Configuration can be done globally through /etc/fonts/fonts.conf" and then immidiatelly after that it says "This file is replaced during fontconfig updates and shouldn't be edited".
    Then it says per-user path ~/.fonts.conf is deprecated in turn for $XDG_CONFIG_HOME/fontconfig/fonts.conf with no indication where should this "$XDG_CONFIG_HOME" actually be.
    I get that I am supposed to put my custom XML "somewhere":
    <match target="font">
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    </match>
    But I have no idea where?
    Last edited by choosegoose (2015-02-02 23:22:56)

    Normally the $XDG_CONFIG_HOME variable points to .config in your /home/<user> directory.
    So the path that you would use would be: /home/<user>/.config/fontconfig
    Please note that it's DOT config. 
    HTH

  • FAQ: How do I clear out my font cache to fix font style and duplicate font style issues?

    We have a Script availabe for CS6 beta users who are experiencing particular font related issues.
    This script will help by clearing the font cache and will test for corrupted fonts.
    This will solve some of the type issues with duplicate font names and some of the other font errors.
    This script is to help to find corrupted fonts. The script itself doesn’t solve the problem.
    This script doesn’t solve duplicate font name, but clears out your font cach .  It it will solve some duplicate font style name issues such as the one  in the link below.
    http://forums.adobe.com/message/4306828#4306828
    There is a pdf file explaining how to use the script and what it will do.
    See attached files.

    Monica, I know the Normal Character Style in Illustrator must be defined. But my question is about the Normal Paragraph Style, not the Normal Character Style. As Larry just said, in most of my documents, and in my New Document Profiles, these fields in the Normal Paragraph Style are blank (undefined), so I know this is possible. In a few older documents I'm converting, the Normal Paragraph Style has a defunct font, and even though my Normal Character Style is correctly defined with the current font, it's creating some weird behavior.
    Larry, it doesn't appear to be the document itself, it just appears to be not knowing what the right keystroke combo is to clear it. Just make a new file from a Document Profile where the Normal Paragraph Style does not define one of those font fields, define a font and/or font size, save, then reopen the paragraph style settings and try to clear any field that has been set. I can't clear it, I can only change the font.

  • [SOLVED] How to completely 'reset' default font setup?

    In trying to improve the look of the fonts on my system, I've gotten myself into a situation where some programs either no longer start (Keepass)  and others have blank windows (Thunderbird).
    I've installed infinality--and then followed this guide http://www.binarytides.com/gorgeous-loo … ntu-linux/
    So, basically, I've just made everything worse and would like to 'start over'.
    Is there a way to put everything back the way it was (font-wise)--as with a new install (or close to it)?
    Thanks in advance!
    Last edited by wilberfan (2015-05-26 18:23:57)

    wilberfan wrote:I've installed infinality--and then followed this guide http://www.binarytides.com/gorgeous-loo … ntu-linux/
    Why have you followed a guide for Ubuntu?
    https://wiki.archlinux.org/index.php/Infinality
    You should remove ~/.fonts.conf

  • After Effects warning: Can´t write to font cache directory

    Hello everyone,
    I have a problem with After Effects. Every time I open AE CC I get an error with the massage "After Effects warning: Can´t write to font cache directory." I tryed an update but it brought no resolution. After Effects CS6 is still running. Does anyone have an idea how I can solve this problem? I´m currently not able to work.
    I use Windows 7 64 bit.
    Hallo zusammen,
    ich habe ein Problem mit After Effects. Jedesmal wenn ich meine After Effects CC öffne bekomme ich eine Fehlermeldung " After Effects warning: Can´t write to font cache directory."  Ich habe bereits ein update installiert aber es hat das Problem nicht behoben. After Effects CS6 läuft ohne Prbleme. Weiß jemand an was das liegen könnte?
    Habe Windows 7 64 bit.

    http://helpx.adobe.com/after-effects/kb/error-font-dictionary-cant-read.html

  • How do you change fonts in an HTML report?

    Hello all,
    I need to create a report from a test that I've written, and my only feasible option is HTML. Unfortunately, I know next to nothing about HTML, so I'm using the LabView VI's to build the report.
    In the attached VI, I've written a program that simply plops a couple lines of text down and saves it in the HTML format. The color, font style, font type all seem to work fine, and when I change them I see the changes reflected in the HTML document. The size, however, doesn't change.
    What I need to do is have the ability to have different lines of text be different sizes, or even 1 word in a sentence be a different size.
    How do I do this?
    What am I doing wrong?
    Any help would be greatly app
    reciated!
    Dave Neumann
    [email protected]
    Attachments:
    htmltrial.vi ‏78 KB
    111.html ‏1 KB

    Dear Dave,
    The setting of the size is working but your parameters are inadequate for a HTML document.
    The reporting VIs are generating HTML which is decrepated. It generates a FONT tag with a size attribute with "30pt" and "10pt" as you have set in the Set Report Font parameters. The HTML standard allows only values of "1" to "7". The standard works with relative sizes so a "pt" does not apply to it. "1" is the smallest size and the actual displayed size depends on the setting of the browser. In MS IE you can set it under View>>Size to one of five degrees.
    If you would use "5" and "7" instead of "10pt" and "30pt" you will see the text in different size.
    Your values are coerced to 7. That's why you see something you didn't expected.
    Unfortunatly
    I have no experience with the reporting VIs. I'm not sure if they can use the style sheet formatting which will allow font sizes measured in points.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Home Directories/font cache corruption

    I have a network of about 30+ Macs which all have their user folders served from OS X Server (10.4.1). Users login to their accounts over the network from their systems sitting on their desks. The computers vary, Mac Minis, iMac G4s and iMac G5s.
    All was very well until we upgraded all the workstations from 10.3.9 and 10.4.x to 10.4.5 then we started seeing trickles of font cache corruption. Now it's like an epidemic, everyone is seeing or has seen the problem, some just randomly, some everyday, some multiple times a day. It doesn't matter what hardware they are using.
    One user in particular sees the problem everyday, sometimes a couple of times. For instance, at lunch they log out, leave the machine, come back and log in. Somwhere in that process the font cache becomes corrupt and Mail, Safari and Filemaker Pro 7 all exhibit font display problems.
    I temporarily fix them by booting their system into Safe Mode and logging in as them which moves the font cache to the trash. I'll also delete com.apple.ATS out of /Library/Caches.
    Some systems have had multiple fonts (I presume thanks to MS Office) and I'll resolve those with Font Book, I'll also validate the fonts and delete any that Font Book has flagged as unusable. I've even resolved fonts while in Safe Boot but the problem still persists.
    I've even gone as far as just replacing the system with a new one in addition to ClamAV virus scans. There are never any virus' found and the problem evenually comes back.
    Any ideas?

    I saw this same problem when we upgraded to TIger last month. Fonts in Filemaker and a few other apps would appear garbled, and Word would report almost every font as corrupted. The fix was to delete the folder /Library/Caches/com.apple.ATS/ from the client machine and restart. My solution was to create a launchd .plist file that deletes the font cache folder when the client machine boots up, and also deletes the folder every morning at 2:30 A.M. just to be safe. I installed the launchd file on every client computer in /System/Library/LaunchDaemons/ and this seemed to solve the problem. I instructed our users to restart their computer if they were experiencing font problems and i haven't had any more complaints. Here is the plist file that i use: (I made it using Launchd Editor http://www.codepoetry.net/products/launchdeditor)
    !!!BEGIN fontcacheclear.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>fontcacheclear</string>
    <key>Program</key>
    <string>/bin/rm</string>
    <key>ProgramArguments</key>
    <array>
    <string>/bin/rm</string>
    <string>-rf</string>
    <string>/Library/Caches/com.apple.ATS/</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StandardErrorPath</key>
    <string>/Library/Logs/fontcacheclear.log</string>
    <key>StandardOutPath</key>
    <string>/Library/Logs/fontcacheclear.log</string>
    <key>StartCalendarInterval</key>
    <dict>
    <key>Hour</key>
    <integer>2</integer>
    <key>Minute</key>
    <integer>30</integer>
    </dict>
    <key>UserName</key>
    <string>root</string>
    </dict>
    </plist>
    !!!END
    1.8 DP G5   Mac OS X (10.4.6)  
    1.8 DP G5   Mac OS X (10.4.6)  

  • How to generate a PDF 417 Barcode by assigning a dynamic value at runtime?

    PDF 417 Barcode Description given in the Livecycle Designer 8.2
    : PDF 417 Non-Scriptable Barcode. Value must be assigned to this barcode at design time, and this barcode will not update after form object value changes.
    And my question is how to generate a PDF 417 Barcode by assigning a dynamic value at runtime?

    All the information you described points to the problem that reports seems can't generate to a file which already exist. You can verify that by simply doing
    r30run32 C:\AC_REPORT.REP DESTYPE = FILE DESFORMAT = PDF BATCH = YES' desname=c:\temp\ac_report.pdf
    several times. If first time the report is successfully generated in c:\temp\ac_report.pdf, but not the second, third time, then it looks like there is a bug on reports r30run32 executable.
    You may try to find any latest patch for Reports 3.0 to see if patch can solve you problem. But keep in mind Reports 3.0 is de-supported, you are better to move to 6i or 9i reports.
    Thanks,
    -Shaun

  • How to set the font of label in ColumnChart correctly?

    hello, everybody
    By flex sdk 4.1.0, 4.5.1,
    the same source but two effects of font of label of ColumnChart will be displayed.
    .mxml:
    <!-- mxml start -->
    <?xml version="1.0" encoding="utf-8"?>
    <s:BorderContainer xmlns:fx="http://ns.adobe.com/mxml/2009"
                       xmlns:s="library://ns.adobe.com/flex/spark"
                       xmlns:mx="library://ns.adobe.com/flex/mx"
                       width="100%" height="100%"
                       styleName="backgroundChart" xmlns:local="*" xmlns:common="common.*">
        <fx:Declarations>
            <s:SolidColorStroke id="white" weight="1" color="#CCCCCC"/>
        </fx:Declarations>
        <s:Label text="" id="titleLabel" textAlign="left" styleName="graphLabel" x="10" y="10" width="100%" height="40" visible="true"/>
        <mx:Legend id="ch01Legend" direction="horizontal" dataProvider="{mainChart}" height="100%" width="100%" x="30" y="30" styleName="myLegend1"/>
        <!-- Define custom Strokes. -->
        <mx:ColumnChart id="mainChart" showDataTips="true" x="20" y="60" width="100%" height="100%" dataTipFunction="dataTip">
            <mx:backgroundElements>
                <mx:GridLines horizontalChangeCount="1" gridDirection="horizontal">
                    <mx:horizontalStroke>{white}</mx:horizontalStroke>
                </mx:GridLines>
            </mx:backgroundElements>
            <mx:verticalAxisRenderers>
                <mx:AxisRenderer axis="{linearAxis}" showLine="true" showLabels="true" styleName="myAxisStyle1">
                    <mx:axisStroke>{white}</mx:axisStroke>
                </mx:AxisRenderer>
            </mx:verticalAxisRenderers>
            <mx:verticalAxis>
                <mx:LinearAxis id="linearAxis"
                               minimum="0"
                               autoAdjust="true"
                               title="Unit"
                               />
            </mx:verticalAxis>
            <mx:horizontalAxisRenderers>
                <mx:AxisRenderer id="horizonLabel" labelRotation="45" axis="{ch01_a2}" showLine="true" showLabels="true" styleName="myAxisStyle3">
                    <mx:axisStroke>{white}</mx:axisStroke>
                </mx:AxisRenderer>
            </mx:horizontalAxisRenderers>
            <mx:horizontalAxis>
                <mx:CategoryAxis id="ch01_a2"
                                 dataProvider="{mainChart}"
                                 title="Period"
                                 categoryField="Period"
                                 />               
            </mx:horizontalAxis>
        </mx:ColumnChart>
    </s:BorderContainer>
    <!-- mxml end -->
    .css
    <!-- css start -->
    .myAxisStyle1 {
        placement:bottom;
        minorTickPlacement:none;
        tickLength:5;
        tickPlacement:none;
        color:#FFFFFF;
        verticalAxisTitleAlignment:vertical;
        fontFamily: Arial_AFE;
    .myAxisStyle3 {
        placement:bottom;
        minorTickPlacement:inside;
        tickLength:5;
        tickPlacement:inside;
        color:#FFFFFF;
        fontFamily: Arial_AFE;
    @font-face {
        src:url("font/arial.ttf");
        fontFamily: Arial_AFE;
        embedAsCFF: false;
    <!-- css end -->
    environment:
    flex sdks->4.1.0
    chart image:
    the font looks like "Arial"
    environment:
    flex sdks->4.5.1
    chart image:
    the font looks like "Times New Roman"
    Working at flex sdks 4.5.1,
    the labelClass can be set to 'spark.components.Label'(defalut) or 'mx.controls.Label',
    it seems that we can set labelClass to mx.controls.Label to get the same effect of font of label in ColumnChart when flex sdks->4.5.1
                <mx:AxisRenderer axis="{linearAxis}" showLine="true" showLabels="true" styleName="myAxisStyle1" labelClass="mx.controls.Label">
                <mx:AxisRenderer id="horizonLabel" labelRotation="45" axis="{ch01_a2}" showLine="true" showLabels="true" styleName="myAxisStyle3" labelClass="mx.controls.Label">
    but it also causes a memory leak.
    1) Can anyone tell me how to show the font of label of ColumnChart correctly (looks like "Arial") when using the labelClass 'spark.components.Label' ?
    2) Can anyone tell me how to solve the memory leak when using the labelClass 'mx.controls.Label'?

    Hi,
    for combobox in a table (I assume the combobox is shown un column 2, thus the index 1)
    oracle.jbo.uicli.jui.JUTableLOVEditor lovCellEditor = (oracle.jbo.uicli.jui.JUTableLOVEditor) jTable1.getColumnModel().getColumn(1).getCellEditor();
    lovCellEditor.getComponent().setFont(new Font("Arial",Font.BOLD,13));
    For the LOV panel this is a bit more complicated because you need to create a custom LOV panel as described in http://www.oracle.com/technology/products/jdev/howtos/10g/jclientlov/customadfjclientlovpanel.html
    I filed a bug today to expose the component on a LOV to public so they can be modified
    Frank

  • How to get crispy fonts using icewm

    Icewm doesn't produce the same crispy Verdana fonts in thunderbird and firefox, xfce shows (in Arch). I'm very glad with the quality in xfce (I selected antialias off, autohinter on and rgb full). This is my ~/.fonts.conf according to the gentoo-wiki. Should I replace rgba by rgb? How do I set the full rgb?
    Edit: I tried rgb, to no avail.
    In xfce I selected Verdana as a default font for the desktop; how to set it in icewm or in the .fonts.conf?
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <!-- Use the Autohinter -->
        <match target="font">
               <edit name="autohint" mode="assign"><bool>true</bool></edit>
           </match>
    <!-- Antialias off -->
            <match target="font">
      <edit name="antialias" mode="assign"><bool>false</bool>
    </edit>
    </match>
    !-- Enable sub-pixel rendering -->
            <match target="font">
                    <test qual="all" name="rgba">
                            <const>unknown</const>
                    </test>
                    <edit name="rgba" mode="assign"><const>rgb</const></edit>
            </match>
    --></fontconfig>
    Edit: If I leave the Autohinter fraction, xfce doesn't have crisp fonts.
    Last edited by mumpf (2008-01-04 17:29:05)

    Now it works (which means: Icewm and nice crispy fonts):
    my /etc/fonts/fonts.conf (I have replaced sans-serif by verdana)
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <!-- /etc/fonts/fonts.conf file to configure system font access -->
    <fontconfig>
    <!--
    DO NOT EDIT THIS FILE.
    IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
    LOCAL CHANGES BELONG IN 'local.conf'.
    The intent of this standard configuration file is to be adequate for
    most environments. If you have a reasonably normal environment and
    have found problems with this configuration, they are probably
    things that others will also want fixed. Please submit any
    problems to the fontconfig bugzilla system located at fontconfig.org
    Note that the normal 'make install' procedure for fontconfig is to
    replace any existing fonts.conf file with the new version. Place
    any local customizations in local.conf which this file references.
    Keith Packard
    -->
    <!-- Font directory list -->
    <dir>/usr/share/fonts</dir>
    <dir>~/.fonts</dir>
    <!--
    Accept deprecated 'mono' alias, replacing it with 'monospace'
    -->
    <match target="pattern">
    <test qual="any" name="family">
    <string>mono</string>
    </test>
    <edit name="family" mode="assign">
    <string>monospace</string>
    </edit>
    </match>
    <!--
    Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
    -->
    <match target="pattern">
    <test qual="any" name="family">
    <string>sans serif</string>
    </test>
    <edit name="family" mode="assign">
    <string>verdana</string>
    </edit>
    </match>
    <!--
    Accept deprecated 'sans' alias, replacing it with 'sans-serif'
    -->
    <match target="pattern">
    <test qual="any" name="family">
    <string>sans</string>
    </test>
    <edit name="family" mode="assign">
    <string>verdana</string>
    </edit>
    </match>
    <!--
    Load local system customization file
    -->
    <include ignore_missing="yes">conf.d</include>
    <!-- Font cache directory list -->
    <cachedir>/var/cache/fontconfig</cachedir>
    <cachedir>~/.fontconfig</cachedir>
    <config>
    <!--
    These are the default Unicode chars that are expected to be blank
    in fonts. All other blank chars are assumed to be broken and
    won't appear in the resulting charsets
    -->
    <blank>
    <int>0x0020</int> <!-- SPACE -->
    <int>0x00A0</int> <!-- NO-BREAK SPACE -->
    <int>0x00AD</int> <!-- SOFT HYPHEN -->
    <int>0x034F</int> <!-- COMBINING GRAPHEME JOINER -->
    <int>0x0600</int> <!-- ARABIC NUMBER SIGN -->
    <int>0x0601</int> <!-- ARABIC SIGN SANAH -->
    <int>0x0602</int> <!-- ARABIC FOOTNOTE MARKER -->
    <int>0x0603</int> <!-- ARABIC SIGN SAFHA -->
    <int>0x06DD</int> <!-- ARABIC END OF AYAH -->
    <int>0x070F</int> <!-- SYRIAC ABBREVIATION MARK -->
    <int>0x115F</int> <!-- HANGUL CHOSEONG FILLER -->
    <int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
    <int>0x1680</int> <!-- OGHAM SPACE MARK -->
    <int>0x17B4</int> <!-- KHMER VOWEL INHERENT AQ -->
    <int>0x17B5</int> <!-- KHMER VOWEL INHERENT AA -->
    <int>0x180E</int> <!-- MONGOLIAN VOWEL SEPARATOR -->
    <int>0x2000</int> <!-- EN QUAD -->
    <int>0x2001</int> <!-- EM QUAD -->
    <int>0x2002</int> <!-- EN SPACE -->
    <int>0x2003</int> <!-- EM SPACE -->
    <int>0x2004</int> <!-- THREE-PER-EM SPACE -->
    <int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
    <int>0x2006</int> <!-- SIX-PER-EM SPACE -->
    <int>0x2007</int> <!-- FIGURE SPACE -->
    <int>0x2008</int> <!-- PUNCTUATION SPACE -->
    <int>0x2009</int> <!-- THIN SPACE -->
    <int>0x200A</int> <!-- HAIR SPACE -->
    <int>0x200B</int> <!-- ZERO WIDTH SPACE -->
    <int>0x200C</int> <!-- ZERO WIDTH NON-JOINER -->
    <int>0x200D</int> <!-- ZERO WIDTH JOINER -->
    <int>0x200E</int> <!-- LEFT-TO-RIGHT MARK -->
    <int>0x200F</int> <!-- RIGHT-TO-LEFT MARK -->
    <int>0x2028</int> <!-- LINE SEPARATOR -->
    <int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
    <int>0x202A</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
    <int>0x202B</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
    <int>0x202C</int> <!-- POP DIRECTIONAL FORMATTING -->
    <int>0x202D</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
    <int>0x202E</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
    <int>0x202F</int> <!-- NARROW NO-BREAK SPACE -->
    <int>0x205F</int> <!-- MEDIUM MATHEMATICAL SPACE -->
    <int>0x2060</int> <!-- WORD JOINER -->
    <int>0x2061</int> <!-- FUNCTION APPLICATION -->
    <int>0x2062</int> <!-- INVISIBLE TIMES -->
    <int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
    <int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
    <int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
    <int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
    <int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
    <int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
    <int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
    <int>0x2800</int> <!-- BRAILLE PATTERN BLANK -->
    <int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
    <int>0x3164</int> <!-- HANGUL FILLER -->
    <int>0xFEFF</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
    <int>0xFFA0</int> <!-- HALFWIDTH HANGUL FILLER -->
    <int>0xFFF9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
    <int>0xFFFA</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
    <int>0xFFFB</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
    </blank>
    <!--
    Rescan configuration every 30 seconds when FcFontSetList is called
    -->
    <rescan>
    <int>30</int>
    </rescan>
    </config>
    </fontconfig>
    My ~/.fonts.conf:
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <dir>~/.fonts</dir>
    <match target="font" >
    <edit mode="assign" name="hinting" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle" >
    <const>hintfull</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>false</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>rgb</const>
    </edit>
    </match>
    </fontconfig>
    By the way I have installed the MS core fonts and I have set my resolution to 96 dpi. In xorg.conf:
    Section "Monitor"
    Identifier "al1721"
    HorizSync 30-83
    VertRefresh 50-75
    Displaysize 337 369
    EndSection

  • How to generate barcodes 2D?

    How to generate barcode 2D in Java?
    Is there any API in Java for to generate barcodes 2D (From preference QRCodes).
    Att,
    Cleber.

    You are referring the barcodes 1D or two-dimensional?
    I'm looking for barcodes 2D generator (open source)!
    " Alternatively, you can just google for some barcode font and load it in java with the Font class."
    Could you explain more?
    Thank for your patience and sorry my English...rsrsrs
    Att,
    Cleber.
    Edited by: cleberSC on Jan 21, 2009 4:11 AM
    Edited by: cleberSC on Jan 21, 2009 4:12 AM

  • How to generate the DNS_VERIFY program

    I�d like to prevent form the spam mails from internet. I edited the mappings table of orig_mail_access segment, but I couldn't find the DNS_verify program in the iPlanet Messaging Server 5.1. Not knowing how to generate the DNS_VERIFY program in the iPlanet Messaging Server 5.1. Could you please kindly check and let me know the way to solve? Thank you very much!
    ps. system info.: solaris8.0,iPlanet Messaging Server 5.1 Patch 1 (built Jun 6 2002)

    look at this link
    http://www.stylusstudio.com/docs/v2006/d_help30.html
    I read sometime back that castor has a tool to do
    conversion. You might have a look into casto as well.

Maybe you are looking for

  • Want same Apple ID for phones as iCloud- HOW?

    How do i update all our iPhones to same Apple ID as we have for iCloud?  when we started we have an Apple ID tied to an old email account- then i got a ME account- then iCloud and its tied to ME account- how do we get iTunes match and all our paynet

  • How do I make my hp J4580 printer print wirelessly from my mac 10.7.5 laptop

    Hi, I would like to make my HP J4580 all in one printer wirless.  I have a mac 10.7.5 laptop.  I have read the other posts and it appears to be possible but I can't figure out how to do it.  One of the posts said you need an Ethernet cable, however,

  • Deleting forwarding characters in an e-mail when menu feature has no effect

    Friends: How do I delete forwarding characters in an e-mail when option-commend-' doesn't have any effect? Yes, I'm actually in an editable window. Using latest version of Apple Mail on OS X 10.5.8 Thanks, Migs

  • Dual Head Setup [VGA 1440x900, HDMI 1600x1200]

    Hi, first of all, I have to say that this is my very first time to real use arch. I'm here to get to know arch and to learn as much as I can, so I want to create a real desktop with 2 physical screens. The first one is connected via VGA, its best res

  • JavaScript: calling Java system code message...

    When I try and call an applet function from Javascript, I get the following message in the output window: JavaScript: calling Java system code JavaScript: default security policy = file:// ... and the method isn't called. Can someone tell me what I n