diff --git a/applications/fpvviewer/fpvv_mainform.pas b/applications/fpvviewer/fpvv_mainform.pas
index ee737fab7..554b28240 100644
--- a/applications/fpvviewer/fpvv_mainform.pas
+++ b/applications/fpvviewer/fpvv_mainform.pas
@@ -109,6 +109,7 @@ begin
Drawer.Drawing.Canvas.Brush.Color := clWhite;
Drawer.Drawing.Canvas.Brush.Style := bsSolid;
Drawer.Drawing.Canvas.FillRect(0, 0, Drawer.Drawing.Width, Drawer.Drawing.Height);
+ if FVec = nil then Exit;
lPage := FVec.GetPage(0);
if lPage = nil then
Exception.Create('The document has no pages');
diff --git a/applications/fpvviewer/fpvviewer.lpi b/applications/fpvviewer/fpvviewer.lpi
index ed8870c37..e028cb5ac 100644
--- a/applications/fpvviewer/fpvviewer.lpi
+++ b/applications/fpvviewer/fpvviewer.lpi
@@ -139,6 +139,7 @@
+
diff --git a/applications/fpvviewer/rsvg/COPYING b/applications/fpvviewer/rsvg/COPYING
new file mode 100644
index 000000000..d60c31a97
--- /dev/null
+++ b/applications/fpvviewer/rsvg/COPYING
@@ -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.
+
+
+ Copyright (C)
+
+ 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.
+
+ , 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.
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-base-rendering.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-base-rendering.conf
new file mode 100644
index 000000000..cbdd84dc0
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-base-rendering.conf
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ rgb
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ hintslight
+
+
+ lcddefault
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-scale-bitmap-fonts.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
new file mode 100644
index 000000000..e3bcd46cd
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/10-scale-bitmap-fonts.conf
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+ false
+
+
+
+ pixelsize
+ pixelsize
+
+
+
+
+
+ false
+
+
+
+
+ pixelsizefixupfactor
+ 1.2
+
+
+ pixelsizefixupfactor
+ 0.8
+
+
+
+
+
+
+
+ false
+
+
+ 64
+
+
+ true
+
+
+ true
+
+
+ 1.0
+
+
+
+
+
+ false
+
+
+ 1.0
+
+
+
+ matrix
+
+ pixelsizefixupfactor 0
+ 0 pixelsizefixupfactor
+
+
+
+
+
+ size
+ pixelsizefixupfactor
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
new file mode 100644
index 000000000..102dbcc4a
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+ DejaVu Sans Mono
+
+
+ 7.5
+
+
+ false
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
new file mode 100644
index 000000000..ee69996dc
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+ DejaVu Sans
+
+
+ 7.5
+
+
+ false
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
new file mode 100644
index 000000000..cf6caa2cd
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+ DejaVu Serif
+
+
+ 7.5
+
+
+ false
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-vera.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-vera.conf
new file mode 100644
index 000000000..c9505ca8e
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/20-unhint-small-vera.conf
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+ Bitstream Vera Sans
+
+
+ 7.5
+
+
+ false
+
+
+
+
+
+ Bitstream Vera Serif
+
+
+ 7.5
+
+
+ false
+
+
+
+
+
+ Bitstream Vera Sans Mono
+
+
+ 7.5
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/28-user.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/28-user.conf
new file mode 100644
index 000000000..a397fbbf2
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/28-user.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+ fontconfig/conf.d
+ fontconfig/fonts.conf
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/29-local.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/29-local.conf
new file mode 100644
index 000000000..1f3ad7860
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/29-local.conf
@@ -0,0 +1,8 @@
+
+
+
+
+
+ local.conf
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-metric-aliases.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-metric-aliases.conf
new file mode 100644
index 000000000..d0d9ea2e0
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-metric-aliases.conf
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+ Nimbus Sans L
+
+ Helvetica
+
+
+
+
+ TeX Gyre Heros
+
+ Helvetica
+
+
+
+
+ TeX Gyre Heros Cn
+
+ Helvetica Condensed
+
+
+
+
+ Nimbus Roman No9 L
+
+ Times
+
+
+
+
+ TeX Gyre Termes
+
+ Times
+
+
+
+
+ Nimbus Mono L
+
+ Courier
+
+
+
+
+ TeX Gyre Cursor
+
+ Courier
+
+
+
+
+ Avant Garde
+
+ ITC Avant Garde Gothic
+
+
+
+
+ URW Gothic L
+
+ ITC Avant Garde Gothic
+
+
+
+
+ TeX Gyre Adventor
+
+ ITC Avant Garde Gothic
+
+
+
+
+ Bookman
+
+ ITC Bookman
+
+
+
+
+ URW Bookman L
+
+ ITC Bookman
+
+
+
+
+ TeX Gyre Bonum
+
+ ITC Bookman
+
+
+
+
+ Bookman Old Style
+
+ ITC Bookman
+
+
+
+
+ Zapf Chancery
+
+ ITC Zapf Chancery
+
+
+
+
+ URW Chancery L
+
+ ITC Zapf Chancery
+
+
+
+
+ TeX Gyre Chorus
+
+ ITC Zapf Chancery
+
+
+
+
+ URW Palladio L
+
+ Palatino
+
+
+
+
+ TeX Gyre Pagella
+
+ Palatino
+
+
+
+
+ Palatino Linotype
+
+ Palatino
+
+
+
+
+ Century Schoolbook L
+
+ New Century Schoolbook
+
+
+
+
+ TeX Gyre Schola
+
+ New Century Schoolbook
+
+
+
+
+ Century Schoolbook
+
+ New Century Schoolbook
+
+
+
+
+
+
+ Arimo
+
+ Arial
+
+
+
+
+ Liberation Sans
+
+ Arial
+
+
+
+
+ Liberation Sans Narrow
+
+ Arial Narrow
+
+
+
+
+ Albany
+
+ Arial
+
+
+
+
+ Albany AMT
+
+ Arial
+
+
+
+
+ Tinos
+
+ Times New Roman
+
+
+
+
+ Liberation Serif
+
+ Times New Roman
+
+
+
+
+ Thorndale
+
+ Times New Roman
+
+
+
+
+ Thorndale AMT
+
+ Times New Roman
+
+
+
+
+ Cousine
+
+ Courier New
+
+
+
+
+ Liberation Mono
+
+ Courier New
+
+
+
+
+ Cumberland
+
+ Courier New
+
+
+
+
+ Cumberland AMT
+
+ Courier New
+
+
+
+
+ Gelasio
+
+ Georgia
+
+
+
+
+
+
+
+
+
+ Helvetica
+
+ Arial
+
+
+
+
+ Helvetica Condensed
+
+ Arial Narrow
+
+
+
+
+ Times
+
+ Times New Roman
+
+
+
+
+ Courier
+
+ Courier New
+
+
+
+
+
+
+ Arial
+
+ Helvetica
+
+
+
+
+ Arial Narrow
+
+ Helvetica Condensed
+
+
+
+
+ Times New Roman
+
+ Times
+
+
+
+
+ Courier New
+
+ Courier
+
+
+
+
+
+
+
+
+
+ Helvetica
+
+ TeX Gyre Heros
+ Nimbus Sans L
+
+
+
+
+ Helvetica Condensed
+
+ TeX Gyre Heros Cn
+
+
+
+
+ Times
+
+ TeX Gyre Termes
+ Nimbus Roman No9 L
+
+
+
+
+ Courier
+
+ TeX Gyre Cursor
+ Nimbus Mono L
+
+
+
+
+ ITC Avant Garde Gothic
+
+ TeX Gyre Adventor
+ URW Gothic L
+
+
+
+
+ ITC Bookman
+
+ Bookman Old Style
+ TeX Gyre Bonum
+ URW Bookman L
+
+
+
+
+ ITC Zapf Chancery
+
+ TeX Gyre Chorus
+ URW Chancery L
+
+
+
+
+ Palatino
+
+ Palatino Linotype
+ TeX Gyre Pagella
+ URW Palladio L
+
+
+
+
+ New Century Schoolbook
+
+ Century Schoolbook
+ TeX Gyre Schola
+ Century Schoolbook L
+
+
+
+
+
+ Arial
+
+ Arimo
+ Liberation Sans
+ Albany
+ Albany AMT
+
+
+
+
+ Arial Narrow
+
+ Liberation Sans Narrow
+
+
+
+
+ Times New Roman
+
+ Tinos
+ Liberation Serif
+ Thorndale
+ Thorndale AMT
+
+
+
+
+ Courier New
+
+ Cousine
+ Liberation Mono
+ Cumberland
+ Cumberland AMT
+
+
+
+
+ Georgia
+
+ Gelasio
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-urw-aliases.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-urw-aliases.conf
new file mode 100644
index 000000000..e0d45da87
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/30-urw-aliases.conf
@@ -0,0 +1,24 @@
+
+
+
+
+
+ Zapf Dingbats
+ Dingbats
+
+
+ ITC Zapf Dingbats
+ Dingbats
+
+
+
+ Symbol
+
+
+ Standard Symbols L
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/31-cantarell.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/31-cantarell.conf
new file mode 100644
index 000000000..2b3ab0940
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/31-cantarell.conf
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+ Cantarell
+
+
+ Cantarell
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/35-repl-custom.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/35-repl-custom.conf
new file mode 100644
index 000000000..88a044fb2
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/35-repl-custom.conf
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/37-repl-webfonts.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/37-repl-webfonts.conf
new file mode 100644
index 000000000..c1b8fdaec
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/37-repl-webfonts.conf
@@ -0,0 +1,330 @@
+
+
+
+
+
+
+
+
+
+ @font-face:Crimson Text
+
+
+ Crimson
+
+
+
+
+ @font-face:Crimson Text
+
+
+ Crimson
+
+
+
+
+
+
+ @font-face:Droid Sans Mono
+
+
+ Droid Sans Mono
+
+
+
+
+ @font-face:Droid Sans Mono
+
+
+ Droid Sans Mono
+
+
+
+
+
+
+ @font-face:Exo
+
+
+ Exo 2
+
+
+
+
+ @font-face:Exo
+
+
+ Exo 2
+
+
+
+
+
+
+ @font-face:franklin_gothic_fs_cdbold
+
+
+ Franklin Gothic Demi Cond
+
+
+
+
+ @font-face:franklin_gothic_fs_cdbold
+
+
+ Franklin Gothic Demi Cond
+
+
+
+
+
+
+ @font-face:Garamond Classic FS
+
+
+ Garamond
+ EB Garamond
+
+
+
+
+ @font-face:Garamond Classic FS
+
+
+ Garamond
+ EB Garamond
+
+
+
+
+
+
+ @font-face:Istok Web
+
+
+ Istok
+
+
+
+
+ @font-face:Istok Web
+
+
+ Istok
+
+
+
+
+
+
+ @font-face:Lato
+
+
+ Lato
+
+
+
+
+ @font-face:Lato
+
+
+ Lato
+
+
+
+
+
+
+ @font-face:Open Sans
+
+
+ Open Sans
+
+
+
+
+ @font-face:Open Sans
+
+
+ Open Sans
+
+
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
+
+ OFL Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
+ OFL Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy TT
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy TT
+
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+
+
+ @font-face:OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+
+
+
+ OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy TT
+
+
+
+
+ OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy TT
+
+
+
+
+
+ OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+
+
+ OFL Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+
+
+
+
+ @font-face:premiera book
+
+
+ Gentium Book Basic
+
+
+
+
+ @font-face:premiera book
+
+
+ Gentium Book Basic
+
+
+
+
+
+ @font-face:premiera italic
+
+
+ Gentium Book Basic
+
+
+
+
+ @font-face:premiera italic
+
+
+ Gentium Book Basic
+
+
+
+
+
+
+ @font-face:proxima-nova
+
+
+ Proxima Nova
+
+
+
+
+ @font-face:proxima-nova
+
+
+ Proxima Nova
+
+
+
+
+
+
+ @font-face:Roboto
+
+
+ Roboto
+
+
+
+
+ @font-face:Roboto
+
+
+ Roboto
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/38-repl-webfonts-custom.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/38-repl-webfonts-custom.conf
new file mode 100644
index 000000000..d30d677ee
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/38-repl-webfonts-custom.conf
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+ @font-face:WEBFONT TO REPLACE
+
+
+ LOCAL REPLACEMENT FONT
+
+
+
+
+ @font-face:WEBFONT TO REPLACE
+
+
+ LOCAL REPLACEMENT FONT
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-microsoft.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-microsoft.conf
new file mode 100644
index 000000000..86af7fb64
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-microsoft.conf
@@ -0,0 +1,401 @@
+
+
+
+
+
+
+
+
+ Aldhabi
+ serif
+
+
+ Angsana New
+ serif
+
+
+ AngsanaUPC
+ serif
+
+
+ Aparajita
+ serif
+
+
+ Arabic Typesetting
+ serif
+
+
+ Batang
+ serif
+
+
+ DFKai-SB
+ serif
+
+
+ DaunPenh
+ serif
+
+
+ David
+ serif
+
+
+ Estrangelo Edessa
+ serif
+
+
+ EucrosiaUPC
+ serif
+
+
+ FangSong
+ serif
+
+
+ IrisUPC
+ serif
+
+
+ Iskoola Pota
+ serif
+
+
+ JasmineUPC
+ serif
+
+
+ Javanese Text
+ serif
+
+
+ Kokila
+ serif
+
+
+ KodchiangUPC
+ serif
+
+
+ Microsoft Himalaya
+ serif
+
+
+ Microsoft Uighur
+ serif
+
+
+ MingLiU
+ serif
+
+
+ PMingLiU
+ serif
+
+
+ MingLiU-ExtB
+ serif
+
+
+ Mongolian Baiti
+ serif
+
+
+ Narkisim
+ serif
+
+
+ Plantagenet Cherokee
+ serif
+
+
+ Sakkal Majalla
+ serif
+
+
+ Shonar Bangla
+ serif
+
+
+ SimSun
+ serif
+
+
+ SimSun-ExtB
+ serif
+
+
+ Urdu Typesetting
+ serif
+
+
+ Traditional Arabic
+ serif
+
+
+ Vijaya
+ serif
+
+
+ Vani
+ serif
+
+
+
+
+ Browallia New
+ sans-serif
+
+
+ BrowalliaUPC
+ sans-serif
+
+
+ Cordia New
+ sans-serif
+
+
+ CordiaUPC
+ sans-serif
+
+
+ DokChampa
+ sans-serif
+
+
+ Ebrima
+ sans-serif
+
+
+ Euphemia
+ sans-serif
+
+
+ FreesiaUPC
+ sans-serif
+
+
+ Gadugi
+ sans-serif
+
+
+ Gautami
+ sans-serif
+
+
+ Gisha
+ sans-serif
+
+
+ Gulim
+ sans-serif
+
+
+ KaiTi
+ sans-serif
+
+
+ Kalinga
+ sans-serif
+
+
+ Kartika
+ sans-serif
+
+
+ Khmer UI
+ sans-serif
+
+
+ Lao UI
+ sans-serif
+
+
+ Latha
+ sans-serif
+
+
+ Leelawadee
+ sans-serif
+
+
+ Leelawadee UI
+ sans-serif
+
+
+ Levenim MT
+ sans-serif
+
+
+ LilyUPC
+ sans-serif
+
+
+ MS Gothic
+ sans-serif
+
+
+ MS UI Gothic
+ sans-serif
+
+
+ MS PGothic
+ sans-serif
+
+
+ MS Reference 1
+ sans-serif
+
+
+ MS Reference 2
+ sans-serif
+
+
+ MS Reference Sans Serif
+ sans-serif
+
+
+ MS Reference Specialty
+ sans-serif
+
+
+ MV Boli
+ sans-serif
+
+
+ Malgun Gothic
+ sans-serif
+
+
+ Mangal
+ sans-serif
+
+
+ Meiryo
+ sans-serif
+
+
+ Meiryo UI
+ sans-serif
+
+
+ Microsoft JhengHei
+ sans-serif
+
+
+ Microsoft JhengHei UI
+ sans-serif
+
+
+ Microsoft New Tai Lue
+ sans-serif
+
+
+ Microsoft PhagsPa
+ sans-serif
+
+
+ Microsoft Sans Serif
+ sans-serif
+
+
+ Microsoft Tai Le
+ sans-serif
+
+
+ Microsoft YaHei
+ sans-serif
+
+
+ Microsoft YaHei UI
+ sans-serif
+
+
+ Microsoft Yi Baiti
+ sans-serif
+
+
+ Miriam
+ sans-serif
+
+
+ MoolBoran
+ sans-serif
+
+
+ Myanmar Text
+ sans-serif
+
+
+ Nirmala UI
+ sans-serif
+
+
+ Nyala
+ sans-serif
+
+
+ Raavi
+ sans-serif
+
+
+ Shruti
+ sans-serif
+
+
+ SimHei
+ sans-serif
+
+
+ Simplified Arabic
+ sans-serif
+
+
+ Sylfaen
+ sans-serif
+
+
+ Tunga
+ sans-serif
+
+
+ Utsaah
+ sans-serif
+
+
+ Vijaya
+ sans-serif
+
+
+ Vrinda
+ sans-serif
+
+
+ Yu Gothic
+ sans-serif
+
+
+ Yu Mincho
+ sans-serif
+
+
+
+
+ DilleniaUPC
+ monospace
+
+
+ Miriam Fixed
+ monospace
+
+
+ Simplified Arabic Fixed
+ monospace
+
+
+ Rod
+ monospace
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-misc.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-misc.conf
new file mode 100644
index 000000000..ec67780e1
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-non-latin-misc.conf
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+ Fauma
+ serif
+
+
+ MV Dhivehi
+ serif
+
+
+ Batang
+ serif
+
+
+ BatangChe
+ serif
+
+
+ GungsuhChe
+ serif
+
+
+ MingLiU_HKSCS
+ serif
+
+
+ MingLiU_HKSCS-ExtB
+ serif
+
+
+ PMingLiU-ExtBMS Mincho
+ serif
+
+
+ NSimSun
+ serif
+
+
+ Gungsuh
+ serif
+
+
+ Aldhabi
+ serif
+
+
+ Cochin
+ serif
+
+
+ KePT Serif
+ serif
+
+
+
+
+ Andagii
+ serif
+
+
+ Arial Hebrew
+ sans-serif
+
+
+ Bugis-Makassar
+ sans-serif
+
+
+ Geneva CY
+ sans-serif
+
+
+ Dotum
+ sans-serif
+
+
+ DotumCh
+ sans-serif
+
+
+ zawgyi1
+ sans-serif
+
+
+ Charcoal CY
+ sans-serif
+
+
+ KePT Sans
+ sans-serif
+
+
+ Sathu
+ sans-serif
+
+
+ Skia
+ sans-serif
+
+
+ Euphemia UCAS
+ sans-serif
+
+
+ Khmer OS
+ sans-serif
+
+
+ Khmer OS UI
+ sans-serif
+
+
+ GulimChe
+ sans-serif
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-nonlatin.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-nonlatin.conf
new file mode 100644
index 000000000..c900fd4e7
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/40-nonlatin.conf
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+ Nazli
+ serif
+
+
+ Lotoos
+ serif
+
+
+ Mitra
+ serif
+
+
+ Ferdosi
+ serif
+
+
+ Badr
+ serif
+
+
+ Zar
+ serif
+
+
+ Titr
+ serif
+
+
+ Jadid
+ serif
+
+
+ Kochi Mincho
+ serif
+
+
+ AR PL SungtiL GB
+ serif
+
+
+ AR PL Mingti2L Big5
+ serif
+
+
+ MS 明朝
+ serif
+
+
+ NanumMyeongjo
+ serif
+
+
+ UnBatang
+ serif
+
+
+ Baekmuk Batang
+ serif
+
+
+ MgOpen Canonica
+ serif
+
+
+ Sazanami Mincho
+ serif
+
+
+ AR PL ZenKai Uni
+ serif
+
+
+ ZYSong18030
+ serif
+
+
+ FreeSerif
+ serif
+
+
+ SimSun
+ serif
+
+
+
+ Arshia
+ sans-serif
+
+
+ Elham
+ sans-serif
+
+
+ Farnaz
+ sans-serif
+
+
+ Nasim
+ sans-serif
+
+
+ Sina
+ sans-serif
+
+
+ Roya
+ sans-serif
+
+
+ Koodak
+ sans-serif
+
+
+ Terafik
+ sans-serif
+
+
+ Kochi Gothic
+ sans-serif
+
+
+ AR PL KaitiM GB
+ sans-serif
+
+
+ AR PL KaitiM Big5
+ sans-serif
+
+
+ MS ゴシック
+ sans-serif
+
+
+ NanumGothic
+ sans-serif
+
+
+ UnDotum
+ sans-serif
+
+
+ Baekmuk Dotum
+ sans-serif
+
+
+ MgOpen Modata
+ sans-serif
+
+
+ Sazanami Gothic
+ sans-serif
+
+
+ AR PL ShanHeiSun Uni
+ sans-serif
+
+
+ ZYSong18030
+ sans-serif
+
+
+ FreeSans
+ sans-serif
+
+
+
+ NSimSun
+ monospace
+
+
+ ZYSong18030
+ monospace
+
+
+ NanumGothicCoding
+ monospace
+
+
+ FreeMono
+ monospace
+
+
+
+
+ Homa
+ fantasy
+
+
+ Kamran
+ fantasy
+
+
+ Fantezi
+ fantasy
+
+
+ Tabassom
+ fantasy
+
+
+
+
+ IranNastaliq
+ cursive
+
+
+ Nafees Nastaleeq
+ cursive
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-microsoft.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-microsoft.conf
new file mode 100644
index 000000000..d755eef16
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-microsoft.conf
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+
+
+ Times New Roman
+ serif
+
+
+ Lucida Bright
+ serif
+
+
+ Andalus
+ serif
+
+
+ Baskerville Old Face
+ serif
+
+
+ Bell MT
+ serif
+
+
+ Bodoni MT
+ serif
+
+
+ Book Antiqua
+ serif
+
+
+ Bookman Old Style
+ serif
+
+
+ Californian FB
+ fantasy
+
+
+ Calisto MT
+ fantasy
+
+
+ Cambria
+ serif
+
+
+ Cambria Math
+ serif
+
+
+ Centaur
+ serif
+
+
+ Century
+ serif
+
+
+ Century Schoolbook
+ serif
+
+
+ Constantia
+ serif
+
+
+ Garamond
+ serif
+
+
+ Georgia
+ serif
+
+
+ Goudy Old Style
+ serif
+
+
+ Lucida Fax
+ serif
+
+
+ Old English Text
+ serif
+
+
+ Palatino Linotype
+ serif
+
+
+ Perpetua
+ serif
+
+
+ Sitka Small
+ serif
+
+
+
+
+ Arial
+ sans-serif
+
+
+ Arial Black
+ sans-serif
+
+
+ Arial Narrow
+ sans-serif
+
+
+ Arial Unicode MS
+ sans-serif
+
+
+ Calibri
+ sans-serif
+
+
+ Candara
+ sans-serif
+
+
+ Century Gothic
+ sans-serif
+
+
+ Corbel
+ sans-serif
+
+
+ Ebrima
+ sans-serif
+
+
+ Franklin Gothic Book
+ sans-serif
+
+
+ Franklin Gothic Demi
+ sans-serif
+
+
+ Franklin Gothic Demi Cond
+ sans-serif
+
+
+ Franklin Gothic Heavy
+ sans-serif
+
+
+ Franklin Gothic Medium
+ sans-serif
+
+
+ Franklin Gothic Medium Cond
+ sans-serif
+
+
+ Gill Sans MT
+ sans-serif
+
+
+ Gill Sans MT Condensed
+ sans-serif
+
+
+ Gill Sans MT Ext Condensed Bold
+ sans-serif
+
+
+ Gill Sans Ultra Bold Condensed
+ sans-serif
+
+
+ Levenim MT
+ sans-serif
+
+
+ Lucida Grande
+ sans-serif
+
+
+ Lucida Sans
+ sans-serif
+
+
+ Lucida Sans Unicode
+ sans-serif
+
+
+ Marlett
+ sans-serif
+
+
+ Segoe UI
+ sans-serif
+
+
+ Segoe UI Emoji
+ sans-serif
+
+
+ Segoe UI Light
+ sans-serif
+
+
+ Segoe UI Symbol
+ sans-serif
+
+
+ Tahoma
+ sans-serif
+
+
+ Trebuchet MS
+ sans-serif
+
+
+ Verdana
+ sans-serif
+
+
+
+
+ Consolas
+ monospace
+
+
+ Courier New
+ monospace
+
+
+ Lucida Console
+ monospace
+
+
+ Lucida Sans Typewriter
+ monospace
+
+
+ OCR A Extended
+ monospace
+
+
+
+
+ Agency FB
+ fantasy
+
+
+ Aharoni
+ fantasy
+
+
+ Algerian
+ fantasy
+
+
+ Arial Rounded MT
+ fantasy
+
+
+ Bauhaus 93
+ fantasy
+
+
+ Berlin Sans FB
+ fantasy
+
+
+ Berlin Sans FB Demi
+ fantasy
+
+
+ Bernard MT Condensed
+ fantasy
+
+
+ Britannic Bold
+ fantasy
+
+
+ Broadway
+ fantasy
+
+
+ Castellar
+ fantasy
+
+
+ Colonna MT
+ fantasy
+
+
+ Comic Sans MS
+ fantasy
+
+
+ Cooper Black
+ fantasy
+
+
+ Cooper Gothic Bold
+ fantasy
+
+
+ Cooper Gothic Italic
+ fantasy
+
+
+ Copperplate
+ fantasy
+
+
+ Elephant
+ fantasy
+
+
+ Engravers MT
+ fantasy
+
+
+ Eras Bold ITC
+ fantasy
+
+
+ Felix Titling
+ fantasy
+
+
+ Footlight MT Light
+ fantasy
+
+
+ FrankRuehl
+ serif
+
+
+ Gloucester MT Extra Condensed
+ serif
+
+
+ Goudy Stout
+ fantasy
+
+
+ Haettenschweiler
+ fantasy
+
+
+ Harlow Solid Italic
+ fantasy
+
+
+ Harrington
+ fantasy
+
+
+ High Tower
+ fantasy
+
+
+ Impact
+ fantasy
+
+
+ Imprint MT Shadow
+ fantasy
+
+
+ Informal Roman
+ fantasy
+
+
+ Jokerman
+ fantasy
+
+
+ Juice ITC
+ fantasy
+
+
+ Magneto
+ fantasy
+
+
+ Maiandra GD
+ fantasy
+
+
+ Modern No. 20
+ fantasy
+
+
+ Niagara Engraved
+ fantasy
+
+
+ Niagara Solid
+ fantasy
+
+
+ Onyx
+ fantasy
+
+
+ Papyrus
+ fantasy
+
+
+ Perpetua Titling MT
+ serif
+
+
+ Playbill
+ serif
+
+
+ Rage Italic
+ serif
+
+
+ Ravie
+ serif
+
+
+ Rockwell
+ serif
+
+
+ Rockwell Condensed
+ serif
+
+
+ Rockwell Extra Bold
+ serif
+
+
+ Showcard Gothic
+ serif
+
+
+ Stencil
+ serif
+
+
+ Tempus Sans ITC
+ serif
+
+
+ Wide Latin
+ serif
+
+
+
+
+ Blackadder ITC
+ cursive
+
+
+ Bradley Hand ITC
+ cursive
+
+
+ Brush Script MT
+ cursive
+
+
+ Chriller
+ cursive
+
+
+ Curlz MT
+ cursive
+
+
+ Edwardian Script ITC
+ cursive
+
+
+ Forte
+ cursive
+
+
+ Freestyle Script
+ cursive
+
+
+ French Script MT
+ cursive
+
+
+ Gabriola
+ cursive
+
+
+ Gigi
+ cursive
+
+
+ Kristen ITC
+ cursive
+
+
+ Kunstler Script
+ cursive
+
+
+ Lucida Calligraphy
+ cursive
+
+
+ Lucida Casual
+ cursive
+
+
+ Lucida Handwriting
+ cursive
+
+
+ Matura MT Script Capitals
+ cursive
+
+
+ Mistral
+ cursive
+
+
+ Monotype Corsiva
+ cursive
+
+
+ Palace Script MT
+ cursive
+
+
+ Parchment
+ cursive
+
+
+ Poor Richard
+ cursive
+
+
+ Pristina
+ cursive
+
+
+ Script MT Bold
+ cursive
+
+
+ Segoe Print
+ cursive
+
+
+ Segoe Script
+ cursive
+
+
+ Viner Hand ITC
+ cursive
+
+
+ Vivaldi
+ cursive
+
+
+ Vladimir Script
+ cursive
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-misc.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-misc.conf
new file mode 100644
index 000000000..604c06ca9
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin-misc.conf
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+
+ Times
+ serif
+
+
+ Lucida T OT
+ serif
+
+
+ CMU Serif
+ serif
+
+
+ CMU Concrete
+ serif
+
+
+ Brioni Std
+ serif
+
+
+ FreeSerif
+ serif
+
+
+ CentSchbookEU
+ serif
+
+
+ Arno Pro
+ serif
+
+
+ Antykwa Poltawskiego
+ serif
+
+
+ Antykwa Torunska
+ serif
+
+
+ Aver
+ serif
+
+
+ Cardo
+ serif
+
+
+ Didot
+ serif
+
+
+ GFS Didot
+ serif
+
+
+ Doulos SIL
+ serif
+
+
+ GFS Bodoni
+ serif
+
+
+ GFS Artemisia
+ serif
+
+
+ Judson
+ serif
+
+
+ Legacy Serif Itc T EE
+ serif
+
+
+ Marion
+ serif
+
+
+ Neuton
+ serif
+
+
+ Old Standard
+ serif
+
+
+ Hoefler Text
+ serif
+
+
+ Adobe Caslon Pro
+ serif
+
+
+ Adobe Jenson Pro
+ serif
+
+
+ Garamond Premier Pro
+ serif
+
+
+ Adobe Garamond Pro
+ serif
+
+
+ Stempel Garamond LT Pro
+ serif
+
+
+ Apolonia
+ serif
+
+
+ Apolonia TT
+ serif
+
+
+ Minion Pro
+ serif
+
+
+ STIXGeneral
+ serif
+
+
+ Thorndale
+ serif
+
+
+ Utopia
+ serif
+
+
+ Bitstream Charter
+ serif
+
+
+ XITS
+ serif
+
+
+ IM FELL Double Pica PRO
+ serif
+
+
+ IM FELL DW Pica PRO
+ serif
+
+
+ IM FELL English PRO
+ serif
+
+
+ IM FELL French Canon PRO
+ serif
+
+
+ IM FELL Great Primer PRO
+ serif
+
+
+ IM FELL THREE LINE PICA PRO
+ serif
+
+
+ IPA
+ serif
+
+
+ Maiden Orange
+ serif
+
+
+ GFS Solomos
+ serif
+
+
+ SILDoulos IPA93
+ serif
+
+
+
+
+ Classico URW T OT
+ sans-serif
+
+
+ Lucida Sans T OT
+ sans-serif
+
+
+ CMU Bright
+ sans-serif
+
+
+ CMU Sans Serif
+ sans-serif
+
+
+ CMU Typewriter Text Variable Width
+ sans-serif
+
+
+ Geneva
+ sans-serif
+
+
+ GFS Neohellenic
+ sans-serif
+
+
+ FreeSans
+ sans-serif
+
+
+ Aptifer Sans Com
+ sans-serif
+
+
+ Albany
+ sans-serif
+
+
+ Myriad Pro
+ sans-serif
+
+
+ Myriad Web Pro
+ sans-serif
+
+
+ Dobra
+ sans-serif
+
+
+ Avenir
+ sans-serif
+
+
+ Avenir Next
+ sans-serif
+
+
+ Canwell
+ sans-serif
+
+
+ Invis
+ sans-serif
+
+
+ ChaletBook
+ sans-serif
+
+
+ GFS Complutum
+ sans-serif
+
+
+ Jigsaw
+ sans-serif
+
+
+ Penuturesu
+ sans-serif
+
+
+ Andale Sans
+ sans-serif
+
+
+ Andale Sans UI
+ sans-serif
+
+
+ Legacy Sans Itc T EE
+ sans-serif
+
+
+ Geogrotesque
+ sans-serif
+
+
+ Cuprum
+ sans-serif
+
+
+ Futura
+ sans-serif
+
+
+ Gill Sans
+ sans-serif
+
+
+ Iwona
+ sans-serif
+
+
+ Kurier
+ sans-serif
+
+
+ Andika
+ sans-serif
+
+
+ Comfortaa
+ sans-serif
+
+
+ Aller
+ sans-serif
+
+
+ Aller Display
+ sans-serif
+
+
+ Neris
+ sans-serif
+
+
+
+
+ Menlo
+ monospace
+
+
+ FreeMono
+ monospace
+
+
+ Andale Mono
+ monospace
+
+
+ American Typewriter
+ monospace
+
+
+ Anonymous Pro
+ monospace
+
+
+ APL385 Unicode
+ monospace
+
+
+ CMU Typewriter Text
+ monospace
+
+
+ Monaco
+ monospace
+
+
+ Courier
+ monospace
+
+
+ Courier 10 Pitch
+ monospace
+
+
+ Envy Code R
+ monospace
+
+
+ PragmataPro
+ monospace
+
+
+ Cumberland
+ monospace
+
+
+ NotCourierSans
+ monospace
+
+
+ OCR-A AT
+ monospace
+
+
+ Terminus (TTF)
+ monospace
+
+
+ UM Typewriter
+ monospace
+
+
+
+
+ Krungthep
+ fantasy
+
+
+ Silom
+ fantasy
+
+
+ Marker Felt
+ fantasy
+
+
+
+
+ Apple Chancery
+ cursive
+
+
+ Brush Script
+ cursive
+
+
+ Gabriola
+ cursive
+
+
+ Noteworthy
+ cursive
+
+
+ Savoye LET
+ cursive
+
+
+ Zapfino
+ cursive
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin.conf
new file mode 100644
index 000000000..aa62ed42e
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/45-latin.conf
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+ Bitstream Vera Serif
+ serif
+
+
+ DejaVu Serif
+ serif
+
+
+ Liberation Serif
+ serif
+
+
+ Times New Roman
+ serif
+
+
+ Times
+ serif
+
+
+ Nimbus Roman No9 L
+ serif
+
+
+ Luxi Serif
+ serif
+
+
+ Thorndale AMT
+ serif
+
+
+ Thorndale
+ serif
+
+
+ Georgia
+ serif
+
+
+ Garamond
+ serif
+
+
+ Palatino Linotype
+ serif
+
+
+ Trebuchet MS
+ serif
+
+
+
+ Bitstream Vera Sans
+ sans-serif
+
+
+ DejaVu Sans
+ sans-serif
+
+
+ Liberation Sans
+ sans-serif
+
+
+ Arial
+ sans-serif
+
+
+ Helvetica
+ sans-serif
+
+
+ Verdana
+ sans-serif
+
+
+ Albany AMT
+ sans-serif
+
+
+ Albany
+ sans-serif
+
+
+ Nimbus Sans L
+ sans-serif
+
+
+ Luxi Sans
+ sans-serif
+
+
+
+ Bitstream Vera Sans Mono
+ monospace
+
+
+ DejaVu Sans Mono
+ monospace
+
+
+ Liberation Mono
+ monospace
+
+
+ Inconsolata
+ monospace
+
+
+ Courier New
+ monospace
+
+
+ Courier
+ monospace
+
+
+ Andale Mono
+ monospace
+
+
+ Luxi Mono
+ monospace
+
+
+ Cumberland AMT
+ monospace
+
+
+ Cumberland
+ monospace
+
+
+ Nimbus Mono L
+ monospace
+
+
+
+ Impact
+ fantasy
+
+
+ Copperplate Gothic Std
+ fantasy
+
+
+ Cooper Std
+ fantasy
+
+
+ Bauhaus Std
+ fantasy
+
+
+
+ ITC Zapf Chancery Std
+ cursive
+
+
+ Zapfino
+ cursive
+
+
+ Comic Sans MS
+ cursive
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/49-sansserif.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/49-sansserif.conf
new file mode 100644
index 000000000..0fc54aa5b
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/49-sansserif.conf
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+ sans-serif
+
+
+ serif
+
+
+ monospace
+
+
+ sans-serif
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/50-user.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/50-user.conf
new file mode 100644
index 000000000..07c9182e7
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/50-user.conf
@@ -0,0 +1,15 @@
+
+
+
+
+ fontconfig/conf.d
+ fontconfig/fonts.conf
+
+ ~/.fonts.conf.d
+ ~/.fonts.conf
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/51-local.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/51-local.conf
new file mode 100644
index 000000000..ca9fbe195
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/51-local.conf
@@ -0,0 +1,6 @@
+
+
+
+
+ local.conf
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans-mono.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans-mono.conf
new file mode 100644
index 000000000..cc42561e3
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans-mono.conf
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+ Bepa Mono
+
+ DejaVu Sans Mono
+
+
+
+ Bitstream Prima Sans Mono
+
+ DejaVu Sans Mono
+
+
+
+ Bitstream Vera Sans Mono
+
+ DejaVu Sans Mono
+
+
+
+ DejaVu LGC Sans Mono
+
+ DejaVu Sans Mono
+
+
+
+ Olwen Sans Mono
+
+ DejaVu Sans Mono
+
+
+
+ SUSE Sans Mono
+
+ DejaVu Sans Mono
+
+
+
+
+ DejaVu Sans Mono
+
+ monospace
+
+
+
+
+ monospace
+
+ DejaVu Sans Mono
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans.conf
new file mode 100644
index 000000000..565cab5fc
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-sans.conf
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+ Arev Sans
+
+ DejaVu Sans
+
+
+
+ Bepa
+
+ DejaVu Sans
+
+
+
+ Bitstream Prima Sans
+
+ DejaVu Sans
+
+
+
+ Bitstream Vera Sans
+
+ DejaVu Sans
+
+
+
+ DejaVu LGC Sans
+
+ DejaVu Sans
+
+
+
+ Hunky Sans
+
+ DejaVu Sans
+
+
+
+ Olwen Sans
+
+ DejaVu Sans
+
+
+
+ SUSE Sans
+
+ DejaVu Sans
+
+
+
+ Verajja
+
+ DejaVu Sans
+
+
+
+
+ VerajjaPDA
+
+ DejaVu Sans
+
+
+
+
+ DejaVu Sans
+
+ sans-serif
+
+
+
+
+ sans-serif
+
+ DejaVu Sans
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-serif.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-serif.conf
new file mode 100644
index 000000000..a922e9b2d
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/57-dejavu-serif.conf
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+ Bitstream Prima Serif
+
+ DejaVu Serif
+
+
+
+ Bitstream Vera Serif
+
+ DejaVu Serif
+
+
+
+ DejaVu LGC Serif
+
+ DejaVu Serif
+
+
+
+ Hunky Serif
+
+ DejaVu Serif
+
+
+
+ Olwen Serif
+
+ DejaVu Serif
+
+
+
+ SUSE Serif
+
+ DejaVu Serif
+
+
+
+
+ Verajja Serif
+
+ DejaVu Serif
+
+
+
+
+ DejaVu Serif
+
+ serif
+
+
+
+
+ serif
+
+ DejaVu Serif
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/60-latin.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/60-latin.conf
new file mode 100644
index 000000000..2107e31e4
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/60-latin.conf
@@ -0,0 +1,70 @@
+
+
+
+
+ serif
+
+ Bitstream Vera Serif
+ DejaVu Serif
+ Times New Roman
+ Thorndale AMT
+ Luxi Serif
+ Nimbus Roman No9 L
+ Times
+
+
+
+ sans-serif
+
+ Bitstream Vera Sans
+ DejaVu Sans
+ Verdana
+ Arial
+ Albany AMT
+ Luxi Sans
+ Nimbus Sans L
+ Helvetica
+ Lucida Sans Unicode
+ BPG Glaho International
+ Tahoma
+
+
+
+ monospace
+
+ Bitstream Vera Sans Mono
+ DejaVu Sans Mono
+ Inconsolata
+ Andale Mono
+ Courier New
+ Cumberland AMT
+ Luxi Mono
+ Nimbus Mono L
+ Courier
+
+
+
+
+ fantasy
+
+ Impact
+ Copperplate Gothic Std
+ Cooper Std
+ Bauhaus Std
+
+
+
+
+ cursive
+
+ ITC Zapf Chancery Std
+ Zapfino
+ Comic Sans MS
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-fonts-persian.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-fonts-persian.conf
new file mode 100644
index 000000000..ea0066120
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-fonts-persian.conf
@@ -0,0 +1,419 @@
+
+
+
+
+
+
+
+
+
+
+ Nesf
+ Nesf2
+
+
+ Nesf2
+ Persian_sansserif_default
+
+
+
+
+
+ Nazanin
+ Nazli
+
+
+ Lotus
+ Lotoos
+
+
+ Yaqut
+ Yaghoot
+
+
+ Yaghut
+ Yaghoot
+
+
+ Traffic
+ Terafik
+
+
+ Ferdowsi
+ Ferdosi
+
+
+ Fantezy
+ Fantezi
+
+
+
+
+
+
+
+ Jadid
+ Persian_title
+
+
+ Titr
+ Persian_title
+
+
+
+
+ Kamran
+
+ Persian_fantasy
+ Homa
+
+
+
+ Homa
+
+ Persian_fantasy
+ Kamran
+
+
+
+ Fantezi
+ Persian_fantasy
+
+
+ Tabassom
+ Persian_fantasy
+
+
+
+
+ Arshia
+ Persian_square
+
+
+ Nasim
+ Persian_square
+
+
+ Elham
+
+ Persian_square
+ Farnaz
+
+
+
+ Farnaz
+
+ Persian_square
+ Elham
+
+
+
+ Sina
+ Persian_square
+
+
+
+
+
+
+ Persian_title
+
+ Titr
+ Jadid
+ Persian_serif
+
+
+
+
+
+ Persian_fantasy
+
+ Homa
+ Kamran
+ Fantezi
+ Tabassom
+ Persian_square
+
+
+
+
+
+ Persian_square
+
+ Arshia
+ Elham
+ Farnaz
+ Nasim
+ Sina
+ Persian_serif
+
+
+
+
+
+
+
+ Elham
+
+
+ farsiweb
+
+
+
+
+
+ Homa
+
+
+ farsiweb
+
+
+
+
+
+ Koodak
+
+
+ farsiweb
+
+
+
+
+
+ Nazli
+
+
+ farsiweb
+
+
+
+
+
+ Roya
+
+
+ farsiweb
+
+
+
+
+
+ Terafik
+
+
+ farsiweb
+
+
+
+
+
+ Titr
+
+
+ farsiweb
+
+
+
+
+
+
+
+
+
+ TURNED-OFF
+
+
+ farsiweb
+
+
+
+ roman
+
+
+
+ roman
+
+
+
+
+ matrix
+ 1-0.2
+ 01
+
+
+
+
+
+ oblique
+
+
+
+
+
+
+
+
+ farsiweb
+
+
+ false
+
+
+ false
+
+
+ false
+
+
+
+
+
+
+
+
+ serif
+
+ Nazli
+ Lotoos
+ Mitra
+ Ferdosi
+ Badr
+ Zar
+
+
+
+
+
+ sans-serif
+
+ Roya
+ Koodak
+ Terafik
+
+
+
+
+
+ monospace
+
+
+ Terafik
+
+
+
+
+
+ fantasy
+
+ Homa
+ Kamran
+ Fantezi
+ Tabassom
+
+
+
+
+
+ cursive
+
+ IranNastaliq
+ Nafees Nastaleeq
+
+
+
+
+
+
+
+
+ serif
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+ sans-serif
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+ Persian_sansserif_default
+
+
+ 200
+
+
+ 24
+
+
+ Titr
+
+
+
+
+
+
+
+
+ Persian_sansserif_default
+
+
+ Roya
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-nonlatin.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-nonlatin.conf
new file mode 100644
index 000000000..9306f7492
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/65-nonlatin.conf
@@ -0,0 +1,196 @@
+
+
+
+
+ serif
+
+ Artsounk
+ BPG UTF8 M
+ Kinnari
+ Norasi
+ Frank Ruehl
+ Dror
+ JG LaoTimes
+ Saysettha Unicode
+ Pigiarniq
+ B Davat
+ B Compset
+ Kacst-Qr
+ Urdu Nastaliq Unicode
+ Raghindi
+ Mukti Narrow
+ malayalam
+ Sampige
+ padmaa
+ Hapax Berbère
+ MS Mincho
+ SimSun
+ PMingLiu
+ WenQuanYi Zen Hei
+ WenQuanYi Bitmap Song
+ AR PL ShanHeiSun Uni
+ AR PL New Sung
+ ZYSong18030
+ HanyiSong
+ MgOpen Canonica
+ Sazanami Mincho
+ IPAMonaMincho
+ IPAMincho
+ Kochi Mincho
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ AR PL Zenkai Uni
+ MS 明朝
+ ZYSong18030
+ NanumMyeongjo
+ UnBatang
+ Baekmuk Batang
+ KacstQura
+ Frank Ruehl CLM
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
+ sans-serif
+
+ Nachlieli
+ Lucida Sans Unicode
+ Yudit Unicode
+ Kerkis
+ ArmNet Helvetica
+ Artsounk
+ BPG UTF8 M
+ Waree
+ Loma
+ Garuda
+ Umpush
+ Saysettha Unicode
+ JG Lao Old Arial
+ GF Zemen Unicode
+ Pigiarniq
+ B Davat
+ B Compset
+ Kacst-Qr
+ Urdu Nastaliq Unicode
+ Raghindi
+ Mukti Narrow
+ malayalam
+ Sampige
+ padmaa
+ Hapax Berbère
+ MS Gothic
+ UmePlus P Gothic
+
+ SimSun
+ PMingLiu
+ WenQuanYi Zen Hei
+ WenQuanYi Bitmap Song
+ AR PL ShanHeiSun Uni
+ AR PL New Sung
+ MgOpen Modata
+ VL Gothic
+ IPAMonaGothic
+ IPAGothic
+ Sazanami Gothic
+ Kochi Gothic
+ AR PL KaitiM GB
+ AR PL KaitiM Big5
+ AR PL ShanHeiSun Uni
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ MS ゴシック
+ ZYSong18030
+ TSCu_Paranar
+ NanumGothic
+ UnDotum
+ Baekmuk Dotum
+ Baekmuk Gulim
+ KacstQura
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
+ monospace
+
+ Miriam Mono
+ VL Gothic
+ IPAMonaGothic
+ IPAGothic
+ Sazanami Gothic
+ Kochi Gothic
+ AR PL KaitiM GB
+ MS Gothic
+ UmePlus Gothic
+ NSimSun
+ MingLiu
+ AR PL ShanHeiSun Uni
+ AR PL New Sung Mono
+ HanyiSong
+ AR PL SungtiL GB
+ AR PL Mingti2L Big5
+ ZYSong18030
+ NanumGothicCoding
+ NanumGothic
+ UnDotum
+ Baekmuk Dotum
+ Baekmuk Gulim
+ TlwgTypo
+ TlwgTypist
+ TlwgTypewriter
+ TlwgMono
+ Hasida
+ Mitra Mono
+ GF Zemen Unicode
+ Hapax Berbère
+ Lohit Bengali
+ Lohit Gujarati
+ Lohit Hindi
+ Lohit Marathi
+ Lohit Maithili
+ Lohit Kashmiri
+ Lohit Konkani
+ Lohit Nepali
+ Lohit Sindhi
+ Lohit Punjabi
+ Lohit Tamil
+ Meera
+ Lohit Malayalam
+ Lohit Kannada
+ Lohit Telugu
+ Lohit Oriya
+ LKLUG
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/67-override-aliases.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/67-override-aliases.conf
new file mode 100644
index 000000000..b756b8374
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/67-override-aliases.conf
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+ Inconsolata
+
+ Inconsolata-zi4
+
+
+ Inconsolatazi4
+
+
+ Inconsolatazi4
+
+
+
+
+
+ Linux Biolinum
+
+ Linux Biolinum
+
+
+ Linux Biolinum O
+
+
+ Linux Biolinum O
+
+
+
+
+
+ Linux Libertine
+
+ Linux Libertine
+
+
+ Linux Libertine O
+
+
+ Linux Libertine O
+
+
+
+
+
+ OFL Sorts Mill Goudy TT
+
+ Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
+
+ OFL Sorts Mill Goudy
+
+ Sorts Mill Goudy TT
+
+
+ Sorts Mill Goudy
+
+
+ Sorts Mill Goudy
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/68-override.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/68-override.conf
new file mode 100644
index 000000000..0693bdd87
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/68-override.conf
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+ Lucida Grande
+
+
+ 9
+
+
+ Lucida Sans Unicode
+
+
+
+
+
+
+ ProFontWindows
+
+
+ hintnone
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+
+
+
+ Terminus
+
+
+ hintnone
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+
+
+
+ Terminus (ttf)
+
+
+ hintnone
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+
+
+
+
+ Luxi Mono
+
+
+ 100
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/69-unifont.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/69-unifont.conf
new file mode 100644
index 000000000..177dec5d4
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/69-unifont.conf
@@ -0,0 +1,28 @@
+
+
+
+
+ serif
+
+ FreeSerif
+ Code2000
+ Code2001
+
+
+
+ sans-serif
+
+ FreeSans
+ Arial Unicode MS
+ Arial Unicode
+ Code2000
+ Code2001
+
+
+
+ monospace
+
+ FreeMono
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/80-delicious.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/80-delicious.conf
new file mode 100644
index 000000000..845647bed
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/80-delicious.conf
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+ Delicious
+
+
+ Heavy
+
+
+ heavy
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-embedded-bitmaps.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-embedded-bitmaps.conf
new file mode 100644
index 000000000..cf00a0b45
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-embedded-bitmaps.conf
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-force-autohint.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-force-autohint.conf
new file mode 100644
index 000000000..20ed170d3
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-force-autohint.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-ttf-as-bitmap.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-ttf-as-bitmap.conf
new file mode 100644
index 000000000..31ce80904
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/82-no-ttf-as-bitmap.conf
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-bitmaps.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-bitmaps.conf
new file mode 100644
index 000000000..a9804c7ce
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-bitmaps.conf
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-postscript.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-postscript.conf
new file mode 100644
index 000000000..9c55bb2f3
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/83-yes-postscript.conf
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+ Type 1
+
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/88-forced-synthetic.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/88-forced-synthetic.conf
new file mode 100644
index 000000000..9cc0b4aef
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/88-forced-synthetic.conf
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ roman
+
+
+
+ roman
+
+
+
+
+ matrix
+
+ 1
+ 0.2
+ 0
+ 1
+
+
+
+
+
+ oblique
+
+
+
+ false
+
+
+
+
+
+
+
+ medium
+
+
+
+ medium
+
+
+
+ true
+
+
+
+ bold
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-non-tt-fonts.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-non-tt-fonts.conf
new file mode 100644
index 000000000..1b59fdc82
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-non-tt-fonts.conf
@@ -0,0 +1,2128 @@
+
+
+
+
+
+
+
+
+
+
+ Adobe Arabic
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Caslon Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Fagsong Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Fan Heiti Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Fangsong Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Garamond Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Gothic Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Hebrew
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Heiti Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Jenson Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Kaiti Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Ming Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Myungjo Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Pi Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Song Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Adobe Thai
+
+
+ NON TT Instructed Font
+
+
+
+
+ Alright Sans
+
+
+ NON TT Instructed Font
+
+
+
+
+ American Typewriter
+
+
+ NON TT Instructed Font
+
+
+
+
+ Andika
+
+
+ NON TT Instructed Font
+
+
+
+
+ Antykwa Poltawskiego
+
+
+ NON TT Instructed Font
+
+
+
+
+ Antykwa Poltawskiego Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Antykwa Torunska
+
+
+ NON TT Instructed Font
+
+
+
+
+ Antykwa Torunska Condensed
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apolonia
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apolonia Nova OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apolonia Nova Cienka OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apolonia Nova Lekka OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apolonia TT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apple Braille
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apple Garamond Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apple Garamond
+
+
+ NON TT Instructed Font
+
+
+
+
+ AppleGothic
+
+
+ NON TT Instructed Font
+
+
+
+
+ Apple Symbols
+
+
+ NON TT Instructed Font
+
+
+
+
+ .Aqua Kana
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL ShanHeiSun Uni
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL New Kai
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL New Kai ExtB
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL New Sung
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL New Sung ExtB
+
+
+ NON TT Instructed Font
+
+
+
+
+ AR PL New Sung Mono
+
+
+ NON TT Instructed Font
+
+
+
+
+ Archer
+
+
+ NON TT Instructed Font
+
+
+
+
+ Asana Math
+
+
+ NON TT Instructed Font
+
+
+
+
+ Arno Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Ayuthaya
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Baekmuk Gulim
+
+
+ NON TT Instructed Font
+
+
+
+
+ Bitstream Charter
+
+
+ NON TT Instructed Font
+
+
+
+
+ Bookman Itc T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Bookman Itc L OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Brioso Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Brioni Std
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Canwell
+
+
+ NON TT Instructed Font
+
+
+
+
+ Cardo
+
+
+ NON TT Instructed Font
+
+
+
+
+ Castellar
+
+
+ NON TT Instructed Font
+
+
+
+
+ Caudex
+
+
+ NON TT Instructed Font
+
+
+
+
+ Century Schoolbook L
+
+
+ NON TT Instructed Font
+
+
+
+
+ ChaletBook
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chalet Book
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chalkboard SE
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chalkduster
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chanor Sans
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chaparral Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chronicle Text G1
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chronicle Text G2
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chronicle Text G3
+
+
+ NON TT Instructed Font
+
+
+
+
+ Chronicle Text G4
+
+
+ NON TT Instructed Font
+
+
+
+
+ Classico URW T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmbx10
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmex10
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmmi10
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmr10
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmsy10
+
+
+ NON TT Instructed Font
+
+
+
+
+ cmtt10
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Bright
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Classical Serif
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Concrete
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Sans Serif
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Sans Serif Demi Condensed
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Serif
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Serif Extra
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Serif Upright Italic
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Typewriter Text
+
+
+ NON TT Instructed Font
+
+
+
+
+ CMU Typewriter Text Variable Width
+
+
+ NON TT Instructed Font
+
+
+
+
+ Cochin
+
+
+ NON TT Instructed Font
+
+
+
+
+ Code2000
+
+
+ NON TT Instructed Font
+
+
+
+
+ Comfortaa
+
+
+ NON TT Instructed Font
+
+
+
+
+ Comfortaa Regular
+
+
+ NON TT Instructed Font
+
+
+
+
+ ComfortaaRegular
+
+
+ NON TT Instructed Font
+
+
+
+
+ Courier Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Courier10 BT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Cronos Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Cursor
+
+
+ NON TT Instructed Font
+
+
+
+
+ Cutive Mono
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Delicious
+
+
+ NON TT Instructed Font
+
+
+
+
+ Didot
+
+
+ NON TT Instructed Font
+
+
+
+
+ District
+
+
+ NON TT Instructed Font
+
+
+
+
+ Dobra
+
+
+ NON TT Instructed Font
+
+
+
+
+ Dutch801 Rm BT
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ eufm10
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Franklin Gothic Itc T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ FreeSans
+
+
+ NON TT Instructed Font
+
+
+
+
+ FreeSerif
+
+
+ NON TT Instructed Font
+
+
+
+
+ FreeMono
+
+
+ NON TT Instructed Font
+
+
+
+
+ Frutiger Linotype
+
+
+ NON TT Instructed Font
+
+
+
+
+ Frutiger LT Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Frutiger-Normal
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Garamond Premier Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Garava
+
+
+ NON TT Instructed Font
+
+
+
+
+ Geneva Regular
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Artemisia
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Bodoni
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Complutum
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Didot
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Neohellenic
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Olga
+
+
+ NON TT Instructed Font
+
+
+
+
+ GFS Solomos
+
+
+ NON TT Instructed Font
+
+
+
+
+ Giddyup Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Goha-Tibeb Zemen
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ HAN NOM A
+
+
+ NON TT Instructed Font
+
+
+
+
+ HAN NOM B
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hard Gothic
+
+
+ NON TT Instructed Font
+
+
+
+
+ Harlow Solid Italic
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Kaku Gothic Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Kaku Gothic StdN
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Kaku Gothic Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Kaku Gothic ProN
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Maru Gothic Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Maru Gothic ProN
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Mincho Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Mincho ProN
+
+
+ NON TT Instructed Font
+
+
+
+
+ Hiragino Sans GB
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ IM FELL DW Pica PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL French Canon PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL THREE LINE PICA PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL English PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL Great Primer PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL Double Pica PRO
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL FLOWERS 2
+
+
+ NON TT Instructed Font
+
+
+
+
+ IM FELL FLOWERS 1
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Cond
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Cond Heavy
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Cond Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Cond Medium
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Heavy
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Iwona Medium
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Josefin Sans Std Light
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Kozuka Gothic Pr6N
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kozuka Gothic Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kozuka Mincho Pr6N
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kozuka Mincho Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Krungthep
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Cond
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Cond Heavy
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Cond Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Cond Medium
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Heavy
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Light
+
+
+ NON TT Instructed Font
+
+
+
+
+ Kurier Medium
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Laconic
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lacuna
+
+
+ NON TT Instructed Font
+
+
+
+
+ Legacy Sans Itc T EE
+
+
+ NON TT Instructed Font
+
+
+
+
+ Legacy Serif Itc T EE
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lucida MAC
+
+
+ NON TT Instructed Font
+
+
+
+
+ LucidaMacBold
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lucida Sans Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lucida Sans T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lucida T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Lucida SC T OT
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ MACGrande
+
+
+ NON TT Instructed Font
+
+
+
+
+ Marker Felt
+
+
+ NON TT Instructed Font
+
+
+
+
+ Maiandra GT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Megalopolis
+
+
+ NON TT Instructed Font
+
+
+
+
+ Meslo LG
+
+
+ NON TT Instructed Font
+
+
+
+
+ MetaMedium-Roman
+
+
+ NON TT Instructed Font
+
+
+
+
+ Metabook-Roman
+
+
+ NON TT Instructed Font
+
+
+
+
+ Minion Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Mitra Mono
+
+
+ NON TT Instructed Font
+
+
+
+
+ MgOpen Canonica
+
+
+ NON TT Instructed Font
+
+
+
+
+ MgOpen Cosmetica
+
+
+ NON TT Instructed Font
+
+
+
+
+ MgOpen Modata
+
+
+ NON TT Instructed Font
+
+
+
+
+ MgOpen Moderna
+
+
+ NON TT Instructed Font
+
+
+
+
+ Museo
+
+
+ NON TT Instructed Font
+
+
+
+
+ Museo Cyrl
+
+
+ NON TT Instructed Font
+
+
+
+
+ Museo Sans
+
+
+ NON TT Instructed Font
+
+
+
+
+ Museo Sans Cyrl
+
+
+ NON TT Instructed Font
+
+
+
+
+ Museo Slab
+
+
+ NON TT Instructed Font
+
+
+
+
+ MyriadRegular
+
+
+ NON TT Instructed Font
+
+
+
+
+ Myriad Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ msam10
+
+
+ NON TT Instructed Font
+
+
+
+
+ msbm10
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Neris
+
+
+ NON TT Instructed Font
+
+
+
+
+ Nobile
+
+
+ NON TT Instructed Font
+
+
+
+
+ Nobile002
+
+
+ NON TT Instructed Font
+
+
+
+
+ Nobile-bold
+
+
+ NON TT Instructed Font
+
+
+
+
+ Nobile-italic002
+
+
+ NON TT Instructed Font
+
+
+
+
+ Nobile-bold-italic002
+
+
+ NON TT Instructed Font
+
+
+
+
+ NotCourierSans
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ OCR-A AT
+
+
+ NON TT Instructed Font
+
+
+
+
+ OCR A Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Ocean Sans Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Old Standard
+
+
+ NON TT Instructed Font
+
+
+
+
+ Optima
+
+
+ NON TT Instructed Font
+
+
+
+
+ Optima CE
+
+
+ NON TT Instructed Font
+
+
+
+
+ Optima nova LT Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ OTS derived font
+
+
+ NON TT Instructed Font
+
+
+
+
+ OTS derivied font
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Palladio
+
+
+ NON TT Instructed Font
+
+
+
+
+ Phaistos
+
+
+ NON TT Instructed Font
+
+
+
+
+ PrimaSans BT
+
+
+ NON TT Instructed Font
+
+
+
+
+ Proxima Nova
+
+
+ NON TT Instructed Font
+
+
+
+
+ Proxima Nova Condensed
+
+
+ NON TT Instructed Font
+
+
+
+
+ proxima-nova-1
+
+
+ NON TT Instructed Font
+
+
+
+
+ proxima-nova-2
+
+
+ NON TT Instructed Font
+
+
+
+
+ proxima nova
+
+
+ NON TT Instructed Font
+
+
+
+
+ proxima nova bold
+
+
+ NON TT Instructed Font
+
+
+
+
+ proxima nova regular
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+
+
+ Reenie Beanie
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ STIXGeneral
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXIntegralsD
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXIntegralsUp
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXIntegralsUpD
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXIntegralsUpSm
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXIntegralsSm
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXSizeFiveSym
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXSizeFourSym
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXSizeThreeSym
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXSizeTwoSym
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXSizeOneSym
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXNonUnicode
+
+
+ NON TT Instructed Font
+
+
+
+
+ STIXVariants
+
+
+ NON TT Instructed Font
+
+
+
+
+ Sathu
+
+
+ NON TT Instructed Font
+
+
+
+
+ Savoye LET
+
+
+ NON TT Instructed Font
+
+
+
+
+ Shonar Bangla
+
+
+ NON TT Instructed Font
+
+
+
+
+ Shruti
+
+
+ NON TT Instructed Font
+
+
+
+
+ Standard Symbols L
+
+
+ NON TT Instructed Font
+
+
+
+
+ Stempel Garamond LT Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Swansea
+
+
+ NON TT Instructed Font
+
+
+
+
+ Swiss721
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Tekton Pro
+
+
+ NON TT Instructed Font
+
+
+
+
+ Tibetan Machine UI
+
+
+ NON TT Instructed Font
+
+
+
+
+ Times LT Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Times New Roman MT Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Times Roman
+
+
+ NON TT Instructed Font
+
+
+
+
+ Times Ten LT Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ Tunga
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Univers LT Std
+
+
+ NON TT Instructed Font
+
+
+
+
+ URWClassico
+
+
+ NON TT Instructed Font
+
+
+
+
+ Utopia
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ Vegur
+
+
+ NON TT Instructed Font
+
+
+
+
+ Verdimka
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ wasy10
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ XITS
+
+
+ NON TT Instructed Font
+
+
+
+
+ XITS Math
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+
+
+ zawgyi1
+
+
+ NON TT Instructed Font
+
+
+
+
+
+
+ NON TT Instructed Font
+
+
+ true
+
+
+ hintslight
+
+
+ true
+
+
+ true
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-synthetic.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-synthetic.conf
new file mode 100644
index 000000000..b8d1e85e1
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-synthetic.conf
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+ roman
+
+
+
+ roman
+
+
+
+
+ matrix
+ 10.2
+ 01
+
+
+
+
+
+ oblique
+
+
+
+ false
+
+
+
+
+
+
+
+
+ medium
+
+
+
+ medium
+
+
+
+ true
+
+
+
+ bold
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-microsoft.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-microsoft.conf
new file mode 100644
index 000000000..13ce8c97b
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-microsoft.conf
@@ -0,0 +1,3745 @@
+
+
+
+
+
+
+
+
+
+ false
+
+
+ Abadi MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Adobe Minion Web
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Agency FB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aharoni
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aldhabi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Algerian
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Almanac MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ American Uncial
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andale Mono
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andalus
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andy
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Angsana New
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ AngsanaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aparajita
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arabic Transparent
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arabic Typesetting
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Black
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Narrow
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Narrow Special
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Rounded MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Rounded MT Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Special
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Arial Unicode MS
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Augsburger Initials
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Baskerville Old Face
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Batang
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ BatangChe
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bauhaus 93
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Beesknees ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bell MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Berlin Sans FB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Berlin Sans FB Demi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bernard MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bickley Script
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Blackadder ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bodoni MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bodoni MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bon Apetit MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Book Antiqua
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bookman Old Style
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bookshelf Symbol 7
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bradley Hand ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Braggadocio
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ BriemScript
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Britannic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Britannic Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Broadway
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Browallia New
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ BrowalliaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Brush Script MT
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Calibri
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Californian FB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Calisto MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cambria
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cambria Math
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Candara
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cariadings
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Castellar
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Centaur
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Century
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Century Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Century Schoolbook
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Chiller
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Colonna MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Comic Sans MS
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Consolas
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Constantia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Contemporary Brush
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cooper Black
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Copperplate
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Copperplate Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Copperplate Gothic Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Copperplate Gothic Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Corbel
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cordia New
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ CordiaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Courier New
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Curlz MT
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ DFKai-SB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DaunPenh
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ David
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Desdemona
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DilleniaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Directions MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DokChampa
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Dotum
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DotumChe
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Ebrima
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eckmann
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Edda
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Edwardian Script ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Elephant
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Engravers MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Enviro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eras ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eras Bold ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eras Demi ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eras Light ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eras Medium ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Estrangelo Edessa
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ EucrosiaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Euphemia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Eurostile
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ FangSong
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Felix Titling
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Fine Hand
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Fixed Miriam Transparent
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Flexure
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Footlight MT Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Forte
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Book
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Demi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Demi Cond
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Heavy
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Medium
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Franklin Gothic Medium Cond
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ FrankRuehl
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ FreesiaUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Freestyle Script
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ French Script MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Futura
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Gabriola
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gadugi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Garamond
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Garamond MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gautami
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Georgia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Georgia Ref
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gigi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gill Sans MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gill Sans MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gill Sans MT Ext Condensed Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gill Sans Ultra Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gill Sans Ultra Bold Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gisha
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gloucester
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gloucester MT Extra Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Goudy Old Style
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Goudy Stout
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gradl
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gulim
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ GulimChe
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gungsuh
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ GungsuhChe
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Haettenschweiler
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Harlow Solid Italic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Harrington
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ High Tower Text
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Holidays MT
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Impact
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Imprint MT Shadow
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Informal Roman
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ IrisUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Iskoola Pota
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ JasmineUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Javanese Text
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Jokerman
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Juice ITC
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ KaiTi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kalinga
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kartika
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Keystrokes MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Khmer UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kino MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KodchiangUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kokila
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kristen ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kunstler Script
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Lao UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Latha
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Leelawadee
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Leelawadee UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Levenim MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ LilyUPC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Blackletter
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Bright
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Bright Math
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Calligraphy
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Casual
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Console
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Fax
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Grande
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Handwriting
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Sans Typewriter
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Lucida Sans Unicode
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ MS Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS LineDraw
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS Mincho
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS PGothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS PMincho
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS Reference
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS Reference Sans Serif
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS Reference Specialty
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MS UI Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MT Extra
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MV Boli
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Magneto
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Maiandra GD
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Malgun Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Mangal
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Marlett
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Matisse ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Matura MT Script Capitals
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Meiryo
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Meiryo UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft Himalaya
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft JhengHei
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft JhengHei UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft New Tai Lue
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft PhagsPa
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft Sans Serif
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft Tai Le
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft Uighur
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft YaHei
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft YaHei UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Microsoft Yi Baiti
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MingLiU
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MingLiU-ExtB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MingLiU_HKSCS
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MingLiU_HKSCS-ExtB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Minion Web
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Miriam
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Miriam Fixed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Mistral
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Modern No. 20
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Mongolian Baiti
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Monotype Corsiva
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Monotype Sorts
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Monotype.com
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MoolBoran
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Myanmar Text
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ NSimSun
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Narkisim
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ New Caledonia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ News Gothic MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Niagara
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Niagara Engraved
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Niagara Solid
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Nirmala UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Nyala
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ OCR A Extended
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ OCRB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ OCR-B-Digits
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Old English Text MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Onyx
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ PMingLiU
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ PMingLiU-ExtB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Palace Script MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Papyrus
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Parade
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Parchment
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Parties MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Peignot Medium
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Pepita MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Perpetua
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Perpetua Titling MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Placard Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Plantagenet Cherokee
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Playbill
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Poor Richard
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Pristina
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Raavi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rage Italic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Ransom
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Ravie
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ RefSpecialty
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rockwell
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rockwell Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rockwell Extra Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rod
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Runic MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Sakkal Majalla
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Script MT Bold
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe Chess
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe Print
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe Pseudo
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe Script
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe UI Emoji
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe UI Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Segoe UI Symbol
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Shonar Bangla
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Showcard Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Shruti
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Signs MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SimHei
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Simplified Arabic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Simplified Arabic Fixed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SimSun
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SimSun-ExtB
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Small
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Text
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Snap ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sports MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Stencil
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Stop
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sylfaen
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Symbol
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Tahoma
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tempus Sans ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Times New Roman
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Times New Roman Special
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Traditional Arabic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Transport MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Trebuchet MS
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tunga
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tw Cen MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tw Cen MT Condensed
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tw Cen MT Condensed Extra Bold
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Urdu Typesetting
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Utsaah
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Vacation MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vani
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Verdana
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Verdana Ref
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vijaya
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Viner Hand ITC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vivaldi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vixar ASCI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vladimir Script
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Vrinda
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Webdings
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Westminster
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Wide Latin
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Wingdings
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Wingdings 2
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Wingdings 3
+
+
+ TT Instructed Font
+
+
+
+
+
+
+
+
+ false
+
+
+ Yu Gothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Yu Mincho
+
+
+ TT Instructed Font
+
+
+
+
+
+
+
+
+ TT Instructed Font
+
+
+ true
+
+
+ hintslight
+
+
+ false
+
+
+
+
+
+
+
+ false
+
+
+ Palatino Linotype
+
+
+ true
+
+
+ hintfull
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-misc.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-misc.conf
new file mode 100644
index 000000000..1a9f2959b
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/90-tt-fonts-misc.conf
@@ -0,0 +1,1822 @@
+
+
+
+
+
+
+
+
+
+ false
+
+
+ Akaash
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Al Bayan
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Albany
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aller
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aller Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aller Display
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andagii
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andale Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Andale Sans UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Anonymous Pro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ APL385 Unicode
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Apple Chancery
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Apple LiGothic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Apple LiSung
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aptifer Sans Com
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aquabase
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Aver
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Baghdad
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bangla
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bender
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bentham
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream CyberBase
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream Cyberbit
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream CyberCJK
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream Vera Sans Mono
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream Vera Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bitstream Vera Serif
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bookman EU
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Bookman HdEU
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ CECLASSIC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ CENORMAL
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ CE_FREEHAND
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ CentSchbookEU
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Charcoal
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Charcoal CY
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Chicago
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Corsiva Hebrew
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Courier 10 Pitch
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Courier10 Win95BT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cumberland
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Cuprum
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Dark Courier
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DecoType Naskh
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DejaVu LGC Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DejaVu LGC Sans Mono
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DejaVu LGC Serif
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Devanagari MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ DevLys 010
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Ekushey Azad
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Ekushey Durga
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Ekushey Godhuli
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Envy Code R
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Essential PragmataPro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Euphemia UCAS
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ FonetikaDaniaIwonae
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ FonetikaDaniaPallae
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger CE 45 Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger CE 55 Roman
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger CE 95 Ultra Black
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 45 Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 47 LightCn
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 55 Roman
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 57 Cn
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 87 ExtraBlackCn
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger LT 95 UltraBlack
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Frutiger Linotype
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Geeza Pro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Geneva
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Geneva CY
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gotham Book
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gotham Light
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gotham Medium
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gujarati MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Gurmukhi MT
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Hei
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Heiti SC
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Herculanum
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Hoefler Text
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Iconic Stroke
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ InaiMathi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Invis
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ IPA
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Jomolhari
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Judson
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Kai
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kailasa
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KePT Serif
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KePT Serif Caption
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KePT Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KePT Sans Caption
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KePT Sans Narrow
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ .Keyboard
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Khmer OS
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Khmer OS UI
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Kokonor
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ KufiStandardGK
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Likhan
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ LiHei Pro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ LiSong Pro
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ MOESongUN
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Machine ITC TT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Maiden Orange
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Marker Felt
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Menlo
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Molengo
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Monaco
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Mshtakan
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Mukti Narrow
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ MyaZedi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ monofur
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Nadeem
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Neuton
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Neuton Cursive
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ New Peninim MT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ News Cycle
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Nina
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Old Standard TT
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Osaka
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ PCMyungjo
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Padauk
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Paytone One
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Penuturesu
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Philokalia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ PragmataPro
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ Raanana
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Reenie Beanie
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Rupali
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ rblmi
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ SEAsiteKhmer1
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SEAsiteKhmer2
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SILDoulos IPA93
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ STFangsong
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ STHeiti
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ STKaiti
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ STSong
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sagar
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sanvito Pro
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Silom
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Banner
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Display
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Heading
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Subheading
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Sitka Text
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Siyam Rupali
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Skia
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ SolaimanLipi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Spranq eco sans
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ false
+
+
+ TITUS Cyberbit Basic
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ TW-MOE-Std-Kai
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tangerine
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Tenor Sans
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Thabit
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Thonburi
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Thorndale
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Times
+
+
+ TT Instructed Font
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+ WinInnwa
+
+
+ TT Instructed Font
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+ Zapf Dingbats
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ Zapfino
+
+
+ TT Instructed Font
+
+
+
+
+ false
+
+
+ ZhunYuan
+
+
+ TT Instructed Font
+
+
+
+
+
+
+ TT Instructed Font
+
+
+ true
+
+
+ hintslight
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-microsoft.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-microsoft.conf
new file mode 100644
index 000000000..0745215e9
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-microsoft.conf
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+
+
+
+ Arial
+
+
+ 9
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+ lcdlegacy
+
+
+
+
+
+ Arial
+
+
+ 11.5
+
+
+ 13.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+ Arial
+
+
+ medium
+
+
+ 21.5
+
+
+ 22.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+
+ Arial Black
+
+
+ 12.5
+
+
+ true
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+ Arial Black
+
+
+ 15.5
+
+
+ 16.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+ Arial Black
+
+
+ 21.5
+
+
+ 22.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+
+ Arial Rounded MT Bold
+
+
+ 13.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+
+ Courier New
+
+
+ roman
+
+
+ hintfull
+
+
+ false
+
+
+
+
+
+
+ Franklin Gothic Demi Cond
+
+
+ 13.5
+
+
+ 16.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+ Franklin Gothic Demi Cond
+
+
+ 17.5
+
+
+ 18.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+ Franklin Gothic Demi Cond
+
+
+ 19.5
+
+
+ 21.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+
+ Lucida Console
+
+
+ 17.5
+
+
+ hintfull
+
+
+ false
+
+
+
+
+
+ Lucida Console
+
+
+ 23.5
+
+
+ hintfull
+
+
+ false
+
+
+
+
+
+
+ Verdana
+
+
+ 16.5
+
+
+ 19.5
+
+
+ true
+
+
+ hintfull
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-misc.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-misc.conf
new file mode 100644
index 000000000..a4c68db93
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/92-selective-rendering-misc.conf
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+
+
+
+ Bitstream Vera Sans Mono
+
+
+ 12.0
+
+
+ lcdlegacy
+
+
+ hintfull
+
+
+
+
+
+
+ Courier
+
+
+ medium
+
+
+ 20.5
+
+
+ false
+
+
+ true
+
+
+ hintfull
+
+
+
+
+
+ Courier
+
+
+ medium
+
+
+ 20.5
+
+
+ 23.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+ Courier
+
+
+ medium
+
+
+ 14.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+ lcdlegacy
+
+
+
+
+
+ Courier
+
+
+ medium
+
+
+ 14.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+
+ Menlo
+
+
+ medium
+
+
+ 13.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+ lcdlegacy
+
+
+
+
+
+
+ Proxima Nova
+
+
+ medium
+
+
+ 14.5
+
+
+ 17.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+
+
+
+ @font-face:Alegreya
+
+
+ false
+
+
+ hintfull
+
+
+
+
+
+ @font-face:AlegreyaSans
+
+
+ false
+
+
+ hintfull
+
+
+
+
+
+
+ @font-face:franklin_gothic_fs_cdbold
+
+
+ false
+
+
+ hintslight
+
+
+
+
+
+ @font-face:franklin_gothic_fs_medbold
+
+
+ false
+
+
+ hintslight
+
+
+
+
+
+
+ @font-face:DINRoundOT-Light
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+
+ @font-face:Noto Sans
+
+
+ false
+
+
+ hintfull
+
+
+
+
+
+
+ @font-face:Paytone One
+
+
+ 15
+
+
+ false
+
+
+ hintslight
+
+
+
+
+
+
+ @font-face:Proxima Nova
+
+
+ medium
+
+
+ 14.5
+
+
+ 17.5
+
+
+ false
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+ @font-face:ProximaNova-Regular
+
+
+ false
+
+
+ hintfull
+
+
+
+
+
+
+ @font-face:Stag-Light
+
+
+ false
+
+
+ hintfull
+
+
+
+
+
+
+ @font-face:Ubuntu
+
+
+ regular
+
+
+ 16.5
+
+
+ true
+
+
+ hintslight
+
+
+
+
+
+ @font-face:Ubuntu
+
+
+ bold
+
+
+ 15.5
+
+
+ false
+
+
+ hintslight
+
+
+
+
+
+ false
+
+
+ regular
+
+
+ 23.5
+
+
+ true
+
+
+ true
+
+
+ hintfull
+
+
+ false
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/93-final-rendering.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/93-final-rendering.conf
new file mode 100644
index 000000000..054ebdf70
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/93-final-rendering.conf
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ regular
+
+
+ 24.5
+
+
+ true
+
+
+ hintfull
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/94-no-synthetic.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/94-no-synthetic.conf
new file mode 100644
index 000000000..13dc92403
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/94-no-synthetic.conf
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+
+ roman
+
+
+ roman
+
+
+ false
+
+
+ oblique
+
+
+
+
+
+ roman
+
+
+ roman
+
+
+ false
+
+
+ oblique
+
+
+
+
+
+ medium
+
+
+ medium
+
+
+ false
+
+
+ bold
+
+
+
+
+
+ medium
+
+
+ medium
+
+
+ false
+
+
+ bold
+
+
+
+
+
+
+ semibold
+
+
+ bold
+
+
+ bold
+
+
+
+
+
+
+ book
+
+
+ bold
+
+
+ bold
+
+
+
+
+
+
+ Archivo Black
+
+
+ false
+
+
+ black
+
+
+
+
+
+ Arial Black
+
+
+ false
+
+
+ black
+
+
+
+
+
+ Clear Sans Light
+
+
+ false
+
+
+ light
+
+
+
+
+
+ Clear Sans Thin
+
+
+ false
+
+
+ thin
+
+
+
+
+
+ Franklin Gothic Demi Cond
+
+
+ false
+
+
+ black
+
+
+
+
+
+ Franklin Gothic Heavy
+
+
+ false
+
+
+ black
+
+
+
+
+
+ League Gothic
+
+
+ false
+
+
+ medium
+
+
+
+
+
+ Sansation Light
+
+
+ false
+
+
+ light
+
+
+
+
+
+
+ WenQuanYi Zen Hei
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+
+
+
+ WenQuanYi Zen Hei Mono
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+
+
+
+ WenQuanYi Zen Hei Sharp
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+ false
+
+
+
+
+
+ WenQuanYi Micro Hei
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+
+
+
+ WenQuanYi Micro Hei Mono
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+
+
+
+ Inconsolata for Powerline
+
+
+ roman
+
+
+
+ matrix
+
+ 1
+ -0.2
+ 0
+ 1
+
+
+
+
+ roman
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/95-reject.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/95-reject.conf
new file mode 100644
index 000000000..f6fb686f2
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/95-reject.conf
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ /opt/texlive/texmf-dist/fonts/opentype/public/inconsolata/*
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/97-selective-rendering-custom.conf b/applications/fpvviewer/rsvg/etc/fonts/conf.d/97-selective-rendering-custom.conf
new file mode 100644
index 000000000..a4189750d
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/97-selective-rendering-custom.conf
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/conf.d/README b/applications/fpvviewer/rsvg/etc/fonts/conf.d/README
new file mode 100644
index 000000000..ef811b336
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/conf.d/README
@@ -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.
+
diff --git a/applications/fpvviewer/rsvg/etc/fonts/fonts.conf b/applications/fpvviewer/rsvg/etc/fonts/fonts.conf
new file mode 100644
index 000000000..a5767e759
--- /dev/null
+++ b/applications/fpvviewer/rsvg/etc/fonts/fonts.conf
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+ WINDOWSFONTDIR
+ APPSHAREFONTDIR
+ CUSTOMFONTDIR
+ fonts
+
+ ~/.fonts
+
+
+
+
+ mono
+
+
+ monospace
+
+
+
+
+
+
+ sans serif
+
+
+ sans-serif
+
+
+
+
+
+
+ sans
+
+
+ sans-serif
+
+
+
+ sans-serif
+
+ segoe ui
+ tahoma
+
+
+
+ conf.d
+
+
+ RELATIVE_CACHE
+
+
+
+
+
+ 30
+
+
+
+
diff --git a/applications/fpvviewer/rsvg/fc-cache.exe b/applications/fpvviewer/rsvg/fc-cache.exe
new file mode 100644
index 000000000..2c26b13b0
Binary files /dev/null and b/applications/fpvviewer/rsvg/fc-cache.exe differ
diff --git a/applications/fpvviewer/rsvg/readme.txt b/applications/fpvviewer/rsvg/readme.txt
new file mode 100644
index 000000000..0b0e399f7
--- /dev/null
+++ b/applications/fpvviewer/rsvg/readme.txt
@@ -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
+
diff --git a/applications/fpvviewer/rsvg/rsvg-convert-2.40.15.7z b/applications/fpvviewer/rsvg/rsvg-convert-2.40.15.7z
new file mode 100644
index 000000000..aa3e1854f
Binary files /dev/null and b/applications/fpvviewer/rsvg/rsvg-convert-2.40.15.7z differ
diff --git a/applications/fpvviewer/rsvg/rsvg-convert.exe b/applications/fpvviewer/rsvg/rsvg-convert.exe
new file mode 100644
index 000000000..51a86a18c
Binary files /dev/null and b/applications/fpvviewer/rsvg/rsvg-convert.exe differ