You've already forked lazarus-ccr
fpvviewer: Adds windows rsvg tool
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4673 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -109,6 +109,7 @@ begin
|
|||||||
Drawer.Drawing.Canvas.Brush.Color := clWhite;
|
Drawer.Drawing.Canvas.Brush.Color := clWhite;
|
||||||
Drawer.Drawing.Canvas.Brush.Style := bsSolid;
|
Drawer.Drawing.Canvas.Brush.Style := bsSolid;
|
||||||
Drawer.Drawing.Canvas.FillRect(0, 0, Drawer.Drawing.Width, Drawer.Drawing.Height);
|
Drawer.Drawing.Canvas.FillRect(0, 0, Drawer.Drawing.Width, Drawer.Drawing.Height);
|
||||||
|
if FVec = nil then Exit;
|
||||||
lPage := FVec.GetPage(0);
|
lPage := FVec.GetPage(0);
|
||||||
if lPage = nil then
|
if lPage = nil then
|
||||||
Exception.Create('The document has no pages');
|
Exception.Create('The document has no pages');
|
||||||
|
@@ -139,6 +139,7 @@
|
|||||||
<ComponentName Value="frmFPVViewer"/>
|
<ComponentName Value="frmFPVViewer"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
|
<UnitName Value="fpvv_mainform"/>
|
||||||
</Unit1>
|
</Unit1>
|
||||||
<Unit2>
|
<Unit2>
|
||||||
<Filename Value="dxftokentotree.pas"/>
|
<Filename Value="dxftokentotree.pas"/>
|
||||||
|
340
applications/fpvviewer/rsvg/COPYING
Normal file
340
applications/fpvviewer/rsvg/COPYING
Normal file
@@ -0,0 +1,340 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Library General Public License instead.) You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
this service if you wish), that you receive source code or can get it
|
||||||
|
if you want it, that you can change the software or use pieces of it
|
||||||
|
in new free programs; and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. You must make sure that they, too, receive or can get the
|
||||||
|
source code. And you must show them these terms so they know their
|
||||||
|
rights.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Program's
|
||||||
|
source code as you receive it, in any medium, provided that you
|
||||||
|
conspicuously and appropriately publish on each copy an appropriate
|
||||||
|
copyright notice and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Program
|
||||||
|
specifies a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||||
|
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||||
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||||
|
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||||
|
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||||
|
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||||
|
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||||
|
REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||||
|
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||||
|
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||||
|
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||||
|
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||||
|
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This General Public License does not permit incorporating your program into
|
||||||
|
proprietary programs. If your program is a subroutine library, you may
|
||||||
|
consider it more useful to permit linking proprietary applications with the
|
||||||
|
library. If this is what you want to do, use the GNU Library General
|
||||||
|
Public License instead of this License.
|
@@ -0,0 +1,27 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Base rendering settings ## -->
|
||||||
|
<match target="font">
|
||||||
|
<edit name="rgba" mode="assign">
|
||||||
|
<const>rgb</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="lcdfilter" mode="assign">
|
||||||
|
<const>lcddefault</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,81 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="scalable" compare="eq">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="pixelsizefixupfactor" mode="assign">
|
||||||
|
<divide>
|
||||||
|
<name target="pattern">pixelsize</name>
|
||||||
|
<name target="font" >pixelsize</name>
|
||||||
|
</divide>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<test name="scalable" compare="eq">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="scalingnotneeded" mode="assign">
|
||||||
|
<and>
|
||||||
|
<less>
|
||||||
|
<name>pixelsizefixupfactor</name>
|
||||||
|
<double>1.2</double>
|
||||||
|
</less>
|
||||||
|
<more>
|
||||||
|
<name>pixelsizefixupfactor</name>
|
||||||
|
<double>0.8</double>
|
||||||
|
</more>
|
||||||
|
</and>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<!--
|
||||||
|
So far we determined the scale factor. Now, check and if
|
||||||
|
scaling is NOT desirable, just reset the scale factor to 1.0.
|
||||||
|
-->
|
||||||
|
<match target="font">
|
||||||
|
<test name="scalable" compare="eq">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" target="pattern" compare="less">
|
||||||
|
<double>64</double>
|
||||||
|
</test>
|
||||||
|
<test name="hinting" compare="eq">
|
||||||
|
<bool>true</bool>
|
||||||
|
</test>
|
||||||
|
<test name="scalingnotneeded" compare="eq">
|
||||||
|
<bool>true</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="pixelsizefixupfactor" mode="assign">
|
||||||
|
<double>1.0</double>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<!--
|
||||||
|
If we *are* going to scale, go ahead and do it.
|
||||||
|
-->
|
||||||
|
<match target="font">
|
||||||
|
<test name="scalable" compare="eq">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsizefixupfactor" compare="not_eq">
|
||||||
|
<double>1.0</double>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<name>pixelsizefixupfactor</name> <double>0</double>
|
||||||
|
<double>0</double> <name>pixelsizefixupfactor</name>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="size" mode="assign">
|
||||||
|
<divide>
|
||||||
|
<name>size</name>
|
||||||
|
<name>pixelsizefixupfactor</name>
|
||||||
|
</divide>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
|
||||||
|
|
||||||
|
Disable hinting manually at smaller sizes (< 8ppem)
|
||||||
|
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||||
|
derived from Vera.
|
||||||
|
|
||||||
|
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||||
|
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||||
|
the data found in the instructed hints. The initial Vera release
|
||||||
|
didn't include the right instructions in the 'prep' table.
|
||||||
|
-->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>DejaVu Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<test compare="less" name="pixelsize">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
|
||||||
|
|
||||||
|
Disable hinting manually at smaller sizes (< 8ppem)
|
||||||
|
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||||
|
derived from Vera.
|
||||||
|
|
||||||
|
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||||
|
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||||
|
the data found in the instructed hints. The initial Vera release
|
||||||
|
didn't include the right instructions in the 'prep' table.
|
||||||
|
-->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>DejaVu Sans</string>
|
||||||
|
</test>
|
||||||
|
<test compare="less" name="pixelsize">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
|
||||||
|
|
||||||
|
Disable hinting manually at smaller sizes (< 8ppem)
|
||||||
|
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is
|
||||||
|
derived from Vera.
|
||||||
|
|
||||||
|
The Bistream Vera fonts have GASP entries suggesting that hinting be
|
||||||
|
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||||
|
the data found in the instructed hints. The initial Vera release
|
||||||
|
didn't include the right instructions in the 'prep' table.
|
||||||
|
-->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>DejaVu Serif</string>
|
||||||
|
</test>
|
||||||
|
<test compare="less" name="pixelsize">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
The Bitstream Vera fonts have GASP entries suggesting that hinting be
|
||||||
|
disabled below 8 ppem, but FreeType ignores those, preferring to use
|
||||||
|
the data found in the instructed hints. The initial Vera release
|
||||||
|
didn't include the right instructions in the 'prep' table. Fix this
|
||||||
|
by disabling hinting manually at smaller sizes (< 8ppem)
|
||||||
|
-->
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Bitstream Vera Sans</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Bitstream Vera Serif</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Bitstream Vera Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>7.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
14
applications/fpvviewer/rsvg/etc/fonts/conf.d/28-user.conf
Normal file
14
applications/fpvviewer/rsvg/etc/fonts/conf.d/28-user.conf
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Load per-user customization files. ## -->
|
||||||
|
<!-- These should be stored in XDG Base Directory specification
|
||||||
|
compliant places. it should be usually:
|
||||||
|
$HOME/.config/fontconfig/conf.d
|
||||||
|
$HOME/.config/fontconfig/fonts.conf -->
|
||||||
|
|
||||||
|
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
|
||||||
|
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Load local system customization file. ## -->
|
||||||
|
<include ignore_missing="yes">local.conf</include>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,497 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Alias similar/metric-compatible families from various sources:
|
||||||
|
|
||||||
|
PostScript fonts: URW fonts: GUST fonts: Windows fonts:
|
||||||
|
====================== ==================== ================= ==================
|
||||||
|
Helvetica Nimbus Sans L TeX Gyre Heros
|
||||||
|
Helvetica Condensed TeX Gyre Heros Cn
|
||||||
|
Times Nimbus Roman No9 L TeX Gyre Termes
|
||||||
|
Courier Nimbus Mono L TeX Gyre Cursor
|
||||||
|
ITC Avant Garde Gothic URW Gothic L TeX Gyre Adventor
|
||||||
|
ITC Bookman URW Bookman L TeX Gyre Bonum Bookman Old Style
|
||||||
|
ITC Zapf Chancery URW Chancery L TeX Gyre Chorus
|
||||||
|
Palatino URW Palladio L TeX Gyre Pagella Palatino Linotype
|
||||||
|
New Century Schoolbook Century Schoolbook L TeX Gyre Schola Century Schoolbook
|
||||||
|
|
||||||
|
Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fonts: AMT fonts:
|
||||||
|
================ ====================== ======================= ================= ==============
|
||||||
|
Arial Liberation Sans Arimo Albany Albany AMT
|
||||||
|
Arial Narrow Liberation Sans Narrow
|
||||||
|
Times New Roman Liberation Serif Cousine Thorndale Thorndale AMT
|
||||||
|
Courier New Liberation Mono Tinos Cumberland Cumberland AMT
|
||||||
|
|
||||||
|
Microsoft fonts: Other fonts:
|
||||||
|
================ ============
|
||||||
|
Georgia Gelasio
|
||||||
|
|
||||||
|
We want for each of them to fallback to any of these available,
|
||||||
|
but in an order preferring similar designs first. We do this in three steps:
|
||||||
|
|
||||||
|
1) Alias each specific to its generic family.
|
||||||
|
e.g. Liberation Sans to Arial
|
||||||
|
|
||||||
|
2) Weak alias each generic to the other generic of its family.
|
||||||
|
e.g. Arial to Helvetica
|
||||||
|
|
||||||
|
3) Alias each generic to its specifics.
|
||||||
|
e.g. Arial to Liberation Sans, Arimo, Albany, and Albany AMT
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Map specifics to generics -->
|
||||||
|
|
||||||
|
<!-- PostScript -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nimbus Sans L</family>
|
||||||
|
<default>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Heros</family>
|
||||||
|
<default>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Heros Cn</family>
|
||||||
|
<default>
|
||||||
|
<family>Helvetica Condensed</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nimbus Roman No9 L</family>
|
||||||
|
<default>
|
||||||
|
<family>Times</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Termes</family>
|
||||||
|
<default>
|
||||||
|
<family>Times</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nimbus Mono L</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Cursor</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Avant Garde</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Avant Garde Gothic</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>URW Gothic L</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Avant Garde Gothic</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Adventor</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Avant Garde Gothic</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bookman</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Bookman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>URW Bookman L</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Bookman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Bonum</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Bookman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bookman Old Style</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Bookman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Zapf Chancery</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Zapf Chancery</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>URW Chancery L</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Zapf Chancery</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Chorus</family>
|
||||||
|
<default>
|
||||||
|
<family>ITC Zapf Chancery</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>URW Palladio L</family>
|
||||||
|
<default>
|
||||||
|
<family>Palatino</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Pagella</family>
|
||||||
|
<default>
|
||||||
|
<family>Palatino</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Palatino Linotype</family>
|
||||||
|
<default>
|
||||||
|
<family>Palatino</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Century Schoolbook L</family>
|
||||||
|
<default>
|
||||||
|
<family>New Century Schoolbook</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>TeX Gyre Schola</family>
|
||||||
|
<default>
|
||||||
|
<family>New Century Schoolbook</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Century Schoolbook</family>
|
||||||
|
<default>
|
||||||
|
<family>New Century Schoolbook</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Microsoft -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Arimo</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Liberation Sans Narrow</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial Narrow</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Albany</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Albany AMT</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Tinos</family>
|
||||||
|
<default>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Liberation Serif</family>
|
||||||
|
<default>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Thorndale</family>
|
||||||
|
<default>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Thorndale AMT</family>
|
||||||
|
<default>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Cousine</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier New</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Liberation Mono</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier New</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Cumberland</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier New</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Cumberland AMT</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier New</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Gelasio</family>
|
||||||
|
<default>
|
||||||
|
<family>Georgia</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Accept the other group as fallback -->
|
||||||
|
|
||||||
|
<!-- PostScript -->
|
||||||
|
<alias>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Helvetica Condensed</family>
|
||||||
|
<default>
|
||||||
|
<family>Arial Narrow</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Times</family>
|
||||||
|
<default>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Courier</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier New</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Microsoft -->
|
||||||
|
<alias>
|
||||||
|
<family>Arial</family>
|
||||||
|
<default>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Arial Narrow</family>
|
||||||
|
<default>
|
||||||
|
<family>Helvetica Condensed</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<default>
|
||||||
|
<family>Times</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Courier New</family>
|
||||||
|
<default>
|
||||||
|
<family>Courier</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Map generics to specifics -->
|
||||||
|
|
||||||
|
<!-- PostScript -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Helvetica</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Heros</family>
|
||||||
|
<family>Nimbus Sans L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Helvetica Condensed</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Heros Cn</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Times</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Termes</family>
|
||||||
|
<family>Nimbus Roman No9 L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Courier</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Cursor</family>
|
||||||
|
<family>Nimbus Mono L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>ITC Avant Garde Gothic</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Adventor</family>
|
||||||
|
<family>URW Gothic L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>ITC Bookman</family>
|
||||||
|
<accept>
|
||||||
|
<family>Bookman Old Style</family>
|
||||||
|
<family>TeX Gyre Bonum</family>
|
||||||
|
<family>URW Bookman L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>ITC Zapf Chancery</family>
|
||||||
|
<accept>
|
||||||
|
<family>TeX Gyre Chorus</family>
|
||||||
|
<family>URW Chancery L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Palatino</family>
|
||||||
|
<accept>
|
||||||
|
<family>Palatino Linotype</family>
|
||||||
|
<family>TeX Gyre Pagella</family>
|
||||||
|
<family>URW Palladio L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>New Century Schoolbook</family>
|
||||||
|
<accept>
|
||||||
|
<family>Century Schoolbook</family>
|
||||||
|
<family>TeX Gyre Schola</family>
|
||||||
|
<family>Century Schoolbook L</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Microsoft -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Arial</family>
|
||||||
|
<accept>
|
||||||
|
<family>Arimo</family>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
<family>Albany</family>
|
||||||
|
<family>Albany AMT</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Arial Narrow</family>
|
||||||
|
<accept>
|
||||||
|
<family>Liberation Sans Narrow</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<accept>
|
||||||
|
<family>Tinos</family>
|
||||||
|
<family>Liberation Serif</family>
|
||||||
|
<family>Thorndale</family>
|
||||||
|
<family>Thorndale AMT</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Courier New</family>
|
||||||
|
<accept>
|
||||||
|
<family>Cousine</family>
|
||||||
|
<family>Liberation Mono</family>
|
||||||
|
<family>Cumberland</family>
|
||||||
|
<family>Cumberland AMT</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Georgia</family>
|
||||||
|
<accept>
|
||||||
|
<family>Gelasio</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
URW provides metric and shape compatible fonts for some Adobe families.
|
||||||
|
Most of these are handled in 30-metric-aliases.conf.
|
||||||
|
-->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Zapf Dingbats</family>
|
||||||
|
<accept><family>Dingbats</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>ITC Zapf Dingbats</family>
|
||||||
|
<accept><family>Dingbats</family></accept>
|
||||||
|
</alias>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Symbol</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="append" binding="same">
|
||||||
|
<string>Standard Symbols L</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Define aliasing and other fontconfig settings for Cantarell.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Generic name assignment -->
|
||||||
|
<match target="pattern">
|
||||||
|
<test qual="any" name="family">
|
||||||
|
<string>Cantarell</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign" binding="weak">
|
||||||
|
<string>Cantarell</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,82 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Use this file to define your custom font substitutions.
|
||||||
|
It will override 37-repl-global-{preset}.conf and
|
||||||
|
36-repl-missing-glyphs.conf.
|
||||||
|
For each font to be replaced, duplicate the template below
|
||||||
|
and fill in with appropriate font names. -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>FONT TO REPLACE 1</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>REPLACEMENT FONT 1</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>FONT TO REPLACE 1</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>REPLACEMENT FONT 1</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- You can define alternative default aliases, too. -->
|
||||||
|
|
||||||
|
<!-- ## serif ## -->
|
||||||
|
<!--
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DEFAULT SERIF FACE</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ## sans-serif ## -->
|
||||||
|
<!--
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DEFAULT SANS-SERIF FACE</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ## monospace ## -->
|
||||||
|
<!--
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DEFAULT MONOSPACE FACE</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ## fantasy ## -->
|
||||||
|
<!--
|
||||||
|
<alias>
|
||||||
|
<family>fantasy</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DEFAULT FANTASY FACE</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- ## cursive ## -->
|
||||||
|
<!--
|
||||||
|
<alias>
|
||||||
|
<family>cursive</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DEFAULT CURSIVE FACE</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
-->
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,330 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Replace webfonts with localy installed families (if present).
|
||||||
|
|
||||||
|
Use 38-repl-webfonts-custom for user-defined substitutions. ## -->
|
||||||
|
|
||||||
|
<!-- @font-face:Crimson Text => Crimson -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Crimson Text</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Crimson</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Crimson Text</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Crimson</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Droid Sans Mono => Droid Sans Mono -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Droid Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Droid Sans Mono</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Droid Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Droid Sans Mono</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Exo => Exo 2 -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Exo</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Exo 2</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Exo</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Exo 2</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:franklin_gothic_fs_cdbold => Franklin Gothic Demi Cond -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:franklin_gothic_fs_cdbold</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:franklin_gothic_fs_cdbold</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Garamond Classic FS => (EB) Garamond -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Garamond Classic FS</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Garamond</string>
|
||||||
|
<string>EB Garamond</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Garamond Classic FS</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Garamond</string>
|
||||||
|
<string>EB Garamond</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Istok Web => Istok -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Istok Web</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Istok</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Istok Web</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Istok</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Lato => Lato -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Lato</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Lato</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Lato</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Lato</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Open Sans => Open Sans -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Open Sans</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Open Sans</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Open Sans</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Open Sans</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- OFL Sorts Mill Goudy => Sorts Mill Goudy -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- OFL Sorts Mill Goudy TT => Sorts Mill Goudy -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy TT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy TT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy TT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy TT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>OFL Sorts Mill Goudy TT</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Sorts Mill Goudy</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Premiera Book => Gentium Book Basic -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:premiera book</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Gentium Book Basic</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:premiera book</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Gentium Book Basic</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:premiera italic</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Gentium Book Basic</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:premiera italic</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Gentium Book Basic</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Proxima Nova => Proxima Nova -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:proxima-nova</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Proxima Nova</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:proxima-nova</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Proxima Nova</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- @font-face:Roboto => Roboto -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Roboto</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>Roboto</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Roboto</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>Roboto</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,30 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Replace webfonts with localy installed families.
|
||||||
|
Copy and paste the template at the bottom of this file and add
|
||||||
|
more substitutions as necessary.
|
||||||
|
|
||||||
|
The file will not be overwritten on fontconfig-iu update.
|
||||||
|
User-defined settings override 37-repl-webfonts.conf. ## -->
|
||||||
|
|
||||||
|
<!-- @font-face:WEBFONT TO REPLACE => LOCAL REPLACEMENT FONT -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:WEBFONT TO REPLACE</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>LOCAL REPLACEMENT FONT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:WEBFONT TO REPLACE</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>LOCAL REPLACEMENT FONT</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,401 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Microsoft non-Latin families ## -->
|
||||||
|
|
||||||
|
<!-- Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Aldhabi</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Angsana New</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AngsanaUPC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aparajita</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arabic Typesetting</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Batang</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DFKai-SB</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DaunPenh</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>David</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Estrangelo Edessa</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>EucrosiaUPC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FangSong</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IrisUPC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Iskoola Pota</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>JasmineUPC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Javanese Text</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kokila</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>KodchiangUPC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft Himalaya</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft Uighur</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MingLiU</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>PMingLiU</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MingLiU-ExtB</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Mongolian Baiti</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Narkisim</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Plantagenet Cherokee</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sakkal Majalla</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Shonar Bangla</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>SimSun</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>SimSun-ExtB</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Urdu Typesetting</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Traditional Arabic</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vijaya</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vani</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Sans-serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Browallia New</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>BrowalliaUPC</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cordia New</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CordiaUPC</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DokChampa</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Ebrima</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Euphemia</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreesiaUPC</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gadugi</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gautami</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gisha</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gulim</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>KaiTi</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kalinga</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kartika</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Khmer UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lao UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Latha</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Leelawadee</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Leelawadee UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Levenim MT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>LilyUPC</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS UI Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS PGothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS Reference 1</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS Reference 2</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS Reference Sans Serif</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS Reference Specialty</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MV Boli</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Malgun Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Mangal</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Meiryo</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Meiryo UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft JhengHei</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft JhengHei UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft New Tai Lue</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft PhagsPa</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft Sans Serif</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft Tai Le</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft YaHei</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft YaHei UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Microsoft Yi Baiti</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Miriam</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MoolBoran</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Myanmar Text</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nirmala UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nyala</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Raavi</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Shruti</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>SimHei</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Simplified Arabic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sylfaen</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Tunga</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Utsaah</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vijaya</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vrinda</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Yu Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Yu Mincho</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Monospace faces -->
|
||||||
|
<alias>
|
||||||
|
<family>DilleniaUPC</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Miriam Fixed</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Simplified Arabic Fixed</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Rod</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Non-Latin Families ## -->
|
||||||
|
|
||||||
|
<!-- Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Fauma</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MV Dhivehi</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Batang</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>BatangChe</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GungsuhChe</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MingLiU_HKSCS</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MingLiU_HKSCS-ExtB</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>PMingLiU-ExtBMS Mincho</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>NSimSun</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gungsuh</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aldhabi</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cochin</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>KePT Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Sans-serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Andagii</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial Hebrew</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bugis-Makassar</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Geneva CY</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Dotum</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DotumCh</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>zawgyi1</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Charcoal CY</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>KePT Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sathu</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Skia</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Euphemia UCAS</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Khmer OS</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Khmer OS UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GulimChe</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
231
applications/fpvviewer/rsvg/etc/fonts/conf.d/40-nonlatin.conf
Normal file
231
applications/fpvviewer/rsvg/etc/fonts/conf.d/40-nonlatin.conf
Normal file
@@ -0,0 +1,231 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
Mark common families with their generics so we'll get
|
||||||
|
something reasonable
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Serif faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Nazli</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lotoos</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Mitra</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Ferdosi</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Badr</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Zar</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Titr</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Jadid</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kochi Mincho</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL SungtiL GB</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL Mingti2L Big5</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS 明朝</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>NanumMyeongjo</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>UnBatang</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Baekmuk Batang</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MgOpen Canonica</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sazanami Mincho</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL ZenKai Uni</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>ZYSong18030</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeSerif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>SimSun</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Sans-serif faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Arshia</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Elham</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Farnaz</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nasim</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sina</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Roya</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Koodak</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Terafik</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kochi Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL KaitiM GB</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL KaitiM Big5</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MS ゴシック</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>NanumGothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>UnDotum</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Baekmuk Dotum</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>MgOpen Modata</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sazanami Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>AR PL ShanHeiSun Uni</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>ZYSong18030</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeSans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Monospace faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>NSimSun</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>ZYSong18030</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>NanumGothicCoding</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeMono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Fantasy faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Homa</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kamran</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Fantezi</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Tabassom</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Cursive faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>IranNastaliq</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nafees Nastaleeq</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,582 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Microsoft Latin families ## -->
|
||||||
|
|
||||||
|
<!-- Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Bright</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andalus</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Baskerville Old Face</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bell MT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bodoni MT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Book Antiqua</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bookman Old Style</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Californian FB</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Calisto MT</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cambria</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cambria Math</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Centaur</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Century</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Century Schoolbook</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Constantia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Garamond</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Georgia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Goudy Old Style</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Fax</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Old English Text</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Palatino Linotype</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Perpetua</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Sitka Small</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Sans-Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Arial</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial Black</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial Narrow</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial Unicode MS</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Calibri</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Candara</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Century Gothic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Corbel</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Ebrima</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Book</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Demi</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Demi Cond</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Heavy</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Medium</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Franklin Gothic Medium Cond</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gill Sans MT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gill Sans MT Condensed</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gill Sans MT Ext Condensed Bold</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gill Sans Ultra Bold Condensed</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Levenim MT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Grande</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Sans Unicode</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Marlett</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe UI Emoji</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe UI Light</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe UI Symbol</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Tahoma</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Trebuchet MS</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Verdana</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Monospace faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Consolas</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Courier New</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Console</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Sans Typewriter</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>OCR A Extended</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Fantasy faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Agency FB</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aharoni</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Algerian</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial Rounded MT</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bauhaus 93</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Berlin Sans FB</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Berlin Sans FB Demi</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bernard MT Condensed</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Britannic Bold</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Broadway</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Castellar</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Colonna MT</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cooper Black</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cooper Gothic Bold</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cooper Gothic Italic</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Copperplate</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Elephant</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Engravers MT</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Eras Bold ITC</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Felix Titling</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Footlight MT Light</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FrankRuehl</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gloucester MT Extra Condensed</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Goudy Stout</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Haettenschweiler</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Harlow Solid Italic</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Harrington</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>High Tower</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Impact</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Imprint MT Shadow</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Informal Roman</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Jokerman</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Juice ITC</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Magneto</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Maiandra GD</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Modern No. 20</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Niagara Engraved</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Niagara Solid</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Onyx</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Papyrus</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Perpetua Titling MT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Playbill</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Rage Italic</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Ravie</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Rockwell</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Rockwell Condensed</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Rockwell Extra Bold</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Showcard Gothic</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Stencil</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Tempus Sans ITC</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Wide Latin</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Cursive faces-->
|
||||||
|
<alias>
|
||||||
|
<family>Blackadder ITC</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bradley Hand ITC</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Brush Script MT</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Chriller</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Curlz MT</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Edwardian Script ITC</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Forte</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Freestyle Script</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>French Script MT</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gabriola</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gigi</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kristen ITC</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kunstler Script</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Calligraphy</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Casual</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Handwriting</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Matura MT Script Capitals</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Mistral</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Monotype Corsiva</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Palace Script MT</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Parchment</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Poor Richard</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Pristina</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Script MT Bold</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe Print</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Segoe Script</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Viner Hand ITC</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vivaldi</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Vladimir Script</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
</fontconfig>
|
445
applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-misc.conf
Normal file
445
applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-misc.conf
Normal file
@@ -0,0 +1,445 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Misc Latin Families ## -->
|
||||||
|
|
||||||
|
<!-- Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Times</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida T OT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Concrete</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Brioni Std</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeSerif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CentSchbookEU</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arno Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Antykwa Poltawskiego</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Antykwa Torunska</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aver</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cardo</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Didot</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Didot</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Doulos SIL</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Bodoni</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Artemisia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Judson</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Legacy Serif Itc T EE</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Marion</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Neuton</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Old Standard</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Hoefler Text</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Adobe Caslon Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Adobe Jenson Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Garamond Premier Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Adobe Garamond Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Stempel Garamond LT Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Apolonia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Apolonia TT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Minion Pro</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>STIXGeneral</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Thorndale</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Utopia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bitstream Charter</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>XITS</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL Double Pica PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL DW Pica PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL English PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL French Canon PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL Great Primer PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IM FELL THREE LINE PICA PRO</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>IPA</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Maiden Orange</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Solomos</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>SILDoulos IPA93</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Sans-Serif faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Classico URW T OT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Lucida Sans T OT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Bright</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Sans Serif</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Typewriter Text Variable Width</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Geneva</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Neohellenic</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeSans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aptifer Sans Com</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Albany</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Myriad Pro</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Myriad Web Pro</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Dobra</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Avenir</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Avenir Next</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Canwell</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Invis</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>ChaletBook</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>GFS Complutum</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Jigsaw</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Penuturesu</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andale Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andale Sans UI</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Legacy Sans Itc T EE</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Geogrotesque</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cuprum</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Futura</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gill Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Iwona</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Kurier</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andika</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Comfortaa</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aller</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Aller Display</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Neris</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Monospace faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Menlo</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>FreeMono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andale Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>American Typewriter</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Anonymous Pro</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>APL385 Unicode</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>CMU Typewriter Text</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Monaco</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Courier</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Courier 10 Pitch</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Envy Code R</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>PragmataPro</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cumberland</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>NotCourierSans</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>OCR-A AT</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Terminus (TTF)</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>UM Typewriter</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Fantasy faces -->
|
||||||
|
<alias>
|
||||||
|
<family>Krungthep</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Silom</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Marker Felt</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Cursive faces-->
|
||||||
|
<alias>
|
||||||
|
<family>Apple Chancery</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Brush Script</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Gabriola</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Noteworthy</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Savoye LET</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Zapfino</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
189
applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin.conf
Normal file
189
applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin.conf
Normal file
@@ -0,0 +1,189 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
Mark common families with their generics so we'll get
|
||||||
|
something reasonable
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Serif faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Bitstream Vera Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Liberation Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Times</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nimbus Roman No9 L</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Luxi Serif</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Thorndale AMT</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Thorndale</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Georgia</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Garamond</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Palatino Linotype</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Trebuchet MS</family>
|
||||||
|
<default><family>serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Sans-serif faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Bitstream Vera Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Arial</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Verdana</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Albany AMT</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Albany</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nimbus Sans L</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Luxi Sans</family>
|
||||||
|
<default><family>sans-serif</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Monospace faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Bitstream Vera Sans Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Liberation Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Inconsolata</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Courier New</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Courier</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Andale Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Luxi Mono</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cumberland AMT</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cumberland</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Nimbus Mono L</family>
|
||||||
|
<default><family>monospace</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Fantasy faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Impact</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Copperplate Gothic Std</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cooper Std</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Bauhaus Std</family>
|
||||||
|
<default><family>fantasy</family></default>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Cursive faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>ITC Zapf Chancery Std</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Zapfino</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
<default><family>cursive</family></default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- If the font still has no generic name, add sans-serif -->
|
||||||
|
<match target="pattern">
|
||||||
|
<test qual="all" name="family" compare="not_eq">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<test qual="all" name="family" compare="not_eq">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<test qual="all" name="family" compare="not_eq">
|
||||||
|
<string>monospace</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="append_last">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
15
applications/fpvviewer/rsvg/etc/fonts/conf.d/50-user.conf
Normal file
15
applications/fpvviewer/rsvg/etc/fonts/conf.d/50-user.conf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
Load per-user customization files where stored on XDG Base Directory
|
||||||
|
specification compliant places. it should be usually:
|
||||||
|
$HOME/.config/fontconfig/conf.d
|
||||||
|
$HOME/.config/fontconfig/fonts.conf
|
||||||
|
-->
|
||||||
|
<include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include>
|
||||||
|
<include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
|
||||||
|
<!-- the following elements will be removed in the future -->
|
||||||
|
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf.d</include>
|
||||||
|
<include ignore_missing="yes" deprecated="yes">~/.fonts.conf</include>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Load local system customization file -->
|
||||||
|
<include ignore_missing="yes">local.conf</include>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<!-- /etc/fonts/conf.d/57-dejavu-sans-mono.conf
|
||||||
|
|
||||||
|
Define aliasing and other fontconfig settings for
|
||||||
|
DejaVu Sans Mono.
|
||||||
|
|
||||||
|
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
|
-->
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Font substitution rules -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bepa Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Prima Sans Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Vera Sans Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>DejaVu LGC Sans Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Olwen Sans Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>SUSE Sans Mono</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name assignment -->
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
<default>
|
||||||
|
<family>monospace</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name aliasing -->
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<!-- /etc/fonts/conf.d/57-dejavu-sans.conf
|
||||||
|
|
||||||
|
Define aliasing and other fontconfig settings for
|
||||||
|
DejaVu Sans.
|
||||||
|
|
||||||
|
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
|
-->
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Font substitution rules -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Arev Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bepa</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Prima Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Vera Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>DejaVu LGC Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Hunky Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Olwen Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>SUSE Sans</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Verajja</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<!-- In case VerajjaPDA stops declaring itself as Verajja -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>VerajjaPDA</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name assignment -->
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name aliasing -->
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<!-- /etc/fonts/conf.d/57-dejavu-serif.conf
|
||||||
|
|
||||||
|
Define aliasing and other fontconfig settings for
|
||||||
|
DejaVu Serif.
|
||||||
|
|
||||||
|
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
|
-->
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Font substitution rules -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Prima Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Bitstream Vera Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>DejaVu LGC Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Hunky Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Olwen Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>SUSE Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<!-- In case Verajja Serif stops declaring itself as DejaVu Serif -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Verajja Serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name assignment -->
|
||||||
|
<alias>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<!-- Generic name aliasing -->
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
70
applications/fpvviewer/rsvg/etc/fonts/conf.d/60-latin.conf
Normal file
70
applications/fpvviewer/rsvg/etc/fonts/conf.d/60-latin.conf
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Bitstream Vera Serif</family>
|
||||||
|
<family>DejaVu Serif</family>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<family>Thorndale AMT</family>
|
||||||
|
<family>Luxi Serif</family>
|
||||||
|
<family>Nimbus Roman No9 L</family>
|
||||||
|
<family>Times</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Bitstream Vera Sans</family>
|
||||||
|
<family>DejaVu Sans</family>
|
||||||
|
<family>Verdana</family>
|
||||||
|
<family>Arial</family>
|
||||||
|
<family>Albany AMT</family>
|
||||||
|
<family>Luxi Sans</family>
|
||||||
|
<family>Nimbus Sans L</family>
|
||||||
|
<family>Helvetica</family>
|
||||||
|
<family>Lucida Sans Unicode</family>
|
||||||
|
<family>BPG Glaho International</family> <!-- lat,cyr,arab,geor -->
|
||||||
|
<family>Tahoma</family> <!-- lat,cyr,greek,heb,arab,thai -->
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Bitstream Vera Sans Mono</family>
|
||||||
|
<family>DejaVu Sans Mono</family>
|
||||||
|
<family>Inconsolata</family>
|
||||||
|
<family>Andale Mono</family>
|
||||||
|
<family>Courier New</family>
|
||||||
|
<family>Cumberland AMT</family>
|
||||||
|
<family>Luxi Mono</family>
|
||||||
|
<family>Nimbus Mono L</family>
|
||||||
|
<family>Courier</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Fantasy faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>fantasy</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Impact</family>
|
||||||
|
<family>Copperplate Gothic Std</family>
|
||||||
|
<family>Cooper Std</family>
|
||||||
|
<family>Bauhaus Std</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Cursive faces
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>cursive</family>
|
||||||
|
<prefer>
|
||||||
|
<family>ITC Zapf Chancery Std</family>
|
||||||
|
<family>Zapfino</family>
|
||||||
|
<family>Comic Sans MS</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,419 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<!--
|
||||||
|
fonts-persian.conf
|
||||||
|
To configure Persian fonts from The FarsiWeb Project.
|
||||||
|
|
||||||
|
Copyright (C) 2005 Sharif FarsiWeb, Inc. <license@farsiweb.info>
|
||||||
|
|
||||||
|
Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
the above copyright notice appear in all copies and that both that
|
||||||
|
copyright notice and this permission notice appear in supporting
|
||||||
|
documentation, and that the name of Sharif FarsiWeb, Inc. not be used in
|
||||||
|
advertising or publicity pertaining to distribution of the software without
|
||||||
|
specific, written prior permission. Sharif FarsiWeb, Inc. makes no
|
||||||
|
representations about the suitability of this software for any purpose. It
|
||||||
|
is provided "as is" without express or implied warranty.
|
||||||
|
|
||||||
|
SHARIF FARSIWEB, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||||
|
EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
ChangeLog:
|
||||||
|
2005-04-03 Behdad Esfahbod: Initial revision.
|
||||||
|
2005-10-09 Behdad Esfahbod: Turned off back-slant and Tahoma sections.
|
||||||
|
2005-11-30 Behdad Esfahbod: Set Titr susbtitution size to 24 points.
|
||||||
|
2008 Behdad Esfahbod: Cleanup. Add fantasy and cursive.
|
||||||
|
-->
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Deprecated fonts are discouraged -->
|
||||||
|
|
||||||
|
<!-- Nesf[2] is officially deprecated and has problematic tables -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nesf</family>
|
||||||
|
<accept><family>Nesf2</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nesf2</family>
|
||||||
|
<accept><family>Persian_sansserif_default</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Name changes and spelling variant aliases -->
|
||||||
|
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nazanin</family>
|
||||||
|
<accept><family>Nazli</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Lotus</family>
|
||||||
|
<accept><family>Lotoos</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Yaqut</family>
|
||||||
|
<accept><family>Yaghoot</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Yaghut</family>
|
||||||
|
<accept><family>Yaghoot</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Traffic</family>
|
||||||
|
<accept><family>Terafik</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Ferdowsi</family>
|
||||||
|
<accept><family>Ferdosi</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Fantezy</family>
|
||||||
|
<accept><family>Fantezi</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Classify fonts. -->
|
||||||
|
|
||||||
|
<!-- Persian_title class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Jadid</family>
|
||||||
|
<accept><family>Persian_title</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Titr</family>
|
||||||
|
<accept><family>Persian_title</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian_fantasy class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Kamran</family>
|
||||||
|
<accept>
|
||||||
|
<family>Persian_fantasy</family>
|
||||||
|
<family>Homa</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Homa</family>
|
||||||
|
<accept>
|
||||||
|
<family>Persian_fantasy</family>
|
||||||
|
<family>Kamran</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Fantezi</family>
|
||||||
|
<accept><family>Persian_fantasy</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Tabassom</family>
|
||||||
|
<accept><family>Persian_fantasy</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian_square class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Arshia</family>
|
||||||
|
<accept><family>Persian_square</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Nasim</family>
|
||||||
|
<accept><family>Persian_square</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Elham</family>
|
||||||
|
<accept>
|
||||||
|
<family>Persian_square</family>
|
||||||
|
<family>Farnaz</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Farnaz</family>
|
||||||
|
<accept>
|
||||||
|
<family>Persian_square</family>
|
||||||
|
<family>Elham</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Sina</family>
|
||||||
|
<accept><family>Persian_square</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Font ordering per class -->
|
||||||
|
|
||||||
|
<!-- Persian_title class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Persian_title</family>
|
||||||
|
<accept>
|
||||||
|
<family>Titr</family>
|
||||||
|
<family>Jadid</family>
|
||||||
|
<family>Persian_serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian_fantasy class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Persian_fantasy</family>
|
||||||
|
<accept>
|
||||||
|
<family>Homa</family>
|
||||||
|
<family>Kamran</family>
|
||||||
|
<family>Fantezi</family>
|
||||||
|
<family>Tabassom</family>
|
||||||
|
<family>Persian_square</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian_square class -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Persian_square</family>
|
||||||
|
<accept>
|
||||||
|
<family>Arshia</family>
|
||||||
|
<family>Elham</family>
|
||||||
|
<family>Farnaz</family>
|
||||||
|
<family>Nasim</family>
|
||||||
|
<family>Sina</family>
|
||||||
|
<family>Persian_serif</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Register the fonts that we actually do have -->
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Elham</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Homa</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Koodak</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Nazli</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Roya</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Terafik</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Titr</string>
|
||||||
|
</test>
|
||||||
|
<edit name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Our fonts should oblique to the other side (TURNED-OFF) -->
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="foundry">
|
||||||
|
<!--string>farsiweb</string-->
|
||||||
|
<string>TURNED-OFF</string>
|
||||||
|
</test>
|
||||||
|
<test name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the font is roman -->
|
||||||
|
<test name="slant">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the pattern requested non-roman -->
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- multiply the matrix to slant the font -->
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix><double>1</double><double>-0.2</double>
|
||||||
|
<double>0</double><double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<!-- pretend the font is oblique now -->
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>oblique</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
We can't hint our fonts well, so turn off hinting.
|
||||||
|
Moreover, the bitmaps we have designed (well, they
|
||||||
|
have designed), suck, so disable them too.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="foundry">
|
||||||
|
<string>farsiweb</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="embeddedbitmap">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Alias our fonts to common families -->
|
||||||
|
|
||||||
|
<!-- Persian serif fonts -->
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>Nazli</family>
|
||||||
|
<family>Lotoos</family>
|
||||||
|
<family>Mitra</family>
|
||||||
|
<family>Ferdosi</family>
|
||||||
|
<family>Badr</family>
|
||||||
|
<family>Zar</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian sans-serif fonts -->
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<accept>
|
||||||
|
<family>Roya</family>
|
||||||
|
<family>Koodak</family>
|
||||||
|
<family>Terafik</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian monospace fonts -->
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<accept>
|
||||||
|
<!-- Not really monospace -->
|
||||||
|
<family>Terafik</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian fantasy fonts -->
|
||||||
|
<alias>
|
||||||
|
<family>fantasy</family>
|
||||||
|
<accept>
|
||||||
|
<family>Homa</family>
|
||||||
|
<family>Kamran</family>
|
||||||
|
<family>Fantezi</family>
|
||||||
|
<family>Tabassom</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Persian (and Urdu) Nastaliq/cursive fonts -->
|
||||||
|
<alias>
|
||||||
|
<family>cursive</family>
|
||||||
|
<accept>
|
||||||
|
<family>IranNastaliq</family>
|
||||||
|
<family>Nafees Nastaleeq</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Use Titr in titles -->
|
||||||
|
|
||||||
|
<!-- Both serif... -->
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more_eq">
|
||||||
|
<int>200</int>
|
||||||
|
</test>
|
||||||
|
<test name="size" compare="more_eq">
|
||||||
|
<double>24</double>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend">
|
||||||
|
<string>Titr</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- and sans-serif. -->
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more_eq">
|
||||||
|
<int>200</int>
|
||||||
|
</test>
|
||||||
|
<test name="size" compare="more_eq">
|
||||||
|
<double>24</double>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend">
|
||||||
|
<string>Titr</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- and more. -->
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>Persian_sansserif_default</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more_eq">
|
||||||
|
<int>200</int>
|
||||||
|
</test>
|
||||||
|
<test name="size" compare="more_eq">
|
||||||
|
<double>24</double>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="same">
|
||||||
|
<string>Titr</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Default substituted for deprecated sans-serif fonts -->
|
||||||
|
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>Persian_sansserif_default</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="assign" binding="same">
|
||||||
|
<string>Roya</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
196
applications/fpvviewer/rsvg/etc/fonts/conf.d/65-nonlatin.conf
Normal file
196
applications/fpvviewer/rsvg/etc/fonts/conf.d/65-nonlatin.conf
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Artsounk</family> <!-- armenian -->
|
||||||
|
<family>BPG UTF8 M</family> <!-- georgian -->
|
||||||
|
<family>Kinnari</family> <!-- thai -->
|
||||||
|
<family>Norasi</family> <!-- thai -->
|
||||||
|
<family>Frank Ruehl</family> <!-- hebrew -->
|
||||||
|
<family>Dror</family> <!-- hebrew -->
|
||||||
|
<family>JG LaoTimes</family> <!-- lao -->
|
||||||
|
<family>Saysettha Unicode</family> <!-- lao -->
|
||||||
|
<family>Pigiarniq</family> <!-- canadian syllabics -->
|
||||||
|
<family>B Davat</family> <!-- arabic (fa) -->
|
||||||
|
<family>B Compset</family> <!-- arabic (fa) -->
|
||||||
|
<family>Kacst-Qr</family> <!-- arabic (ar) -->
|
||||||
|
<family>Urdu Nastaliq Unicode</family> <!-- arabic (ur) -->
|
||||||
|
<family>Raghindi</family> <!-- devanagari -->
|
||||||
|
<family>Mukti Narrow</family> <!-- bengali -->
|
||||||
|
<family>malayalam</family> <!-- malayalam -->
|
||||||
|
<family>Sampige</family> <!-- kannada -->
|
||||||
|
<family>padmaa</family> <!-- gujarati -->
|
||||||
|
<family>Hapax Berbère</family> <!-- tifinagh -->
|
||||||
|
<family>MS Mincho</family> <!-- han (ja) -->
|
||||||
|
<family>SimSun</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>PMingLiu</family> <!-- han (zh-tw) -->
|
||||||
|
<family>WenQuanYi Zen Hei</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>WenQuanYi Bitmap Song</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>AR PL ShanHeiSun Uni</family> <!-- han (ja,zh-cn,zh-tw) -->
|
||||||
|
<family>AR PL New Sung</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>HanyiSong</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>MgOpen Canonica</family>
|
||||||
|
<family>Sazanami Mincho</family>
|
||||||
|
<family>IPAMonaMincho</family>
|
||||||
|
<family>IPAMincho</family>
|
||||||
|
<family>Kochi Mincho</family>
|
||||||
|
<family>AR PL SungtiL GB</family>
|
||||||
|
<family>AR PL Mingti2L Big5</family>
|
||||||
|
<family>AR PL Zenkai Uni</family>
|
||||||
|
<family>MS 明朝</family>
|
||||||
|
<family>ZYSong18030</family>
|
||||||
|
<family>NanumMyeongjo</family> <!-- hangul (ko) -->
|
||||||
|
<family>UnBatang</family> <!-- hangul (ko) -->
|
||||||
|
<family>Baekmuk Batang</family> <!-- hangul (ko) -->
|
||||||
|
<family>KacstQura</family>
|
||||||
|
<family>Frank Ruehl CLM</family>
|
||||||
|
<family>Lohit Bengali</family>
|
||||||
|
<family>Lohit Gujarati</family>
|
||||||
|
<family>Lohit Hindi</family>
|
||||||
|
<family>Lohit Marathi</family>
|
||||||
|
<family>Lohit Maithili</family>
|
||||||
|
<family>Lohit Kashmiri</family>
|
||||||
|
<family>Lohit Konkani</family>
|
||||||
|
<family>Lohit Nepali</family>
|
||||||
|
<family>Lohit Sindhi</family>
|
||||||
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Tamil</family>
|
||||||
|
<family>Meera</family>
|
||||||
|
<family>Lohit Malayalam</family>
|
||||||
|
<family>Lohit Kannada</family>
|
||||||
|
<family>Lohit Telugu</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
|
<family>LKLUG</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Nachlieli</family> <!-- hebrew -->
|
||||||
|
<family>Lucida Sans Unicode</family>
|
||||||
|
<family>Yudit Unicode</family>
|
||||||
|
<family>Kerkis</family> <!-- greek -->
|
||||||
|
<family>ArmNet Helvetica</family> <!-- armenian -->
|
||||||
|
<family>Artsounk</family> <!-- armenian -->
|
||||||
|
<family>BPG UTF8 M</family> <!-- georgian -->
|
||||||
|
<family>Waree</family> <!-- thai -->
|
||||||
|
<family>Loma</family> <!-- thai -->
|
||||||
|
<family>Garuda</family> <!-- thai -->
|
||||||
|
<family>Umpush</family> <!-- thai -->
|
||||||
|
<family>Saysettha Unicode</family> <!-- lao? -->
|
||||||
|
<family>JG Lao Old Arial</family> <!-- lao -->
|
||||||
|
<family>GF Zemen Unicode</family> <!-- ethiopic -->
|
||||||
|
<family>Pigiarniq</family> <!-- canadian syllabics -->
|
||||||
|
<family>B Davat</family> <!-- arabic (fa) -->
|
||||||
|
<family>B Compset</family> <!-- arabic (fa) -->
|
||||||
|
<family>Kacst-Qr</family> <!-- arabic (ar) -->
|
||||||
|
<family>Urdu Nastaliq Unicode</family> <!-- arabic (ur) -->
|
||||||
|
<family>Raghindi</family> <!-- devanagari -->
|
||||||
|
<family>Mukti Narrow</family> <!-- bengali -->
|
||||||
|
<family>malayalam</family> <!-- malayalam -->
|
||||||
|
<family>Sampige</family> <!-- kannada -->
|
||||||
|
<family>padmaa</family> <!-- gujarati -->
|
||||||
|
<family>Hapax Berbère</family> <!-- tifinagh -->
|
||||||
|
<family>MS Gothic</family> <!-- han (ja) -->
|
||||||
|
<family>UmePlus P Gothic</family> <!-- han (ja) -->
|
||||||
|
<!-- chinese fonts are actually serifed -->
|
||||||
|
<family>SimSun</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>PMingLiu</family> <!-- han (zh-tw) -->
|
||||||
|
<family>WenQuanYi Zen Hei</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>WenQuanYi Bitmap Song</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>AR PL ShanHeiSun Uni</family> <!--han (ja,zh-cn,zh-tw) -->
|
||||||
|
<family>AR PL New Sung</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>MgOpen Modata</family>
|
||||||
|
<family>VL Gothic</family>
|
||||||
|
<family>IPAMonaGothic</family>
|
||||||
|
<family>IPAGothic</family>
|
||||||
|
<family>Sazanami Gothic</family>
|
||||||
|
<family>Kochi Gothic</family>
|
||||||
|
<family>AR PL KaitiM GB</family>
|
||||||
|
<family>AR PL KaitiM Big5</family>
|
||||||
|
<family>AR PL ShanHeiSun Uni</family>
|
||||||
|
<family>AR PL SungtiL GB</family>
|
||||||
|
<family>AR PL Mingti2L Big5</family>
|
||||||
|
<family>MS ゴシック</family>
|
||||||
|
<family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>TSCu_Paranar</family> <!-- tamil -->
|
||||||
|
<family>NanumGothic</family> <!-- hangul (ko) -->
|
||||||
|
<family>UnDotum</family> <!-- hangul (ko) -->
|
||||||
|
<family>Baekmuk Dotum</family> <!-- hangul (ko) -->
|
||||||
|
<family>Baekmuk Gulim</family> <!-- hangul (ko) -->
|
||||||
|
<family>KacstQura</family>
|
||||||
|
<family>Lohit Bengali</family>
|
||||||
|
<family>Lohit Gujarati</family>
|
||||||
|
<family>Lohit Hindi</family>
|
||||||
|
<family>Lohit Marathi</family>
|
||||||
|
<family>Lohit Maithili</family>
|
||||||
|
<family>Lohit Kashmiri</family>
|
||||||
|
<family>Lohit Konkani</family>
|
||||||
|
<family>Lohit Nepali</family>
|
||||||
|
<family>Lohit Sindhi</family>
|
||||||
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Tamil</family>
|
||||||
|
<family>Meera</family>
|
||||||
|
<family>Lohit Malayalam</family>
|
||||||
|
<family>Lohit Kannada</family>
|
||||||
|
<family>Lohit Telugu</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
|
<family>LKLUG</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Miriam Mono</family> <!-- hebrew -->
|
||||||
|
<family>VL Gothic</family>
|
||||||
|
<family>IPAMonaGothic</family>
|
||||||
|
<family>IPAGothic</family>
|
||||||
|
<family>Sazanami Gothic</family>
|
||||||
|
<family>Kochi Gothic</family>
|
||||||
|
<family>AR PL KaitiM GB</family>
|
||||||
|
<family>MS Gothic</family> <!-- han (ja) -->
|
||||||
|
<family>UmePlus Gothic</family> <!-- han (ja) -->
|
||||||
|
<family>NSimSun</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>MingLiu</family> <!-- han (zh-tw) -->
|
||||||
|
<family>AR PL ShanHeiSun Uni</family> <!-- han (ja,zh-cn,zh-tw) -->
|
||||||
|
<family>AR PL New Sung Mono</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>HanyiSong</family> <!-- han (zh-cn) -->
|
||||||
|
<family>AR PL SungtiL GB</family>
|
||||||
|
<family>AR PL Mingti2L Big5</family>
|
||||||
|
<family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
|
||||||
|
<family>NanumGothicCoding</family> <!-- hangul (ko) -->
|
||||||
|
<family>NanumGothic</family> <!-- hangul (ko) -->
|
||||||
|
<family>UnDotum</family> <!-- hangul (ko) -->
|
||||||
|
<family>Baekmuk Dotum</family> <!-- hangul (ko) -->
|
||||||
|
<family>Baekmuk Gulim</family> <!-- hangul (ko) -->
|
||||||
|
<family>TlwgTypo</family> <!-- thai -->
|
||||||
|
<family>TlwgTypist</family> <!-- thai -->
|
||||||
|
<family>TlwgTypewriter</family> <!-- thai -->
|
||||||
|
<family>TlwgMono</family> <!-- thai -->
|
||||||
|
<family>Hasida</family> <!-- hebrew -->
|
||||||
|
<family>Mitra Mono</family> <!-- bengali -->
|
||||||
|
<family>GF Zemen Unicode</family> <!-- ethiopic -->
|
||||||
|
<family>Hapax Berbère</family> <!-- tifinagh -->
|
||||||
|
<family>Lohit Bengali</family>
|
||||||
|
<family>Lohit Gujarati</family>
|
||||||
|
<family>Lohit Hindi</family>
|
||||||
|
<family>Lohit Marathi</family>
|
||||||
|
<family>Lohit Maithili</family>
|
||||||
|
<family>Lohit Kashmiri</family>
|
||||||
|
<family>Lohit Konkani</family>
|
||||||
|
<family>Lohit Nepali</family>
|
||||||
|
<family>Lohit Sindhi</family>
|
||||||
|
<family>Lohit Punjabi</family>
|
||||||
|
<family>Lohit Tamil</family>
|
||||||
|
<family>Meera</family>
|
||||||
|
<family>Lohit Malayalam</family>
|
||||||
|
<family>Lohit Kannada</family>
|
||||||
|
<family>Lohit Telugu</family>
|
||||||
|
<family>Lohit Oriya</family>
|
||||||
|
<family>LKLUG</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Inconsolata -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Inconsolata</family>
|
||||||
|
<accept>
|
||||||
|
<family>Inconsolata-zi4</family>
|
||||||
|
</accept>
|
||||||
|
<prefer>
|
||||||
|
<family>Inconsolatazi4</family>
|
||||||
|
</prefer>
|
||||||
|
<default>
|
||||||
|
<family>Inconsolatazi4</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Linux Biolinum -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Linux Biolinum</family>
|
||||||
|
<accept>
|
||||||
|
<family>Linux Biolinum</family>
|
||||||
|
</accept>
|
||||||
|
<prefer>
|
||||||
|
<family>Linux Biolinum O</family>
|
||||||
|
</prefer>
|
||||||
|
<default>
|
||||||
|
<family>Linux Biolinum O</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- Linux Libertine -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Linux Libertine</family>
|
||||||
|
<accept>
|
||||||
|
<family>Linux Libertine</family>
|
||||||
|
</accept>
|
||||||
|
<prefer>
|
||||||
|
<family>Linux Libertine O</family>
|
||||||
|
</prefer>
|
||||||
|
<default>
|
||||||
|
<family>Linux Libertine O</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- OFL Sorts Mill Goudy TT -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>OFL Sorts Mill Goudy TT</family>
|
||||||
|
<accept>
|
||||||
|
<family>Sorts Mill Goudy TT</family>
|
||||||
|
</accept>
|
||||||
|
<prefer>
|
||||||
|
<family>Sorts Mill Goudy</family>
|
||||||
|
</prefer>
|
||||||
|
<default>
|
||||||
|
<family>Sorts Mill Goudy</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<!-- OFL Sorts Mill Goudy -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>OFL Sorts Mill Goudy</family>
|
||||||
|
<accept>
|
||||||
|
<family>Sorts Mill Goudy TT</family>
|
||||||
|
</accept>
|
||||||
|
<prefer>
|
||||||
|
<family>Sorts Mill Goudy</family>
|
||||||
|
</prefer>
|
||||||
|
<default>
|
||||||
|
<family>Sorts Mill Goudy</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
156
applications/fpvviewer/rsvg/etc/fonts/conf.d/68-override.conf
Normal file
156
applications/fpvviewer/rsvg/etc/fonts/conf.d/68-override.conf
Normal file
@@ -0,0 +1,156 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Override global settings in certain situations ## -->
|
||||||
|
<!-- Replace "Lucida Grande 9px bold with Lucida Sans Unicode. -->
|
||||||
|
<match target="pattern">
|
||||||
|
<test name="family" compare="eq">
|
||||||
|
<string>Lucida Grande</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="eq">
|
||||||
|
<double>9</double>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="same">
|
||||||
|
<string>Lucida Sans Unicode</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Make these fonts use no antialiasing or hinting (circa DOS / X11) -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>ProFontWindows</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintnone</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="prefer_bitmap" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Terminus</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintnone</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="prefer_bitmap" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Terminus (ttf)</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintnone</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="prefer_bitmap" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Treat Luxi Mono as a monospace font -->
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family">
|
||||||
|
<string>Luxi Mono</string>
|
||||||
|
</test>
|
||||||
|
<edit name="spacing">
|
||||||
|
<int>100</int>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Monochrome BCI for these fonts (circa Windows 98). -->
|
||||||
|
<!-- This will make them look like bitmap fonts. Good for monospace.
|
||||||
|
This should only be used by fonts that contain TrueType instructions. -->
|
||||||
|
<!--
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>FONT NAME HERE</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Full autohint. -->
|
||||||
|
<!-- Makes vertical/horizontal stems align to pixels, but is not
|
||||||
|
true to the glyphs. Some glyphs may look forced into place,
|
||||||
|
however they are very sharp. -->
|
||||||
|
<!--
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>FONT NAME HERE</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Light autohint on italics. -->
|
||||||
|
<!-- Use for anything that is full auto or TT hinted above. -->
|
||||||
|
<!--
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>FONT NAME HERE</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
-->
|
||||||
|
|
||||||
|
</fontconfig>
|
28
applications/fpvviewer/rsvg/etc/fonts/conf.d/69-unifont.conf
Normal file
28
applications/fpvviewer/rsvg/etc/fonts/conf.d/69-unifont.conf
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeSerif</family>
|
||||||
|
<family>Code2000</family>
|
||||||
|
<family>Code2001</family> <!-- plane1 and beyond -->
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeSans</family>
|
||||||
|
<family>Arial Unicode MS</family>
|
||||||
|
<family>Arial Unicode</family>
|
||||||
|
<family>Code2000</family> <!-- almost everything; serif actually -->
|
||||||
|
<family>Code2001</family> <!-- plane1 and beyond -->
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>FreeMono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Fix-ups for Delicious family -->
|
||||||
|
|
||||||
|
<!-- Delicious 'heavy' variant says its Medium weight -->
|
||||||
|
<match target="scan">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Delicious</string>
|
||||||
|
</test>
|
||||||
|
<test name="style">
|
||||||
|
<string>Heavy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="weight">
|
||||||
|
<const>heavy</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Use embedded bitmaps in fonts like Calibri? -->
|
||||||
|
<match target="font" >
|
||||||
|
<edit name="embeddedbitmap" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Force autohint always. Useful for debugging and for free
|
||||||
|
software purists. Disabled by default. -->
|
||||||
|
<match target="font">
|
||||||
|
<edit name="force_autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Make (some) monospace/coding TTF fonts render as bitmaps?
|
||||||
|
courier new, andale mono, monaco, etc. -->
|
||||||
|
<match target="pattern" >
|
||||||
|
<edit name="bitmap_monospace" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Accept bitmap fonts -->
|
||||||
|
<selectfont>
|
||||||
|
<acceptfont>
|
||||||
|
<pattern>
|
||||||
|
<patelt name="scalable"><bool>false</bool></patelt>
|
||||||
|
</pattern>
|
||||||
|
</acceptfont>
|
||||||
|
</selectfont>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Don't disable Type 1 fonts. Make sure to run this as root
|
||||||
|
if having problems: fc-cache -f -->
|
||||||
|
<selectfont>
|
||||||
|
<acceptfont>
|
||||||
|
<pattern>
|
||||||
|
<patelt name="fontformat" >
|
||||||
|
<string>Type 1</string>
|
||||||
|
</patelt>
|
||||||
|
</pattern>
|
||||||
|
</acceptfont>
|
||||||
|
</selectfont>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,64 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Forced artificial italic / bold ## -->
|
||||||
|
|
||||||
|
<!-- "Unforced" artificial/italic already included in /etc/fonts/conf.d/
|
||||||
|
rules. -->
|
||||||
|
|
||||||
|
<!-- Artificial oblique for fonts without an italic or oblique version. -->
|
||||||
|
<match target="font">
|
||||||
|
<!-- check to see if the font is roman -->
|
||||||
|
<test name="slant">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the pattern requested non-roman -->
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- multiply the matrix to slant the font -->
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<!-- pretend the font is oblique now -->
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>oblique</const>
|
||||||
|
</edit>
|
||||||
|
<!-- and disable embedded bitmaps for artificial oblique -->
|
||||||
|
<edit name="embeddedbitmap" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Synthetic emboldening for fonts that do not have bold face available. -->
|
||||||
|
<match target="font">
|
||||||
|
<!-- check to see if the font is just regular -->
|
||||||
|
<test name="weight" compare="less_eq">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the pattern requests bold -->
|
||||||
|
<test target="pattern" name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<!-- set the embolden flag
|
||||||
|
needed for applications using cairo, e.g. gucharmap, gedit, ... -->
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<!-- set weight to bold
|
||||||
|
needed for applications using Xft directly, e.g. Firefox, ... -->
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
2128
applications/fpvviewer/rsvg/etc/fonts/conf.d/90-non-tt-fonts.conf
Normal file
2128
applications/fpvviewer/rsvg/etc/fonts/conf.d/90-non-tt-fonts.conf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,64 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
Artificial oblique for fonts without an italic or oblique version
|
||||||
|
-->
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<!-- check to see if the font is roman -->
|
||||||
|
<test name="slant">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the pattern requested non-roman -->
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<!-- multiply the matrix to slant the font -->
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix><double>1</double><double>0.2</double>
|
||||||
|
<double>0</double><double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<!-- pretend the font is oblique now -->
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>oblique</const>
|
||||||
|
</edit>
|
||||||
|
<!-- and disable embedded bitmaps for artificial oblique -->
|
||||||
|
<edit name="embeddedbitmap" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Synthetic emboldening for fonts that do not have bold face available
|
||||||
|
-->
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<!-- check to see if the font is just regular -->
|
||||||
|
<test name="weight" compare="less_eq">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<!-- check to see if the pattern requests bold -->
|
||||||
|
<test target="pattern" name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<!--
|
||||||
|
set the embolden flag
|
||||||
|
needed for applications using cairo, e.g. gucharmap, gedit, ...
|
||||||
|
-->
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<!--
|
||||||
|
set weight to bold
|
||||||
|
needed for applications using Xft directly, e.g. Firefox, ...
|
||||||
|
-->
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
File diff suppressed because it is too large
Load Diff
1822
applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-misc.conf
Normal file
1822
applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-misc.conf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,287 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Selective rendering: Microsoft fonts ## -->
|
||||||
|
|
||||||
|
<!-- Arial -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>9</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="lcd_filter" mode="assign">
|
||||||
|
<const>lcdlegacy</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>11.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>13.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>21.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>22.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Arial Black -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial Black</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>12.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial Black</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>15.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>16.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial Black</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>21.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>22.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Arial Rounded MT Bold -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial Rounded MT Bold</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>13.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Courier New -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Courier New</string>
|
||||||
|
</test>
|
||||||
|
<test name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Franklin Gothic -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>13.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>16.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>17.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>18.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>19.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>21.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Lucida Console -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Lucida Console</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>17.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Lucida Console</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>23.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Verdana -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="font_type">
|
||||||
|
<string>Verdana</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>16.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>19.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,369 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Selective rendering: misc and web fonts ## -->
|
||||||
|
|
||||||
|
<!-- Bitstream Vera Sans Mono -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Bitstream Vera Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less_eq">
|
||||||
|
<double>12.0</double>
|
||||||
|
</test>
|
||||||
|
<edit name="lcd_filter" mode="assign">
|
||||||
|
<const>lcdlegacy</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Courier (Apple) -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Courier</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>20.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Courier</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>20.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>23.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Courier</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>14.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="lcd_filter" mode="assign">
|
||||||
|
<const>lcdlegacy</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Courier</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>14.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Menlo -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Menlo</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>13.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="lcd_filter" mode="assign">
|
||||||
|
<const>lcdlegacy</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Proxima Nova -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Proxima Nova</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>14.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>17.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- ## Webfonts ## -->
|
||||||
|
|
||||||
|
<!-- Alegreya -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Alegreya</string>
|
||||||
|
</test>
|
||||||
|
<edit mode="assign" name="autohint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit mode="assign" name="hintstyle">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:AlegreyaSans</string>
|
||||||
|
</test>
|
||||||
|
<edit mode="assign" name="autohint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit mode="assign" name="hintstyle">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Franklin Gothic -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:franklin_gothic_fs_cdbold</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:franklin_gothic_fs_medbold</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- DINRoundOT -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:DINRoundOT-Light</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Noto Sans -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Noto Sans</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Paytone One -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Paytone One</string>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>15</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Proxima Nova -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Proxima Nova</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>14.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>17.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:ProximaNova-Regular</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Stag -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>@font-face:Stag-Light</string>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Ubuntu -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" qual="any">
|
||||||
|
<string>@font-face:Ubuntu</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less_eq">
|
||||||
|
<const>regular</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>16.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" qual="any">
|
||||||
|
<string>@font-face:Ubuntu</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="eq">
|
||||||
|
<const>bold</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less_eq">
|
||||||
|
<double>15.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintslight</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="force_autohint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>regular</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>23.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="antialias" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="autohint" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,52 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Final settings ## -->
|
||||||
|
|
||||||
|
<!-- Use matrix settings to transform a font
|
||||||
|
Slightly stretch a font
|
||||||
|
Does not work with Google Chrome, but does in Firefox -->
|
||||||
|
<!--<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Some font</string>
|
||||||
|
</test>
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>bold</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more_eq">
|
||||||
|
<double>9.5</double>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="less">
|
||||||
|
<double>10.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1.1</double>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>1.0</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
</match>-->
|
||||||
|
|
||||||
|
<!-- Apply full hinting to fonts < Regular, > 24.5px -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>regular</const>
|
||||||
|
</test>
|
||||||
|
<test name="pixelsize" compare="more">
|
||||||
|
<double>24.5</double>
|
||||||
|
</test>
|
||||||
|
<edit name="hinting" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,333 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- Prevent synthetic functions on bitmap / non-aa fonts.
|
||||||
|
This is done below by fooling fontconfig into thinking they are already
|
||||||
|
bold / italic. -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="slant">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<test name="scalable">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>oblique</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="slant">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<test name="antialias">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>oblique</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="weight" compare="less_eq">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="scalable">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="weight" compare="less_eq">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="weight" compare="more">
|
||||||
|
<const>medium</const>
|
||||||
|
</test>
|
||||||
|
<test name="antialias">
|
||||||
|
<bool>false</bool>
|
||||||
|
</test>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Prevent bold-ish fonts from being emboldened -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="weight" compare="more_eq">
|
||||||
|
<const>semibold</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="weight">
|
||||||
|
<const>bold</const>
|
||||||
|
</test>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Prevent thin-ish fonts from being emboldened -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="weight" compare="less">
|
||||||
|
<const>book</const>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="weight">
|
||||||
|
<const>bold</const>
|
||||||
|
</test>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>bold</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Prevent certain font families from being embolden -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Archivo Black</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>black</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Arial Black</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>black</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Clear Sans Light</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>light</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Clear Sans Thin</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>thin</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Franklin Gothic Demi Cond</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>black</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Franklin Gothic Heavy</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>black</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>League Gothic</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>medium</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Sansation Light</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embolden" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
<edit name="weight" mode="assign">
|
||||||
|
<const>light</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<!-- Prevent certain font families from being artificially slanted -->
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>WenQuanYi Zen Hei</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>WenQuanYi Zen Hei Mono</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>WenQuanYi Zen Hei Sharp</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
<edit name="embeddedbitmap" mode="assign">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>WenQuanYi Micro Hei</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>WenQuanYi Micro Hei Mono</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Inconsolata for Powerline</string>
|
||||||
|
</test>
|
||||||
|
<test target="pattern" name="slant" compare="not_eq">
|
||||||
|
<const>roman</const>
|
||||||
|
</test>
|
||||||
|
<edit name="matrix" mode="assign">
|
||||||
|
<times>
|
||||||
|
<name>matrix</name>
|
||||||
|
<matrix>
|
||||||
|
<double>1</double>
|
||||||
|
<double>-0.2</double>
|
||||||
|
<double>0</double>
|
||||||
|
<double>1</double>
|
||||||
|
</matrix>
|
||||||
|
</times>
|
||||||
|
</edit>
|
||||||
|
<edit name="slant" mode="assign">
|
||||||
|
<const>roman</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
28
applications/fpvviewer/rsvg/etc/fonts/conf.d/95-reject.conf
Normal file
28
applications/fpvviewer/rsvg/etc/fonts/conf.d/95-reject.conf
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Reject fonts in certain situations. ## -->
|
||||||
|
|
||||||
|
<!-- Inconsolata-Bold.otf -->
|
||||||
|
<!--selectfont>
|
||||||
|
<rejectfont>
|
||||||
|
<pattern>
|
||||||
|
<patelt name="family" >
|
||||||
|
<string>Inconsolata</string>
|
||||||
|
</patelt>
|
||||||
|
<patelt name="weight" >
|
||||||
|
<const>bold</const>
|
||||||
|
</patelt>
|
||||||
|
</pattern>
|
||||||
|
</rejectfont>
|
||||||
|
</selectfont-->
|
||||||
|
|
||||||
|
<!-- Reject Inconsolata that comes with TeXLive -->
|
||||||
|
<selectfont>
|
||||||
|
<rejectfont>
|
||||||
|
<glob>/opt/texlive/texmf-dist/fonts/opentype/public/inconsolata/*</glob>
|
||||||
|
</rejectfont>
|
||||||
|
</selectfont>
|
||||||
|
|
||||||
|
</fontconfig>
|
@@ -0,0 +1,24 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<!-- ## Selective rendering: custom options ## -->
|
||||||
|
|
||||||
|
<!-- Use this file to set your custom font tweaks.
|
||||||
|
97-selective-rednering-custom.conf always takes
|
||||||
|
precedence over default rendering settings.
|
||||||
|
It won't be overwritten on fontconfig update. -->
|
||||||
|
|
||||||
|
<!-- Enable embedded bitmaps in Monaco -->
|
||||||
|
<!--
|
||||||
|
<match target="font">
|
||||||
|
<test name="family">
|
||||||
|
<string>Monaco</string>
|
||||||
|
</test>
|
||||||
|
<edit name="embeddedbitmap" mode="assign">
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
-->
|
||||||
|
|
||||||
|
</fontconfig>
|
45
applications/fpvviewer/rsvg/etc/fonts/conf.d/README
Normal file
45
applications/fpvviewer/rsvg/etc/fonts/conf.d/README
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
conf.d/README
|
||||||
|
|
||||||
|
Each file in this directory is a fontconfig configuration file. Fontconfig
|
||||||
|
scans this directory, loading all files of the form [0-9][0-9]*.conf.
|
||||||
|
These files are normally installed in @TEMPLATEDIR@
|
||||||
|
and then symlinked here, allowing them to be easily installed and then
|
||||||
|
enabled/disabled by adjusting the symlinks.
|
||||||
|
|
||||||
|
The files are loaded in numeric order, the structure of the configuration
|
||||||
|
has led to the following conventions in usage:
|
||||||
|
|
||||||
|
Files begining with: Contain:
|
||||||
|
|
||||||
|
00 through 09 Font directories
|
||||||
|
10 through 19 system rendering defaults (AA, etc)
|
||||||
|
20 through 29 font rendering options
|
||||||
|
30 through 39 family substitution
|
||||||
|
40 through 49 generic identification, map family->generic
|
||||||
|
50 through 59 alternate config file loading
|
||||||
|
60 through 69 generic aliases, map generic->family
|
||||||
|
70 through 79 select font (adjust which fonts are available)
|
||||||
|
80 through 89 match target="scan" (modify scanned patterns)
|
||||||
|
90 through 99 font synthesis
|
||||||
|
|
||||||
|
If you are using fontconfig-infinality-ultimate from the infinality-bundle
|
||||||
|
collection, templates are located in /e/rtvc100-64/share/fontconfig/conf.avail.infinality and they
|
||||||
|
are symlinked here instead. Besides, there are three more subdirectories
|
||||||
|
located in the main template directory, each containing collection-specific
|
||||||
|
fontconfig configuration files:
|
||||||
|
|
||||||
|
/e/rtvc100-64/share/fontconfig/conf.avail.infinality/combi - for a custom, user-compiled collection
|
||||||
|
/e/rtvc100-64/share/fontconfig/conf.avail.infinality/free - for the free font collection, available in the
|
||||||
|
infinality-bundle-fonts repository (default in
|
||||||
|
Arch Linux)
|
||||||
|
/e/rtvc100-64/share/fontconfig/conf.avail.infinality/ms - for the proprietary font collection available
|
||||||
|
with Microsoft Windows and Office software
|
||||||
|
(not freely available)
|
||||||
|
|
||||||
|
Symbolic links in conf.d to all five *.conf files from one of either combi,
|
||||||
|
free or ms need to be created in order for default aliases and font
|
||||||
|
substitution rules to work properly.
|
||||||
|
|
||||||
|
The stock fontconfig template directory and configuration files are still
|
||||||
|
available for compatibility reasons and should not be removed.
|
||||||
|
|
97
applications/fpvviewer/rsvg/etc/fonts/fonts.conf
Normal file
97
applications/fpvviewer/rsvg/etc/fonts/fonts.conf
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
<?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>WINDOWSFONTDIR</dir>
|
||||||
|
<dir>APPSHAREFONTDIR</dir>
|
||||||
|
<dir>CUSTOMFONTDIR</dir>
|
||||||
|
<dir prefix="xdg">fonts</dir>
|
||||||
|
<!-- the following element will be removed in the future -->
|
||||||
|
<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" binding="same">
|
||||||
|
<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" binding="same">
|
||||||
|
<string>sans-serif</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" binding="same">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>segoe ui</family>
|
||||||
|
<family>tahoma</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<!--
|
||||||
|
Load local system customization file
|
||||||
|
-->
|
||||||
|
<include ignore_missing="yes">conf.d</include>
|
||||||
|
|
||||||
|
<!-- Font cache directory list -->
|
||||||
|
<cachedir>RELATIVE_CACHE</cachedir>
|
||||||
|
<!--
|
||||||
|
<cachedir>LOCAL_APPDATA_FONTCONFIG_CACHE</cachedir>
|
||||||
|
<cachedir prefix="xdg">fontconfig</cachedir>
|
||||||
|
<cachedir>~/.fontconfig</cachedir>
|
||||||
|
-->
|
||||||
|
<!-- the following element will be removed in the future -->
|
||||||
|
<config>
|
||||||
|
<!--
|
||||||
|
Rescan configuration every 30 seconds when FcFontSetList is called
|
||||||
|
-->
|
||||||
|
<rescan>
|
||||||
|
<int>30</int>
|
||||||
|
</rescan>
|
||||||
|
</config>
|
||||||
|
|
||||||
|
</fontconfig>
|
BIN
applications/fpvviewer/rsvg/fc-cache.exe
Normal file
BIN
applications/fpvviewer/rsvg/fc-cache.exe
Normal file
Binary file not shown.
6
applications/fpvviewer/rsvg/readme.txt
Normal file
6
applications/fpvviewer/rsvg/readme.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Version: rsvg-convert-2.40.15.7z (21-04-2016)
|
||||||
|
|
||||||
|
Downloaded from: http://opensourcepack.blogspot.com/2012/06/rsvg-convert-svg-image-conversion-tool.html
|
||||||
|
|
||||||
|
Link to download found at: https://en.wikipedia.org/wiki/Librsvg
|
||||||
|
|
BIN
applications/fpvviewer/rsvg/rsvg-convert-2.40.15.7z
Normal file
BIN
applications/fpvviewer/rsvg/rsvg-convert-2.40.15.7z
Normal file
Binary file not shown.
BIN
applications/fpvviewer/rsvg/rsvg-convert.exe
Normal file
BIN
applications/fpvviewer/rsvg/rsvg-convert.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user