[0.4.13][SETUP][BOOTDATA][FONTS][INF][MEDIA][ROSTESTS] Monospaced fonts and substitution

Switches from "FreeMono" and "Dejavu Sans Mono" to "Courier New" and "Lucida Console"
and therefore brings us closer to 2k3sp2 stock fonts. Saves some RAM also.
Deletes some "Ubuntu" font left-overs in some Themes.

CORE-18605 (and partially CORE-16264)

By porting back the following commits:
0.4.15-dev-5362-g c47758b102 [SETUP][INF][MEDIA] Get rid of the last Ubuntu references CORE-18607 (#4871)
0.4.15-dev-5336-g bd40c13f6f [SETUP][BOOTDATA][FONTS][INF] Delete DejaVu Sans Mono and re-map (#4856)
0.4.15-dev-5335-g a4193ade03 [SETUP][FONTS][INF][GDI32_APITEST] Delete FreeMono and re-map (#4852)
0.4.15-dev-5324-g d035452148 [SETUP][INF][ROSTESTS] Delete font substitutions and tests for "DejaVu Sans" (#4829)
This commit is contained in:
Joachim Henze 2023-01-06 09:41:30 +01:00
parent 55015ae02d
commit f7423b8f10
32 changed files with 380 additions and 9907 deletions

View file

@ -8,7 +8,7 @@ MUI_SUBFONT LatinFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -21,7 +21,7 @@ MUI_SUBFONT LatinFonts[] =
{ L"MS Shell Dlg", L"Tahoma" },
{ L"MS Shell Dlg 2", L"Tahoma" },
{ L"System", L"FreeSans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -39,7 +39,7 @@ MUI_SUBFONT CyrillicFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -52,7 +52,7 @@ MUI_SUBFONT CyrillicFonts[] =
{ L"MS Shell Dlg", L"Tahoma" },
{ L"MS Shell Dlg 2", L"Tahoma" },
{ L"System", L"FreeSans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -70,40 +70,7 @@ MUI_SUBFONT GreekFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
{ L"Courier New Greek,161", L"Courier New,161" },
{ L"Courier New TUR,162", L"Courier New,162" },
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
{ L"Helv", L"DejaVu Sans" },
{ L"Helvetica", L"Arial" },
{ L"MS Sans Serif", L"DejaVu Sans" },
{ L"MS Shell Dlg", L"DejaVu Sans" },
{ L"MS Shell Dlg 2", L"DejaVu Sans" },
{ L"System", L"FreeSans" },
{ L"Tahoma", L"DejaVu Sans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
{ L"Times New Roman CYR,204", L"Times New Roman,204" },
{ L"Times New Roman Greek,161", L"Times New Roman,161" },
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ NULL, NULL }
};
MUI_SUBFONT HebrewFonts[] =
{
{ L"Arial", L"DejaVu Sans" },
{ L"Arial Baltic,186", L"Arial,186" },
{ L"Arial CE,238", L"Arial,238" },
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -116,7 +83,38 @@ MUI_SUBFONT HebrewFonts[] =
{ L"MS Shell Dlg", L"Tahoma" },
{ L"MS Shell Dlg 2", L"Tahoma" },
{ L"System", L"FreeSans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
{ L"Times New Roman CYR,204", L"Times New Roman,204" },
{ L"Times New Roman Greek,161", L"Times New Roman,161" },
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ NULL, NULL }
};
MUI_SUBFONT HebrewFonts[] =
{
{ L"Arial Baltic,186", L"Arial,186" },
{ L"Arial CE,238", L"Arial,238" },
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
{ L"Courier New Greek,161", L"Courier New,161" },
{ L"Courier New TUR,162", L"Courier New,162" },
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
{ L"Helv", L"Tahoma" },
{ L"Helvetica", L"Arial" },
{ L"MS Sans Serif", L"Tahoma" },
{ L"MS Shell Dlg", L"Tahoma" },
{ L"MS Shell Dlg 2", L"Tahoma" },
{ L"System", L"FreeSans" },
{ L"Terminal", L"Courier New" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -124,7 +122,6 @@ MUI_SUBFONT HebrewFonts[] =
{ L"Times New Roman Greek,161", L"Times New Roman,161" },
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ L"Ubuntu", L"Tahoma" },
{ NULL, NULL }
};
@ -140,7 +137,7 @@ MUI_SUBFONT ChineseSimplifiedFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -161,7 +158,7 @@ MUI_SUBFONT ChineseSimplifiedFonts[] =
{ L"SimSun", L"Droid Sans Fallback" },
{ L"System", L"Droid Sans Fallback" },
{ L"Tahoma", L"Droid Sans Fallback" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -170,7 +167,6 @@ MUI_SUBFONT ChineseSimplifiedFonts[] =
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ L"Trebuchet MS", L"Droid Sans Fallback" },
{ L"Ubuntu", L"Droid Sans Fallback" },
/* localized names */
{ CSF_LocalName0, L"Droid Sans Fallback" },
{ CSF_LocalName1, L"Droid Sans Fallback" },
@ -191,7 +187,7 @@ MUI_SUBFONT ChineseTraditionalFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -213,7 +209,7 @@ MUI_SUBFONT ChineseTraditionalFonts[] =
{ L"PMingLiU", L"Droid Sans Fallback" },
{ L"System", L"Droid Sans Fallback" },
{ L"Tahoma", L"Droid Sans Fallback" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -222,7 +218,6 @@ MUI_SUBFONT ChineseTraditionalFonts[] =
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ L"Trebuchet MS", L"Droid Sans Fallback" },
{ L"Ubuntu", L"Droid Sans Fallback" },
/* localized names */
{ CTF_LocalName0, L"Droid Sans Fallback" },
{ CTF_LocalName1, L"Droid Sans Fallback" },
@ -242,7 +237,7 @@ MUI_SUBFONT JapaneseFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -263,7 +258,7 @@ MUI_SUBFONT JapaneseFonts[] =
{ L"MS UI Gothic 2", L"Droid Sans Fallback" },
{ L"System", L"Droid Sans Fallback" },
{ L"Tahoma", L"Droid Sans Fallback" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -272,7 +267,6 @@ MUI_SUBFONT JapaneseFonts[] =
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ L"Trebuchet MS", L"Droid Sans Fallback" },
{ L"Ubuntu", L"Droid Sans Fallback" },
/* localized names */
{ JF_LocalName0, L"Droid Sans Fallback" },
{ JF_LocalName1, L"Droid Sans Fallback" },
@ -296,7 +290,7 @@ MUI_SUBFONT KoreanFonts[] =
{ L"Arial TUR,162", L"Arial,162" },
{ L"Batang", L"Droid Sans Fallback" },
{ L"BatangChe", L"Droid Sans Fallback" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
@ -317,7 +311,7 @@ MUI_SUBFONT KoreanFonts[] =
{ L"MS UI Gothic 2", L"Droid Sans Fallback" },
{ L"System", L"Droid Sans Fallback" },
{ L"Tahoma", L"Droid Sans Fallback" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -326,7 +320,6 @@ MUI_SUBFONT KoreanFonts[] =
{ L"Times New Roman TUR,162", L"Times New Roman,162" },
{ L"Tms Rmn", L"Times New Roman" },
{ L"Trebuchet MS", L"Droid Sans Fallback" },
{ L"Ubuntu", L"Droid Sans Fallback" },
/* localized names */
{ KF_LocalName0, L"Droid Sans Fallback" },
{ KF_LocalName1, L"Droid Sans Fallback" },
@ -339,28 +332,21 @@ MUI_SUBFONT KoreanFonts[] =
MUI_SUBFONT UnicodeFonts[] =
{
{ L"Arial", L"DejaVu Sans" },
{ L"Arial Baltic,186", L"Arial,186" },
{ L"Arial CE,238", L"Arial,238" },
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"DejaVu Sans Mono" },
{ L"Courier New", L"DejaVu Sans Mono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
{ L"Courier New Greek,161", L"Courier New,161" },
{ L"Courier New TUR,162", L"Courier New,162" },
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
{ L"Helv", L"DejaVu Sans" },
{ L"Helvetica", L"Arial" },
{ L"MS Sans Serif", L"DejaVu Sans" },
{ L"MS Shell Dlg", L"DejaVu Sans" },
{ L"MS Shell Dlg 2", L"DejaVu Sans" },
{ L"System", L"FreeSans" },
{ L"Tahoma", L"DejaVu Sans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Courier New" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },
@ -379,14 +365,14 @@ MUI_SUBFONT HindiFonts[] =
{ L"Arial CYR,204", L"Arial,204" },
{ L"Arial Greek,161", L"Arial,161" },
{ L"Arial TUR,162", L"Arial,162" },
{ L"Courier", L"FreeMono" },
{ L"Courier", L"Courier New" },
{ L"Courier New Baltic,186", L"Courier New,186" },
{ L"Courier New CE,238", L"Courier New,238" },
{ L"Courier New CYR,204", L"Courier New,204" },
{ L"Courier New Greek,161", L"Courier New,161" },
{ L"Courier New TUR,162", L"Courier New,162" },
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
{ L"Helv", L"Tahoma" },
{ L"Helv", L"FreeSans" },
{ L"Helvetica", L"Arial" },
{ L"MS Sans Serif", L"FreeSans" },
{ L"MS Shell Dlg", L"FreeSans" },
@ -394,7 +380,7 @@ MUI_SUBFONT HindiFonts[] =
{ L"Palatino Linotype", L"FreeSans" },
{ L"System", L"FreeSans" },
{ L"Tahoma", L"FreeSans" },
{ L"Terminal", L"DejaVu Sans Mono" },
{ L"Terminal", L"Lucida Console" },
{ L"Times", L"Times New Roman" },
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
{ L"Times New Roman CE,238", L"Times New Roman,238" },

View file

@ -48,14 +48,14 @@ HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","ALLUSERSPRO
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","PagingFiles",0x00000000,""
; Font Substitution
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"

View file

@ -11,16 +11,8 @@ list(APPEND FONT_FILES
courbd.ttf
courbi.ttf
couri.ttf
DejaVuSansMono-Bold.ttf
DejaVuSansMono-BoldOblique.ttf
DejaVuSansMono-Oblique.ttf
DejaVuSansMono.ttf
framd.ttf
framdit.ttf
FreeMono.ttf
FreeMonoBold.ttf
FreeMonoBoldOblique.ttf
FreeMonoOblique.ttf
FreeSans.ttf
FreeSansBold.ttf
FreeSansBoldOblique.ttf

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,57 +0,0 @@
abysta at yandex.ru
Adrian Schroeter
Aleksey Chalabyan
Andrey Valentinovich Panov
Ben Laenen
Besarion Gugushvili
Bhikkhu Pesala
Clayborne Arevalo
Dafydd Harries
Danilo Segan
Davide Viti
David Jez
David Lawrence Ramsey
Denis Jacquerye
Dwayne Bailey
Eugeniy Meshcheryakov
Frédéric Wang
Gee Fung Sit
Heikki Lindroos
James Cloos
James Crippen
John Karp
Keenan Pepper
Lars Næsbye Christensen
Lior Halphon
MaEr
Mashrab Kuvatov
Max Berger
Mederic Boquien
Michael Everson
MihailJP
Misu Moldovan
Nguyen Thai Ngoc Duy
Nicolas Mailhot
Norayr Chilingarian
Olleg Samoylov
Ognyan Kulev
Ondrej Koala Vacha
Peter Cernak
Remy Oudompheng
Roozbeh Pournader
Rouben Hakobian
Sahak Petrosyan
Sami Tarazi
Sander Vesik
Stepan Roh
Stephen Hartke
Steve Tinney
Tavmjong Bah
Thomas Henlich
Tim May
Valentin Stoykov
Vasek Stodulka
Wesley Transue
Yoshiki Ohshima
$Id$

View file

@ -1,3 +0,0 @@
See http://dejavu.sourceforge.net/wiki/index.php/Bugs
$Id$

View file

@ -1,187 +0,0 @@
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
Bitstream Vera Fonts Copyright
------------------------------
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
a trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of the fonts accompanying this license ("Fonts") and associated
documentation files (the "Font Software"), to reproduce and distribute the
Font Software, including without limitation the rights to use, copy, merge,
publish, distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to the
following conditions:
The above copyright and trademark notices and this permission notice shall
be included in all copies of one or more of the Font Software typefaces.
The Font Software may be modified, altered, or added to, and in particular
the designs of glyphs or characters in the Fonts may be modified and
additional glyphs or characters may be added to the Fonts, only if the fonts
are renamed to names not containing either the words "Bitstream" or the word
"Vera".
This License becomes null and void to the extent applicable to Fonts or Font
Software that has been modified and is distributed under the "Bitstream
Vera" names.
The Font Software may be sold as part of a larger software package but no
copy of one or more of the Font Software typefaces may be sold by itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
FONT SOFTWARE.
Except as contained in this notice, the names of Gnome, the Gnome
Foundation, and Bitstream Inc., shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this Font Software
without prior written authorization from the Gnome Foundation or Bitstream
Inc., respectively. For further information, contact: fonts at gnome dot
org.
Arev Fonts Copyright
------------------------------
Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the fonts accompanying this license ("Fonts") and
associated documentation files (the "Font Software"), to reproduce
and distribute the modifications to the Bitstream Vera Font Software,
including without limitation the rights to use, copy, merge, publish,
distribute, and/or sell copies of the Font Software, and to permit
persons to whom the Font Software is furnished to do so, subject to
the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software
typefaces.
The Font Software may be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may be
modified and additional glyphs or characters may be added to the
Fonts, only if the fonts are renamed to names not containing either
the words "Tavmjong Bah" or the word "Arev".
This License becomes null and void to the extent applicable to Fonts
or Font Software that has been modified and is distributed under the
"Tavmjong Bah Arev" names.
The Font Software may be sold as part of a larger software package but
no copy of one or more of the Font Software typefaces may be sold by
itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the name of Tavmjong Bah shall not
be used in advertising or otherwise to promote the sale, use or other
dealings in this Font Software without prior written authorization
from Tavmjong Bah. For further information, contact: tavmjong @ free
. fr.
TeX Gyre DJV Math
-----------------
Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
(on behalf of TeX users groups) are in public domain.
Letters imported from Euler Fraktur from AMSfonts are (c) American
Mathematical Society (see below).
Bitstream Vera Fonts Copyright
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
is a trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of the fonts accompanying this license (“Fonts”) and associated
documentation
files (the “Font Software”), to reproduce and distribute the Font Software,
including without limitation the rights to use, copy, merge, publish,
distribute,
and/or sell copies of the Font Software, and to permit persons to whom
the Font Software is furnished to do so, subject to the following
conditions:
The above copyright and trademark notices and this permission notice
shall be
included in all copies of one or more of the Font Software typefaces.
The Font Software may be modified, altered, or added to, and in particular
the designs of glyphs or characters in the Fonts may be modified and
additional
glyphs or characters may be added to the Fonts, only if the fonts are
renamed
to names not containing either the words “Bitstream” or the word “Vera”.
This License becomes null and void to the extent applicable to Fonts or
Font Software
that has been modified and is distributed under the “Bitstream Vera”
names.
The Font Software may be sold as part of a larger software package but
no copy
of one or more of the Font Software typefaces may be sold by itself.
THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
FOUNDATION
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
INABILITY TO USE
THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the names of GNOME, the GNOME
Foundation,
and Bitstream Inc., shall not be used in advertising or otherwise to promote
the sale, use or other dealings in this Font Software without prior written
authorization from the GNOME Foundation or Bitstream Inc., respectively.
For further information, contact: fonts at gnome dot org.
AMSFonts (v. 2.2) copyright
The PostScript Type 1 implementation of the AMSFonts produced by and
previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
available for general use. This has been accomplished through the
cooperation
of a consortium of scientific publishers with Blue Sky Research and Y&Y.
Members of this consortium include:
Elsevier Science IBM Corporation Society for Industrial and Applied
Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
In order to assure the authenticity of these fonts, copyright will be
held by
the American Mathematical Society. This is not meant to restrict in any way
the legitimate use of the fonts, such as (but not limited to) electronic
distribution of documents containing these fonts, inclusion of these fonts
into other public domain or commercial font collections or computer
applications, use of the outline data to create derivative fonts and/or
faces, etc. However, the AMS does require that the AMS copyright notice be
removed from any derivative versions of the fonts which have been altered in
any way. In addition, to ensure the fidelity of TeX documents using Computer
Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
has requested that any alterations which yield different font metrics be
given a different name.
$Id$

File diff suppressed because it is too large Load diff

View file

@ -1,67 +0,0 @@
[![Build Status](https://travis-ci.org/dejavu-fonts/dejavu-fonts.svg)](https://travis-ci.org/dejavu-fonts/dejavu-fonts)
DejaVu fonts 2.37 (c)2004-2016 DejaVu fonts team
------------------------------------------------
The DejaVu fonts are a font family based on the Bitstream Vera Fonts
(http://gnome.org/fonts/). Its purpose is to provide a wider range of
characters (see status.txt for more information) while maintaining the
original look and feel.
DejaVu fonts are based on Bitstream Vera fonts version 1.10.
Available fonts (Sans = sans serif, Mono = monospaced):
DejaVu Sans Mono
DejaVu Sans Mono Bold
DejaVu Sans Mono Bold Oblique
DejaVu Sans Mono Oblique
DejaVu Sans
DejaVu Sans Bold
DejaVu Sans Bold Oblique
DejaVu Sans Oblique
DejaVu Sans ExtraLight (experimental)
DejaVu Serif
DejaVu Serif Bold
DejaVu Serif Bold Italic (experimental)
DejaVu Serif Italic (experimental)
DejaVu Sans Condensed (experimental)
DejaVu Sans Condensed Bold (experimental)
DejaVu Sans Condensed Bold Oblique (experimental)
DejaVu Sans Condensed Oblique (experimental)
DejaVu Serif Condensed (experimental)
DejaVu Serif Condensed Bold (experimental)
DejaVu Serif Condensed Bold Italic (experimental)
DejaVu Serif Condensed Italic (experimental)
DejaVu Math TeX Gyre
All fonts are also available as derivative called DejaVu LGC with support
only for Latin, Greek and Cyrillic scripts.
For license information see LICENSE. What's new is described in NEWS. Known
bugs are in BUGS. All authors are mentioned in AUTHORS.
Fonts are published in source form as SFD files (Spline Font Database from
FontForge - http://fontforge.sf.net/) and in compiled form as TTF files
(TrueType fonts).
For more information go to http://dejavu.sourceforge.net/.
Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
---------------------------
U+01BA, U+01BF, U+01F7, U+021C-U+021D, U+0220, U+0222-U+0223,
U+02B9, U+02BA, U+02BD, U+02C2-U+02C5, U+02d4-U+02D5,
U+02D7, U+02EC-U+02EE, U+0346-U+034E, U+0360, U+0362,
U+03E2-03EF, U+0460-0463, U+0466-U+0486, U+0488-U+0489, U+04A8-U+04A9,
U+0500-U+050F, U+2055-205E, U+20B0, U+20B2-U+20B3, U+2102, U+210D, U+210F,
U+2111, U+2113, U+2115, U+2118-U+211A, U+211C-U+211D, U+2124, U+2135,
U+213C-U+2140, U+2295-U+2298, U+2308-U+230B, U+26A2-U+26B1, U+2701-U+2704,
U+2706-U+2709, U+270C-U+274B, U+2758-U+275A, U+2761-U+2775, U+2780-U+2794,
U+2798-U+27AF, U+27B1-U+27BE, U+FB05-U+FB06
DejaVu Math TeX Gyre
--------------------
TeX Gyre DJV Math by B. Jackowski, P. Strzelczyk and P. Pianowski
(on behalf of TeX users groups).
$Id$

View file

@ -1,250 +0,0 @@
This is the language coverage file for DejaVu fonts
($Id$)
Sans Serif Sans Mono
aa Afar 100% (62/62) 100% (62/62) 100% (62/62)
ab Abkhazia 100% (90/90) 93% (84/90) 84% (76/90)
af Afrikaans 100% (69/69) 100% (69/69) 100% (69/69)
ak Akan 100% (73/73) 100% (73/73) 100% (73/73)
am Amharic (0/264) (0/264) (0/264)
an Aragonese 100% (66/66) 100% (66/66) 100% (66/66)
ar Arabic 100% (36/36) (0/36) 100% (36/36)
as Assamese (0/64) (0/64) (0/64)
ast Asturian/Bable/Leonese/Asturleonese 100% (70/70) 100% (70/70) 100% (70/70)
av Avaric 100% (67/67) 100% (67/67) 100% (67/67)
ay Aymara 100% (60/60) 100% (60/60) 100% (60/60)
az-az Azerbaijani in Azerbaijan 100% (66/66) 100% (66/66) 100% (66/66)
az-ir Azerbaijani in Iran 100% (40/40) (0/40) 100% (40/40)
ba Bashkir 100% (82/82) 100% (82/82) 97% (80/82)
be Byelorussian 100% (68/68) 100% (68/68) 100% (68/68)
ber-dz Berber in Algeria 100% (70/70) 100% (70/70) 100% (70/70)
ber-ma Berber in Morocco 100% (32/32) (0/32) (0/32)
bg Bulgarian 100% (60/60) 100% (60/60) 100% (60/60)
bh Bihari (Devanagari script) (0/68) (0/68) (0/68)
bho Bhojpuri (Devanagari script) (0/68) (0/68) (0/68)
bi Bislama 100% (58/58) 100% (58/58) 100% (58/58)
bin Edo or Bini 100% (78/78) 100% (78/78) 100% (78/78)
bm Bambara 100% (60/60) 100% (60/60) 100% (60/60)
bn Bengali (0/63) (0/63) (0/63)
bo Tibetan (0/95) (0/95) (0/95)
br Breton 100% (64/64) 100% (64/64) 100% (64/64)
brx Bodo (Devanagari script) (0/82) (0/82) (0/82)
bs Bosnian 100% (62/62) 100% (62/62) 100% (62/62)
bua Buriat (Buryat) 100% (70/70) 100% (70/70) 100% (70/70)
byn Blin/Bilin (0/255) (0/255) (0/255)
ca Catalan 100% (74/74) 100% (74/74) 100% (74/74)
ce Chechen 100% (67/67) 100% (67/67) 100% (67/67)
ch Chamorro 100% (58/58) 100% (58/58) 100% (58/58)
chm Mari (Lower Cheremis / Upper Cheremis) 100% (76/76) 100% (76/76) 100% (76/76)
chr Cherokee (0/85) (0/85) (0/85)
co Corsican 100% (84/84) 100% (84/84) 100% (84/84)
crh Crimean Tatar/Crimean Turkish 100% (68/68) 100% (68/68) 100% (68/68)
cs Czech 100% (82/82) 100% (82/82) 100% (82/82)
csb Kashubian 100% (74/74) 100% (74/74) 100% (74/74)
cu Old Church Slavonic 100% (103/103) 90% (93/103) 78% (81/103)
cv Chuvash 100% (74/74) 100% (74/74) 100% (74/74)
cy Welsh 100% (78/78) 100% (78/78) 100% (78/78)
da Danish 100% (70/70) 100% (70/70) 100% (70/70)
de German 100% (59/59) 100% (59/59) 100% (59/59)
doi Dogri (0/85) (0/85) (0/85)
dv Divehi/Dhivehi/Maldivian (0/49) (0/49) (0/49)
dz Dzongkha (0/95) (0/95) (0/95)
ee Ewe 100% (99/99) 100% (99/99) 100% (99/99)
el Greek 100% (69/69) 100% (69/69) 100% (69/69)
en English 100% (72/72) 100% (72/72) 100% (72/72)
eo Esperanto 100% (64/64) 100% (64/64) 100% (64/64)
es Spanish 100% (66/66) 100% (66/66) 100% (66/66)
et Estonian 100% (64/64) 100% (64/64) 100% (64/64)
eu Basque 100% (56/56) 100% (56/56) 100% (56/56)
fa Persian 100% (40/40) (0/40) 100% (40/40)
fat Fanti 100% (73/73) 100% (73/73) 100% (73/73)
ff Fulah (Fula) 100% (62/62) 100% (62/62) 100% (62/62)
fi Finnish 100% (62/62) 100% (62/62) 100% (62/62)
fil Filipino 100% (84/84) 100% (84/84) 100% (84/84)
fj Fijian 100% (52/52) 100% (52/52) 100% (52/52)
fo Faroese 100% (68/68) 100% (68/68) 100% (68/68)
fr French 100% (84/84) 100% (84/84) 100% (84/84)
fur Friulian 100% (66/66) 100% (66/66) 100% (66/66)
fy Frisian 100% (75/75) 100% (75/75) 100% (75/75)
ga Irish 100% (80/80) 100% (80/80) 100% (80/80)
gd Scots Gaelic 100% (70/70) 100% (70/70) 100% (70/70)
gez Ethiopic (Geez) (0/218) (0/218) (0/218)
gl Galician 100% (66/66) 100% (66/66) 100% (66/66)
gn Guarani 100% (70/70) 100% (70/70) 100% (70/70)
gu Gujarati (0/68) (0/68) (0/68)
gv Manx Gaelic 100% (54/54) 100% (54/54) 100% (54/54)
ha Hausa 100% (60/60) 100% (60/60) 100% (60/60)
haw Hawaiian 100% (63/63) 100% (63/63) 100% (63/63)
he Hebrew 100% (27/27) (0/27) (0/27)
hi Hindi (Devanagari script) (0/68) (0/68) (0/68)
hne Chhattisgarhi (0/68) (0/68) (0/68)
ho Hiri Motu 100% (52/52) 100% (52/52) 100% (52/52)
hr Croatian 100% (62/62) 100% (62/62) 100% (62/62)
hsb Upper Sorbian 100% (72/72) 100% (72/72) 100% (72/72)
ht Haitian/Haitian Creole 100% (56/56) 100% (56/56) 100% (56/56)
hu Hungarian 100% (70/70) 100% (70/70) 100% (70/70)
hy Armenian 100% (77/77) 100% (77/77) 100% (77/77)
hz Herero 100% (57/57) 100% (57/57) 100% (57/57)
ia Interlingua 100% (52/52) 100% (52/52) 100% (52/52)
id Indonesian 100% (54/54) 100% (54/54) 100% (54/54)
ie Interlingue 100% (52/52) 100% (52/52) 100% (52/52)
ig Igbo 100% (58/58) 100% (58/58) 100% (58/58)
ii Sichuan Yi/Nuosu (0/1165) (0/1165) (0/1165)
ik Inupiaq (Inupiak, Eskimo) 100% (68/68) 100% (68/68) 100% (68/68)
io Ido 100% (52/52) 100% (52/52) 100% (52/52)
is Icelandic 100% (70/70) 100% (70/70) 100% (70/70)
it Italian 100% (72/72) 100% (72/72) 100% (72/72)
iu Inuktitut 100% (161/161) (0/161) (0/161)
ja Japanese (0/2314) (0/2314) (0/2314)
jv Javanese 100% (56/56) 100% (56/56) 100% (56/56)
ka Georgian 100% (33/33) 100% (33/33) 100% (33/33)
kaa Kara-Kalpak (Karakalpak) 100% (78/78) 100% (78/78) 100% (78/78)
kab Kabyle 100% (70/70) 100% (70/70) 100% (70/70)
ki Kikuyu 100% (56/56) 100% (56/56) 100% (56/56)
kj Kuanyama/Kwanyama 100% (52/52) 100% (52/52) 100% (52/52)
kk Kazakh 100% (77/77) 100% (77/77) 100% (77/77)
kl Greenlandic 100% (81/81) 100% (81/81) 100% (81/81)
km Central Khmer (0/63) (0/63) (0/63)
kn Kannada (0/70) (0/70) (0/70)
ko Korean (0/2442) (0/2442) (0/2442)
kok Kokani (Devanagari script) (0/68) (0/68) (0/68)
kr Kanuri 100% (56/56) 100% (56/56) 100% (56/56)
ks Kashmiri 78% (26/33) (0/33) 69% (23/33)
ku-am Kurdish in Armenia 100% (64/64) 100% (64/64) 100% (64/64)
ku-iq Kurdish in Iraq 100% (32/32) (0/32) 87% (28/32)
ku-ir Kurdish in Iran 100% (32/32) (0/32) 87% (28/32)
ku-tr Kurdish in Turkey 100% (62/62) 100% (62/62) 100% (62/62)
kum Kumyk 100% (66/66) 100% (66/66) 100% (66/66)
kv Komi (Komi-Permyak/Komi-Siryan) 100% (70/70) 100% (70/70) 100% (70/70)
kw Cornish 100% (64/64) 100% (64/64) 100% (64/64)
kwm Kwambi 100% (52/52) 100% (52/52) 100% (52/52)
ky Kirgiz 100% (70/70) 100% (70/70) 100% (70/70)
la Latin 100% (68/68) 100% (68/68) 100% (68/68)
lah Lahnda 92% (25/27) (0/27) 85% (23/27)
lb Luxembourgish (Letzeburgesch) 100% (75/75) 100% (75/75) 100% (75/75)
lez Lezghian (Lezgian) 100% (67/67) 100% (67/67) 100% (67/67)
lg Ganda 100% (54/54) 100% (54/54) 100% (54/54)
li Limburgan/Limburger/Limburgish 100% (62/62) 100% (62/62) 100% (62/62)
ln Lingala 100% (81/81) 100% (81/81) 100% (81/81)
lo Lao 100% (55/55) (0/55) 83% (46/55)
lt Lithuanian 100% (70/70) 100% (70/70) 100% (70/70)
lv Latvian 100% (78/78) 100% (78/78) 100% (78/78)
mai Maithili (Devanagari script) (0/68) (0/68) (0/68)
mg Malagasy 100% (56/56) 100% (56/56) 100% (56/56)
mh Marshallese 100% (62/62) 100% (62/62) 100% (62/62)
mi Maori 100% (64/64) 100% (64/64) 100% (64/64)
mk Macedonian 100% (42/42) 100% (42/42) 100% (42/42)
ml Malayalam (0/68) (0/68) (0/68)
mn-cn Mongolian in China (0/130) (0/130) (0/130)
mn-mn Mongolian in Mongolia 100% (70/70) 100% (70/70) 100% (70/70)
mni Maniputi (0/78) (0/78) (0/78)
mo Moldavian 100% (128/128) 100% (128/128) 100% (128/128)
mr Marathi (Devanagari script) (0/68) (0/68) (0/68)
ms Malay 100% (52/52) 100% (52/52) 100% (52/52)
mt Maltese 100% (72/72) 100% (72/72) 100% (72/72)
my Burmese (Myanmar) (0/48) (0/48) (0/48)
na Nauru 100% (60/60) 100% (60/60) 100% (60/60)
nb Norwegian Bokmal 100% (70/70) 100% (70/70) 100% (70/70)
nds Low Saxon 100% (59/59) 100% (59/59) 100% (59/59)
ne Nepali (0/72) (0/72) (0/72)
ng Ndonga 100% (52/52) 100% (52/52) 100% (52/52)
nl Dutch 100% (82/82) 100% (82/82) 100% (82/82)
nn Norwegian Nynorsk 100% (76/76) 100% (76/76) 100% (76/76)
no Norwegian (Bokmal) 100% (70/70) 100% (70/70) 100% (70/70)
nqo N'Ko 91% (54/59) (0/59) (0/59)
nr Ndebele, South 100% (52/52) 100% (52/52) 100% (52/52)
nso Northern Sotho 100% (58/58) 100% (58/58) 100% (58/58)
nv Navajo/Navaho 100% (72/72) 100% (72/72) 100% (72/72)
ny Chichewa 100% (54/54) 100% (54/54) 100% (54/54)
oc Occitan 100% (70/70) 100% (70/70) 100% (70/70)
om Oromo or Galla 100% (52/52) 100% (52/52) 100% (52/52)
or Oriya (0/68) (0/68) (0/68)
os Ossetic 100% (66/66) 100% (66/66) 100% (66/66)
ota Ottoman Turkish 100% (37/37) (0/37) 97% (36/37)
pa Panjabi/Punjabi (0/63) (0/63) (0/63)
pa-pk Panjabi/Punjabi in Pakistan 92% (25/27) (0/27) 85% (23/27)
pap-an Papiamento in Netherlands Antilles 100% (72/72) 100% (72/72) 100% (72/72)
pap-aw Papiamento in Aruba 100% (54/54) 100% (54/54) 100% (54/54)
pes Western Farsi 100% (40/40) (0/40) 100% (40/40)
pl Polish 100% (70/70) 100% (70/70) 100% (70/70)
prs Dari/Eastern Farsi 100% (40/40) (0/40) 100% (40/40)
ps-af Pashto in Afghanistan 97% (48/49) (0/49) 77% (38/49)
ps-pk Pashto in Pakistan 95% (47/49) (0/49) 75% (37/49)
pt Portuguese 100% (82/82) 100% (82/82) 100% (82/82)
qu Quechua 100% (55/55) 100% (55/55) 100% (55/55)
quz Cusco Quechua 100% (55/55) 100% (55/55) 100% (55/55)
rm Rhaeto-Romance (Romansch) 100% (66/66) 100% (66/66) 100% (66/66)
rn Rundi 100% (52/52) 100% (52/52) 100% (52/52)
ro Romanian 100% (62/62) 100% (62/62) 100% (62/62)
ru Russian 100% (66/66) 100% (66/66) 100% (66/66)
rw Kinyarwanda 100% (52/52) 100% (52/52) 100% (52/52)
sa Sanskrit (Devanagari script) (0/68) (0/68) (0/68)
sah Yakut 100% (76/76) 100% (76/76) 100% (76/76)
sat Santali (Devanagari script) (0/70) (0/70) (0/70)
sc Sardinian 100% (62/62) 100% (62/62) 100% (62/62)
sco Scots 100% (56/56) 100% (56/56) 100% (56/56)
sd Sindhi 100% (54/54) (0/54) 79% (43/54)
se North Sami 100% (66/66) 100% (66/66) 100% (66/66)
sel Selkup (Ostyak-Samoyed) 100% (66/66) 100% (66/66) 100% (66/66)
sg Sango 100% (72/72) 100% (72/72) 100% (72/72)
sh Serbo-Croatian 100% (156/156) 100% (156/156) 98% (154/156)
shs Secwepemctsin 100% (48/48) 100% (48/48) 100% (48/48)
si Sinhala/Sinhalese (0/73) (0/73) (0/73)
sid Sidamo (0/281) (0/281) (0/281)
sk Slovak 100% (86/86) 100% (86/86) 100% (86/86)
sl Slovenian 100% (62/62) 100% (62/62) 100% (62/62)
sm Samoan 100% (53/53) 100% (53/53) 100% (53/53)
sma South Sami 100% (60/60) 100% (60/60) 100% (60/60)
smj Lule Sami 100% (60/60) 100% (60/60) 100% (60/60)
smn Inari Sami 100% (68/68) 100% (68/68) 100% (68/68)
sms Skolt Sami 100% (80/80) 100% (80/80) 97% (78/80)
sn Shona 100% (52/52) 100% (52/52) 100% (52/52)
so Somali 100% (52/52) 100% (52/52) 100% (52/52)
sq Albanian 100% (56/56) 100% (56/56) 100% (56/56)
sr Serbian 100% (60/60) 100% (60/60) 100% (60/60)
ss Swati 100% (52/52) 100% (52/52) 100% (52/52)
st Sotho, Southern 100% (52/52) 100% (52/52) 100% (52/52)
su Sundanese 100% (54/54) 100% (54/54) 100% (54/54)
sv Swedish 100% (68/68) 100% (68/68) 100% (68/68)
sw Swahili 100% (52/52) 100% (52/52) 100% (52/52)
syr Syriac (0/45) (0/45) (0/45)
ta Tamil (0/48) (0/48) (0/48)
te Telugu (0/70) (0/70) (0/70)
tg Tajik 100% (78/78) 100% (78/78) 97% (76/78)
th Thai 1% (1/74) 1% (1/74) 1% (1/74)
ti-er Eritrean Tigrinya (0/255) (0/255) (0/255)
ti-et Ethiopian Tigrinya (0/281) (0/281) (0/281)
tig Tigre (0/221) (0/221) (0/221)
tk Turkmen 100% (68/68) 100% (68/68) 100% (68/68)
tl Tagalog 100% (84/84) 100% (84/84) 100% (84/84)
tn Tswana 100% (58/58) 100% (58/58) 100% (58/58)
to Tonga 100% (53/53) 100% (53/53) 100% (53/53)
tr Turkish 100% (70/70) 100% (70/70) 100% (70/70)
ts Tsonga 100% (52/52) 100% (52/52) 100% (52/52)
tt Tatar 100% (76/76) 100% (76/76) 100% (76/76)
tw Twi 100% (73/73) 100% (73/73) 100% (73/73)
ty Tahitian 100% (65/65) 100% (65/65) 100% (65/65)
tyv Tuvinian 100% (70/70) 100% (70/70) 100% (70/70)
ug Uyghur 100% (33/33) (0/33) 78% (26/33)
uk Ukrainian 100% (72/72) 100% (72/72) 100% (72/72)
ur Urdu 92% (25/27) (0/27) 85% (23/27)
uz Uzbek 100% (52/52) 100% (52/52) 100% (52/52)
ve Venda 100% (62/62) 100% (62/62) 100% (62/62)
vi Vietnamese 100% (194/194) 100% (194/194) 76% (148/194)
vo Volapuk 100% (54/54) 100% (54/54) 100% (54/54)
vot Votic 100% (62/62) 100% (62/62) 100% (62/62)
wa Walloon 100% (70/70) 100% (70/70) 100% (70/70)
wal Wolaitta/Wolaytta (0/281) (0/281) (0/281)
wen Sorbian languages (lower and upper) 100% (76/76) 100% (76/76) 100% (76/76)
wo Wolof 100% (66/66) 100% (66/66) 100% (66/66)
xh Xhosa 100% (52/52) 100% (52/52) 100% (52/52)
yap Yapese 100% (58/58) 100% (58/58) 100% (58/58)
yi Yiddish 100% (27/27) (0/27) (0/27)
yo Yoruba 100% (119/119) 100% (119/119) 100% (119/119)
za Zhuang/Chuang 100% (52/52) 100% (52/52) 100% (52/52)
zh-cn Chinese (simplified) 0% (2/6765) 0% (2/6765) 0% (2/6765)
zh-hk Chinese Hong Kong Supplementary Character Set (0/1083) (0/1083) (0/1083)
zh-mo Chinese in Macau (0/1083) (0/1083) (0/1083)
zh-sg Chinese in Singapore 0% (2/6765) 0% (2/6765) 0% (2/6765)
zh-tw Chinese (traditional) (0/13063) (0/13063) (0/13063)
zu Zulu 100% (52/52) 100% (52/52) 100% (52/52)

File diff suppressed because it is too large Load diff

View file

@ -1,279 +0,0 @@
This is the Unicode coverage file for DejaVu fonts
($Id$)
Control and similar characters are discounted from totals.
Sans Serif Sans Mono
U+0000 Basic Latin 100% (95/95) 100% (95/95) 100% (95/95)
U+0080 Latin-1 Supplement 100% (96/96) 100% (96/96) 100% (96/96)
U+0100 Latin Extended-A 100% (128/128) 100% (128/128) 100% (128/128)
U+0180 Latin Extended-B 100% (208/208) 100% (208/208) 86% (180/208)
U+0250 IPA Extensions 100% (96/96) 100% (96/96) 100% (96/96)
U+02b0 Spacing Modifier Letters 78% (63/80) 73% (59/80) 62% (50/80)
U+0300 Combining Diacritical Marks 83% (93/112) 61% (69/112) 59% (67/112)
U+0370 Greek and Coptic 100% (135/135) 89% (121/135) 85% (116/135)
U+0400 Cyrillic 100% (256/256) 79% (204/256) 70% (180/256)
U+0500 Cyrillic Supplement 79% (38/48) 20% (10/48) 12% (6/48)
U+0530 Armenian 96% (86/89) 96% (86/89) 96% (86/89)
U+0590 Hebrew 62% (54/87) (0/87) (0/87)
U+0600 Arabic 64% (165/255) (0/255) 38% (99/255)
U+0700 Syriac (0/77) (0/77) (0/77)
U+0750 Arabic Supplement (0/48) (0/48) (0/48)
U+0780 Thaana (0/50) (0/50) (0/50)
U+07c0 NKo 91% (54/59) (0/59) (0/59)
U+0800 Samaritan (0/61) (0/61) (0/61)
U+0840 Mandaic (0/29) (0/29) (0/29)
U+08a0 Arabic Extended-A (0/73) (0/73) (0/73)
U+0900 Devanagari (0/128) (0/128) (0/128)
U+0980 Bengali (0/93) (0/93) (0/93)
U+0a00 Gurmukhi (0/79) (0/79) (0/79)
U+0a80 Gujarati (0/85) (0/85) (0/85)
U+0b00 Oriya (0/90) (0/90) (0/90)
U+0b80 Tamil (0/72) (0/72) (0/72)
U+0c00 Telugu (0/96) (0/96) (0/96)
U+0c80 Kannada (0/88) (0/88) (0/88)
U+0d00 Malayalam (0/114) (0/114) (0/114)
U+0d80 Sinhala (0/90) (0/90) (0/90)
U+0e00 Thai 1% (1/87) 1% (1/87) 1% (1/87)
U+0e80 Lao 97% (65/67) (0/67) 68% (46/67)
U+0f00 Tibetan (0/211) (0/211) (0/211)
U+1000 Myanmar (0/160) (0/160) (0/160)
U+10a0 Georgian 94% (83/88) 94% (83/88) 51% (45/88)
U+1100 Hangul Jamo (0/256) (0/256) (0/256)
U+1200 Ethiopic (0/358) (0/358) (0/358)
U+1380 Ethiopic Supplement (0/26) (0/26) (0/26)
U+13a0 Cherokee (0/92) (0/92) (0/92)
U+1400 Unified Canadian Aboriginal Syllabics 63% (404/640) (0/640) (0/640)
U+1680 Ogham 100% (29/29) (0/29) (0/29)
U+16a0 Runic (0/89) (0/89) (0/89)
U+1700 Tagalog (0/20) (0/20) (0/20)
U+1720 Hanunoo (0/23) (0/23) (0/23)
U+1740 Buhid (0/20) (0/20) (0/20)
U+1760 Tagbanwa (0/18) (0/18) (0/18)
U+1780 Khmer (0/114) (0/114) (0/114)
U+1800 Mongolian (0/156) (0/156) (0/156)
U+18b0 Unified Canadian Aboriginal Syllabics Extended (0/70) (0/70) (0/70)
U+1900 Limbu (0/68) (0/68) (0/68)
U+1950 Tai Le (0/35) (0/35) (0/35)
U+1980 New Tai Lue (0/83) (0/83) (0/83)
U+19e0 Khmer Symbols (0/32) (0/32) (0/32)
U+1a00 Buginese (0/30) (0/30) (0/30)
U+1a20 Tai Tham (0/127) (0/127) (0/127)
U+1ab0 Combining Diacritical Marks Extended (0/15) (0/15) (0/15)
U+1b00 Balinese (0/121) (0/121) (0/121)
U+1b80 Sundanese (0/64) (0/64) (0/64)
U+1bc0 Batak (0/56) (0/56) (0/56)
U+1c00 Lepcha (0/74) (0/74) (0/74)
U+1c50 Ol Chiki (0/48) (0/48) (0/48)
U+1c80 Cyrillic Extended-C (0/9) (0/9) (0/9)
U+1cc0 Sundanese Supplement (0/8) (0/8) (0/8)
U+1cd0 Vedic Extensions (0/41) (0/41) (0/41)
U+1d00 Phonetic Extensions 82% (106/128) 89% (115/128) 48% (62/128)
U+1d80 Phonetic Extensions Supplement 59% (38/64) 59% (38/64) 57% (37/64)
U+1dc0 Combining Diacritical Marks Supplement 10% (6/59) 10% (6/59) (0/59)
U+1e00 Latin Extended Additional 98% (252/256) 98% (252/256) 71% (182/256)
U+1f00 Greek Extended 100% (233/233) 100% (233/233) 100% (233/233)
U+2000 General Punctuation 96% (107/111) 78% (87/111) 48% (54/111)
U+2070 Superscripts and Subscripts 100% (42/42) 100% (42/42) 100% (42/42)
U+20a0 Currency Symbols 83% (26/31) 32% (10/31) 83% (26/31)
U+20d0 Combining Diacritical Marks for Symbols 21% (7/33) (0/33) (0/33)
U+2100 Letterlike Symbols 93% (75/80) 42% (34/80) 22% (18/80)
U+2150 Number Forms 91% (55/60) 91% (55/60) 26% (16/60)
U+2190 Arrows 100% (112/112) 100% (112/112) 100% (112/112)
U+2200 Mathematical Operators 100% (256/256) 39% (101/256) 69% (178/256)
U+2300 Miscellaneous Technical 25% (65/255) 14% (36/255) 53% (136/255)
U+2400 Control Pictures 5% (2/39) 2% (1/39) 2% (1/39)
U+2440 Optical Character Recognition (0/11) (0/11) (0/11)
U+2460 Enclosed Alphanumerics 6% (10/160) (0/160) (0/160)
U+2500 Box Drawing 100% (128/128) 100% (128/128) 100% (128/128)
U+2580 Block Elements 100% (32/32) 100% (32/32) 100% (32/32)
U+25a0 Geometric Shapes 100% (96/96) 100% (96/96) 100% (96/96)
U+2600 Miscellaneous Symbols 73% (189/256) 11% (30/256) 58% (149/256)
U+2700 Dingbats 90% (174/192) 0% (1/192) 75% (144/192)
U+27c0 Miscellaneous Mathematical Symbols-A 18% (9/48) 10% (5/48) 22% (11/48)
U+27f0 Supplemental Arrows-A 100% (16/16) 100% (16/16) 18% (3/16)
U+2800 Braille Patterns 100% (256/256) 100% (256/256) (0/256)
U+2900 Supplemental Arrows-B 4% (6/128) 100% (128/128) (0/128)
U+2980 Miscellaneous Mathematical Symbols-B 10% (13/128) 0% (1/128) 5% (7/128)
U+2a00 Supplemental Mathematical Operators 28% (74/256) 2% (6/256) 1% (4/256)
U+2b00 Miscellaneous Symbols and Arrows 16% (35/206) 13% (27/206) 8% (18/206)
U+2c00 Glagolitic (0/94) (0/94) (0/94)
U+2c60 Latin Extended-C 96% (31/32) 84% (27/32) 43% (14/32)
U+2c80 Coptic (0/123) (0/123) (0/123)
U+2d00 Georgian Supplement 95% (38/40) 95% (38/40) (0/40)
U+2d30 Tifinagh 93% (55/59) (0/59) (0/59)
U+2d80 Ethiopic Extended (0/79) (0/79) (0/79)
U+2de0 Cyrillic Extended-A (0/32) (0/32) (0/32)
U+2e00 Supplemental Punctuation 10% (7/69) 10% (7/69) 10% (7/69)
U+2e80 CJK Radicals Supplement (0/115) (0/115) (0/115)
U+2f00 Kangxi Radicals (0/214) (0/214) (0/214)
U+2ff0 Ideographic Description Characters (0/12) (0/12) (0/12)
U+3000 CJK Symbols and Punctuation (0/64) (0/64) (0/64)
U+3040 Hiragana (0/93) (0/93) (0/93)
U+30a0 Katakana (0/96) (0/96) (0/96)
U+3100 Bopomofo (0/41) (0/41) (0/41)
U+3130 Hangul Compatibility Jamo (0/94) (0/94) (0/94)
U+3190 Kanbun (0/16) (0/16) (0/16)
U+31a0 Bopomofo Extended (0/27) (0/27) (0/27)
U+31c0 CJK Strokes (0/36) (0/36) (0/36)
U+31f0 Katakana Phonetic Extensions (0/16) (0/16) (0/16)
U+3200 Enclosed CJK Letters and Months (0/254) (0/254) (0/254)
U+3300 CJK Compatibility (0/256) (0/256) (0/256)
U+3400 CJK Unified Ideographs Extension A (0/0) (0/0) (0/0)
U+4dc0 Yijing Hexagram Symbols 100% (64/64) (0/64) (0/64)
U+4e00 CJK Unified Ideographs (0/0) (0/0) (0/0)
U+a000 Yi Syllables (0/1165) (0/1165) (0/1165)
U+a490 Yi Radicals (0/55) (0/55) (0/55)
U+a4d0 Lisu 100% (48/48) (0/48) (0/48)
U+a500 Vai (0/300) (0/300) (0/300)
U+a640 Cyrillic Extended-B 34% (33/96) 12% (12/96) (0/96)
U+a6a0 Bamum (0/88) (0/88) (0/88)
U+a700 Modifier Tone Letters 62% (20/32) 62% (20/32) 62% (20/32)
U+a720 Latin Extended-D 48% (77/160) 37% (60/160) 10% (17/160)
U+a800 Syloti Nagri (0/44) (0/44) (0/44)
U+a830 Common Indic Number Forms (0/10) (0/10) (0/10)
U+a840 Phags-pa (0/56) (0/56) (0/56)
U+a880 Saurashtra (0/82) (0/82) (0/82)
U+a8e0 Devanagari Extended (0/30) (0/30) (0/30)
U+a900 Kayah Li (0/48) (0/48) (0/48)
U+a930 Rejang (0/37) (0/37) (0/37)
U+a960 Hangul Jamo Extended-A (0/29) (0/29) (0/29)
U+a980 Javanese (0/91) (0/91) (0/91)
U+a9e0 Myanmar Extended-B (0/31) (0/31) (0/31)
U+aa00 Cham (0/83) (0/83) (0/83)
U+aa60 Myanmar Extended-A (0/32) (0/32) (0/32)
U+aa80 Tai Viet (0/72) (0/72) (0/72)
U+aae0 Meetei Mayek Extensions (0/23) (0/23) (0/23)
U+ab00 Ethiopic Extended-A (0/32) (0/32) (0/32)
U+ab30 Latin Extended-E (0/54) (0/54) (0/54)
U+ab70 Cherokee Supplement (0/80) (0/80) (0/80)
U+abc0 Meetei Mayek (0/56) (0/56) (0/56)
U+ac00 Hangul Syllables (0/0) (0/0) (0/0)
U+d7b0 Hangul Jamo Extended-B (0/72) (0/72) (0/72)
U+d800 High Surrogates (0/0) (0/0) (0/0)
U+db80 High Private Use Surrogates (0/0) (0/0) (0/0)
U+dc00 Low Surrogates (0/0) (0/0) (0/0)
U+e000 Private Use Area (0/0) (0/0) (0/0)
U+f900 CJK Compatibility Ideographs (0/472) (0/472) (0/472)
U+fb00 Alphabetic Presentation Forms 100% (58/58) 12% (7/58) 3% (2/58)
U+fb50 Arabic Presentation Forms-A 17% (108/611) (0/611) 11% (72/611)
U+fe00 Variation Selectors 100% (16/16) 100% (16/16) (0/16)
U+fe10 Vertical Forms (0/10) (0/10) (0/10)
U+fe20 Combining Half Marks 25% (4/16) (0/16) (0/16)
U+fe30 CJK Compatibility Forms (0/32) (0/32) (0/32)
U+fe50 Small Form Variants (0/26) (0/26) (0/26)
U+fe70 Arabic Presentation Forms-B 100% (141/141) (0/141) 100% (141/141)
U+ff00 Halfwidth and Fullwidth Forms (0/225) (0/225) (0/225)
U+fff0 Specials 100% (5/5) 100% (5/5) 100% (5/5)
U+10000 Linear B Syllabary (0/88) (0/88) (0/88)
U+10080 Linear B Ideograms (0/123) (0/123) (0/123)
U+10100 Aegean Numbers (0/57) (0/57) (0/57)
U+10140 Ancient Greek Numbers (0/79) (0/79) (0/79)
U+10190 Ancient Symbols (0/13) (0/13) (0/13)
U+101d0 Phaistos Disc (0/46) (0/46) (0/46)
U+10280 Lycian (0/29) (0/29) (0/29)
U+102a0 Carian (0/49) (0/49) (0/49)
U+102e0 Coptic Epact Numbers (0/28) (0/28) (0/28)
U+10300 Old Italic 97% (35/36) (0/36) (0/36)
U+10330 Gothic (0/27) (0/27) (0/27)
U+10350 Old Permic (0/43) (0/43) (0/43)
U+10380 Ugaritic (0/31) (0/31) (0/31)
U+103a0 Old Persian (0/50) (0/50) (0/50)
U+10400 Deseret (0/80) (0/80) (0/80)
U+10450 Shavian (0/48) (0/48) (0/48)
U+10480 Osmanya (0/40) (0/40) (0/40)
U+104b0 Osage (0/72) (0/72) (0/72)
U+10500 Elbasan (0/40) (0/40) (0/40)
U+10530 Caucasian Albanian (0/53) (0/53) (0/53)
U+10600 Linear A (0/341) (0/341) (0/341)
U+10800 Cypriot Syllabary (0/55) (0/55) (0/55)
U+10840 Imperial Aramaic (0/31) (0/31) (0/31)
U+10860 Palmyrene (0/32) (0/32) (0/32)
U+10880 Nabataean (0/40) (0/40) (0/40)
U+108e0 Hatran (0/26) (0/26) (0/26)
U+10900 Phoenician (0/29) (0/29) (0/29)
U+10920 Lydian (0/27) (0/27) (0/27)
U+10980 Meroitic Hieroglyphs (0/32) (0/32) (0/32)
U+109a0 Meroitic Cursive (0/90) (0/90) (0/90)
U+10a00 Kharoshthi (0/65) (0/65) (0/65)
U+10a60 Old South Arabian (0/32) (0/32) (0/32)
U+10a80 Old North Arabian (0/32) (0/32) (0/32)
U+10ac0 Manichaean (0/51) (0/51) (0/51)
U+10b00 Avestan (0/61) (0/61) (0/61)
U+10b40 Inscriptional Parthian (0/30) (0/30) (0/30)
U+10b60 Inscriptional Pahlavi (0/27) (0/27) (0/27)
U+10b80 Psalter Pahlavi (0/29) (0/29) (0/29)
U+10c00 Old Turkic (0/73) (0/73) (0/73)
U+10c80 Old Hungarian (0/108) (0/108) (0/108)
U+10e60 Rumi Numeral Symbols (0/31) (0/31) (0/31)
U+11000 Brahmi (0/109) (0/109) (0/109)
U+11080 Kaithi (0/66) (0/66) (0/66)
U+110d0 Sora Sompeng (0/35) (0/35) (0/35)
U+11100 Chakma (0/67) (0/67) (0/67)
U+11150 Mahajani (0/39) (0/39) (0/39)
U+11180 Sharada (0/94) (0/94) (0/94)
U+111e0 Sinhala Archaic Numbers (0/20) (0/20) (0/20)
U+11200 Khojki (0/62) (0/62) (0/62)
U+11280 Multani (0/38) (0/38) (0/38)
U+112b0 Khudawadi (0/69) (0/69) (0/69)
U+11300 Grantha (0/85) (0/85) (0/85)
U+11400 Newa (0/92) (0/92) (0/92)
U+11480 Tirhuta (0/82) (0/82) (0/82)
U+11580 Siddham (0/92) (0/92) (0/92)
U+11600 Modi (0/79) (0/79) (0/79)
U+11660 Mongolian Supplement (0/13) (0/13) (0/13)
U+11680 Takri (0/66) (0/66) (0/66)
U+11700 Ahom (0/57) (0/57) (0/57)
U+118a0 Warang Citi (0/84) (0/84) (0/84)
U+11ac0 Pau Cin Hau (0/57) (0/57) (0/57)
U+11c00 Bhaiksuki (0/97) (0/97) (0/97)
U+11c70 Marchen (0/68) (0/68) (0/68)
U+12000 Cuneiform (0/922) (0/922) (0/922)
U+12400 Cuneiform Numbers and Punctuation (0/116) (0/116) (0/116)
U+12480 Early Dynastic Cuneiform (0/196) (0/196) (0/196)
U+13000 Egyptian Hieroglyphs (0/1071) (0/1071) (0/1071)
U+14400 Anatolian Hieroglyphs (0/583) (0/583) (0/583)
U+16800 Bamum Supplement (0/569) (0/569) (0/569)
U+16a40 Mro (0/43) (0/43) (0/43)
U+16ad0 Bassa Vah (0/36) (0/36) (0/36)
U+16b00 Pahawh Hmong (0/127) (0/127) (0/127)
U+16f00 Miao (0/133) (0/133) (0/133)
U+16fe0 Ideographic Symbols and Punctuation (0/1) (0/1) (0/1)
U+17000 Tangut (0/0) (0/0) (0/0)
U+18800 Tangut Components (0/755) (0/755) (0/755)
U+1b000 Kana Supplement (0/2) (0/2) (0/2)
U+1bc00 Duployan (0/143) (0/143) (0/143)
U+1bca0 Shorthand Format Controls (0/4) (0/4) (0/4)
U+1d000 Byzantine Musical Symbols (0/246) (0/246) (0/246)
U+1d100 Musical Symbols (0/231) (0/231) (0/231)
U+1d200 Ancient Greek Musical Notation (0/70) (0/70) (0/70)
U+1d300 Tai Xuan Jing Symbols 100% (87/87) (0/87) (0/87)
U+1d360 Counting Rod Numerals (0/18) (0/18) (0/18)
U+1d400 Mathematical Alphanumeric Symbols 11% (117/996) 10% (108/996) 6% (63/996)
U+1d800 Sutton SignWriting (0/672) (0/672) (0/672)
U+1e000 Glagolitic Supplement (0/38) (0/38) (0/38)
U+1e800 Mende Kikakui (0/213) (0/213) (0/213)
U+1e900 Adlam (0/87) (0/87) (0/87)
U+1ee00 Arabic Mathematical Alphabetic Symbols 51% (74/143) (0/143) (0/143)
U+1f000 Mahjong Tiles (0/44) (0/44) (0/44)
U+1f030 Domino Tiles 100% (100/100) (0/100) (0/100)
U+1f0a0 Playing Cards 71% (59/82) (0/82) (0/82)
U+1f100 Enclosed Alphanumeric Supplement (0/191) (0/191) (0/191)
U+1f200 Enclosed Ideographic Supplement (0/58) (0/58) (0/58)
U+1f300 Miscellaneous Symbols and Pictographs 1% (12/768) (0/768) (0/768)
U+1f600 Emoticons 80% (64/80) (0/80) (0/80)
U+1f650 Ornamental Dingbats (0/48) (0/48) (0/48)
U+1f680 Transport and Map Symbols (0/103) (0/103) (0/103)
U+1f700 Alchemical Symbols (0/116) (0/116) (0/116)
U+1f780 Geometric Shapes Extended (0/85) (0/85) (0/85)
U+1f800 Supplemental Arrows-C (0/148) (0/148) (0/148)
U+1f900 Supplemental Symbols and Pictographs (0/82) (0/82) (0/82)
U+20000 CJK Unified Ideographs Extension B (0/0) (0/0) (0/0)
U+2a700 CJK Unified Ideographs Extension C (0/0) (0/0) (0/0)
U+2b740 CJK Unified Ideographs Extension D (0/0) (0/0) (0/0)
U+2b820 CJK Unified Ideographs Extension E (0/0) (0/0) (0/0)
U+2f800 CJK Compatibility Ideographs Supplement (0/542) (0/542) (0/542)
U+e0000 Tags (0/98) (0/98) (0/98)
U+e0100 Variation Selectors Supplement (0/240) (0/240) (0/240)
U+f0000 Supplementary Private Use Area-A (0/0) (0/0) (0/0)
U+100000 Supplementary Private Use Area-B (0/0) (0/0) (0/0)

View file

@ -24,58 +24,55 @@ HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x000100
HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120
[Font.Latin.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
[Font.Cyrillic.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
[Font.Greek.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
[Font.Hebrew.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
[Font.Hebrew.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Ubuntu",0x00000000,"Tahoma"
[Font.CJK.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"FreeMono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Franklin Gothic Medium",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"Droid Sans Fallback"
@ -86,24 +83,16 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dl
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS UI Gothic 2",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Lucida Console"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Trebuchet MS",0x00000000,"Droid Sans Fallback"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Ubuntu",0x00000000,"Droid Sans Fallback"
[Font.Unicode.Reg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Arial",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Courier",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Fixedsys",0x00000000,"Fixedsys Excelsior 3.01-L2"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helv",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Helvetica",0x00000000,"Arial"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tahoma",0x00000000,"DejaVu Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"DejaVu Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Terminal",0x00000000,"Courier New"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Times",0x00000000,"Times New Roman"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes","Tms Rmn",0x00000000,"Times New Roman"

View file

@ -13,7 +13,7 @@ Btnface = 239 238 243
BtnHighlight = 255 255 255
BtnShadow = 162 162 162
CaptionBarHeight = 24
CaptionFont = Ubuntu, 9, Bold
CaptionFont = Tahoma, 9, Bold
CaptionText = 255 255 255
CssName = cpwebvw.css
DkShadow3d = 162 162 162
@ -24,23 +24,23 @@ GrayText = 172 168 153
Highlight = 75 75 75
HighlightText = 255 255 255
HotTracking = 0 0 128
IconTitleFont = Ubuntu, 9
IconTitleFont = Tahoma, 9
InactiveCaption = 65 65 65
InactiveCaptionText = 180 180 180
Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 239 238 243
MenuFont = Ubuntu, 9
MenuFont = Tahoma, 9
MenuHilight = 100 100 100
MenuText = 75 75 75
MinColorDepth = 15
MsgBoxFont = Ubuntu, 9
MsgBoxFont = Tahoma, 9
ScrollbarHeight = 15
ScrollbarWidth = 15
SmallCaptionFont = Ubuntu, 9, Bold
SmallCaptionFont = Tahoma, 9, Bold
SMCaptionBarHeight = 19
SMCaptionBarWidth = 21
StatusFont = Ubuntu, 9
StatusFont = Tahoma, 9
Window = 255 255 255
XmlName = default.xml
@ -101,7 +101,7 @@ SizingType = Stretch
TextColor = 112 112 112
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTSHADOWOFFSET = 1,1
TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 221 221 221
@ -206,7 +206,7 @@ GradientRatio2 = 255
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 94 135 217
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\ExplorerBarHeaderBackground.bmp
SizingMargins = 17, 1, 0, 0
SizingType = Stretch
@ -252,7 +252,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -286,7 +286,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 240 243 251
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\NormalGroupHead.bmp
SizingMargins = 3, 15, 3, 1
SizingType = Stretch
@ -297,7 +297,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -331,7 +331,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColor = 2 72 178
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\SpecialGroupHead.bmp
SizingMargins = 3, 6, 5, 16
SizingType = Stretch
@ -416,7 +416,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -683,7 +683,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = ImageFile
ContentMargins = 11, 2, 0, 5
DefaultPaneSize = 0, 0, 178, 30
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
HotTracking = 48 112 208
Imagecount = 1
ImageFile = Normal\StartPanelMoreProgBackGround.BMP
@ -749,7 +749,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = None
DefaultPaneSize = 0, 0, 357, 28
FillColorHint = 31 113 216
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
Imagecount = 1
ImageFile = Normal\StartUserPanel.bmp
ImageLayout = Horizontal
@ -825,7 +825,7 @@ MinDpi2 = 164
StockImageFile = Normal\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
[Tab.Pane]
@ -849,7 +849,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -867,7 +867,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -885,7 +885,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -903,7 +903,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -921,7 +921,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -939,7 +939,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -961,7 +961,7 @@ TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
TEXTCOLOR = 112 112 112
FONT = Ubuntu, 9
FONT = Tahoma, 9
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60
@ -975,7 +975,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1011,7 +1011,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
TextColor = 255 255 255
[TaskBar.BackgroundBottom]
@ -1663,7 +1663,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -1869,7 +1869,7 @@ AccentColorHint = 48 127 229
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -1975,7 +1975,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
TEXTSHADOWCOLOR = 0 0 0
TEXTSHADOWOFFSET = 1,1
@ -2035,7 +2035,7 @@ AccentColorHint = 255 199 60
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2056,7 +2056,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBandVert::Toolbar.Button]
@ -2083,7 +2083,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2142,7 +2142,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBar::Toolbar.Button]
@ -2169,7 +2169,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2204,7 +2204,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -13,7 +13,7 @@ Btnface = 239 238 243
BtnHighlight = 255 255 255
BtnShadow = 162 162 162
CaptionBarHeight = 24
CaptionFont = Ubuntu, 8, Bold
CaptionFont = Tahoma, 8, Bold
CaptionText = 255 255 255
CssName = cpwebvw.css
DkShadow3d = 162 162 162
@ -24,23 +24,23 @@ GrayText = 172 168 153
Highlight = 75 75 75
HighlightText = 255 255 255
HotTracking = 0 0 128
IconTitleFont = Ubuntu, 8
IconTitleFont = Tahoma, 8
InactiveCaption = 65 65 65
InactiveCaptionText = 180 180 180
Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 239 238 243
MenuFont = Ubuntu, 8
MenuFont = Tahoma, 8
MenuHilight = 100 100 100
MenuText = 75 75 75
MinColorDepth = 15
MsgBoxFont = Ubuntu, 8
MsgBoxFont = Tahoma, 8
ScrollbarHeight = 15
ScrollbarWidth = 15
SmallCaptionFont = Ubuntu, 8, Bold
SmallCaptionFont = Tahoma, 8, Bold
SMCaptionBarHeight = 19
SMCaptionBarWidth = 21
StatusFont = Ubuntu, 8
StatusFont = Tahoma, 8
Window = 255 255 255
XmlName = default.xml
@ -101,7 +101,7 @@ SizingType = Stretch
TextColor = 112 112 112
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTSHADOWOFFSET = 1,1
TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 221 221 221
@ -252,7 +252,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -297,7 +297,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -416,7 +416,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -749,7 +749,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = None
DefaultPaneSize = 0, 0, 357, 28
FillColorHint = 31 113 216
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
Imagecount = 1
ImageFile = Normal\StartUserPanel.bmp
ImageLayout = Horizontal
@ -825,7 +825,7 @@ MinDpi2 = 164
StockImageFile = Normal\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
[Tab.Pane]
@ -849,7 +849,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -867,7 +867,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -885,7 +885,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -903,7 +903,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -921,7 +921,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -939,7 +939,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -961,7 +961,7 @@ TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
TEXTCOLOR = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60
@ -975,7 +975,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1663,7 +1663,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -1869,7 +1869,7 @@ AccentColorHint = 48 127 229
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -1975,7 +1975,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
TEXTSHADOWCOLOR = 0 0 0
TEXTSHADOWOFFSET = 1,1
@ -2035,7 +2035,7 @@ AccentColorHint = 255 199 60
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2056,7 +2056,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBandVert::Toolbar.Button]
@ -2083,7 +2083,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2142,7 +2142,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBar::Toolbar.Button]
@ -2169,7 +2169,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2204,7 +2204,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -13,7 +13,7 @@ Btnface = 239 238 243
BtnHighlight = 255 255 255
BtnShadow = 162 162 162
CaptionBarHeight = 24
CaptionFont = Ubuntu, 9, Bold
CaptionFont = Tahoma, 9, Bold
CaptionText = 255 255 255
CssName = cpwebvw.css
DkShadow3d = 162 162 162
@ -24,23 +24,23 @@ GrayText = 172 168 153
Highlight = 75 75 75
HighlightText = 255 255 255
HotTracking = 0 0 128
IconTitleFont = Ubuntu, 9
IconTitleFont = Tahoma, 9
InactiveCaption = 65 65 65
InactiveCaptionText = 180 180 180
Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 239 238 243
MenuFont = Ubuntu, 9
MenuFont = Tahoma, 9
MenuHilight = 100 100 100
MenuText = 75 75 75
MinColorDepth = 15
MsgBoxFont = Ubuntu, 9
MsgBoxFont = Tahoma, 9
ScrollbarHeight = 15
ScrollbarWidth = 15
SmallCaptionFont = Ubuntu, 9, Bold
SmallCaptionFont = Tahoma, 9, Bold
SMCaptionBarHeight = 19
SMCaptionBarWidth = 21
StatusFont = Ubuntu, 9
StatusFont = Tahoma, 9
Window = 255 255 255
XmlName = default.xml
@ -101,7 +101,7 @@ SizingType = Stretch
TextColor = 112 112 112
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTSHADOWOFFSET = 1,1
TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 221 221 221
@ -206,7 +206,7 @@ GradientRatio2 = 255
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 94 135 217
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\ExplorerBarHeaderBackground.bmp
SizingMargins = 17, 1, 0, 0
SizingType = Stretch
@ -252,7 +252,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -286,7 +286,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 240 243 251
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\NormalGroupHead.bmp
SizingMargins = 3, 15, 3, 1
SizingType = Stretch
@ -297,7 +297,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -331,7 +331,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColor = 2 72 178
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
ImageFile = Normal\SpecialGroupHead.bmp
SizingMargins = 3, 6, 5, 16
SizingType = Stretch
@ -416,7 +416,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -683,7 +683,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = ImageFile
ContentMargins = 11, 2, 0, 5
DefaultPaneSize = 0, 0, 178, 30
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
HotTracking = 48 112 208
Imagecount = 1
ImageFile = Normal\StartPanelMoreProgBackGround.BMP
@ -749,7 +749,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = None
DefaultPaneSize = 0, 0, 357, 28
FillColorHint = 31 113 216
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
Imagecount = 1
ImageFile = Normal\StartUserPanel.bmp
ImageLayout = Horizontal
@ -825,7 +825,7 @@ MinDpi2 = 164
StockImageFile = Normal\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
[Tab.Pane]
@ -849,7 +849,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -867,7 +867,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -885,7 +885,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -903,7 +903,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -921,7 +921,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -939,7 +939,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -961,7 +961,7 @@ TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
TEXTCOLOR = 112 112 112
FONT = Ubuntu, 9
FONT = Tahoma, 9
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60
@ -975,7 +975,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 9
FONT = Tahoma, 9
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1011,7 +1011,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 9, Bold
Font = Tahoma, 9, Bold
TextColor = 255 255 255
[TaskBar.BackgroundBottom]
@ -1663,7 +1663,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -1869,7 +1869,7 @@ AccentColorHint = 48 127 229
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -1975,7 +1975,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
TEXTSHADOWCOLOR = 0 0 0
TEXTSHADOWOFFSET = 1,1
@ -2035,7 +2035,7 @@ AccentColorHint = 255 199 60
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213
Font = Ubuntu, 9
Font = Tahoma, 9
ImageFile = Normal\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2056,7 +2056,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBandVert::Toolbar.Button]
@ -2083,7 +2083,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2142,7 +2142,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBar::Toolbar.Button]
@ -2169,7 +2169,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2204,7 +2204,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 9
Font = Tahoma, 9
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -13,7 +13,7 @@ Btnface = 239 238 243
BtnHighlight = 255 255 255
BtnShadow = 162 162 162
CaptionBarHeight = 24
CaptionFont = Ubuntu, 8, Bold
CaptionFont = Tahoma, 8, Bold
CaptionText = 255 255 255
CssName = cpwebvw.css
DkShadow3d = 162 162 162
@ -24,23 +24,23 @@ GrayText = 172 168 153
Highlight = 75 75 75
HighlightText = 255 255 255
HotTracking = 0 0 128
IconTitleFont = Ubuntu, 8
IconTitleFont = Tahoma, 8
InactiveCaption = 65 65 65
InactiveCaptionText = 180 180 180
Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 239 238 243
MenuFont = Ubuntu, 8
MenuFont = Tahoma, 8
MenuHilight = 100 100 100
MenuText = 75 75 75
MinColorDepth = 15
MsgBoxFont = Ubuntu, 8
MsgBoxFont = Tahoma, 8
ScrollbarHeight = 15
ScrollbarWidth = 15
SmallCaptionFont = Ubuntu, 8, Bold
SmallCaptionFont = Tahoma, 8, Bold
SMCaptionBarHeight = 19
SMCaptionBarWidth = 21
StatusFont = Ubuntu, 8
StatusFont = Tahoma, 8
Window = 255 255 255
XmlName = default.xml
@ -101,7 +101,7 @@ SizingType = Stretch
TextColor = 112 112 112
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTSHADOWOFFSET = 1,1
TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 221 221 221
@ -252,7 +252,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -297,7 +297,7 @@ Transparent = true
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -416,7 +416,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -749,7 +749,7 @@ TRANSPARENTCOLOR = 255 0 255
BgType = None
DefaultPaneSize = 0, 0, 357, 28
FillColorHint = 31 113 216
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
Imagecount = 1
ImageFile = Normal\StartUserPanel.bmp
ImageLayout = Horizontal
@ -825,7 +825,7 @@ MinDpi2 = 164
StockImageFile = Normal\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
[Tab.Pane]
@ -849,7 +849,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -867,7 +867,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -885,7 +885,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -903,7 +903,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -921,7 +921,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -939,7 +939,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -961,7 +961,7 @@ TEXTSHADOWTYPE = Single
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
TEXTCOLOR = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60
@ -975,7 +975,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
TRANSPARENT = true
TRANSPARENTCOLOR = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TEXTCOLOR = 112 112 112
TEXTSHADOWCOLOR = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1663,7 +1663,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -1869,7 +1869,7 @@ AccentColorHint = 48 127 229
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -1975,7 +1975,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
TEXTSHADOWCOLOR = 0 0 0
TEXTSHADOWOFFSET = 1,1
@ -2035,7 +2035,7 @@ AccentColorHint = 255 199 60
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Normal\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2056,7 +2056,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBandVert::Toolbar.Button]
@ -2083,7 +2083,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2142,7 +2142,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBar::Toolbar.Button]
@ -2169,7 +2169,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2204,7 +2204,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 12
MenuFont = Tahoma, 12
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 12, Bold
CaptionFont = Tahoma, 12, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 12
IconTitleFont = Ubuntu, 12
SmallCaptionFont = Ubuntu, 12, Bold
MsgBoxFont = Tahoma, 12
IconTitleFont = Tahoma, 12
SmallCaptionFont = Tahoma, 12, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 12
StatusFont = Tahoma, 12
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 12, Bold
Font = Tahoma, 12, Bold
Imagecount = 1
ImageFile = Dark\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Dark\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 12, Bold
Font = Tahoma, 12, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Dark\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 10
MenuFont = Tahoma, 10
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 10, Bold
CaptionFont = Tahoma, 10, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 10
IconTitleFont = Ubuntu, 10
SmallCaptionFont = Ubuntu, 10, Bold
MsgBoxFont = Tahoma, 10
IconTitleFont = Tahoma, 10
SmallCaptionFont = Tahoma, 10, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 10
StatusFont = Tahoma, 10
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 10, Bold
Font = Tahoma, 10, Bold
Imagecount = 1
ImageFile = Dark\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Dark\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 10, Bold
Font = Tahoma, 10, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Dark\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 8
MenuFont = Tahoma, 8
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 8, Bold
CaptionFont = Tahoma, 8, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 8
IconTitleFont = Ubuntu, 8
SmallCaptionFont = Ubuntu, 8, Bold
MsgBoxFont = Tahoma, 8
IconTitleFont = Tahoma, 8
SmallCaptionFont = Tahoma, 8, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 8
StatusFont = Tahoma, 8
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
Imagecount = 1
ImageFile = Dark\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Dark\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Dark\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 12
MenuFont = Tahoma, 12
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 12, Bold
CaptionFont = Tahoma, 12, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 12
IconTitleFont = Ubuntu, 12
SmallCaptionFont = Ubuntu, 12, Bold
MsgBoxFont = Tahoma, 12
IconTitleFont = Tahoma, 12
SmallCaptionFont = Tahoma, 12, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 12
StatusFont = Tahoma, 12
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 12, Bold
Font = Tahoma, 12, Bold
Imagecount = 1
ImageFile = Light\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Light\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 12, Bold
Font = Tahoma, 12, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 12
Font = Tahoma, 12
ImageFile = Light\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 12
Font = Tahoma, 12
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 10
MenuFont = Tahoma, 10
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 10, Bold
CaptionFont = Tahoma, 10, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 10
IconTitleFont = Ubuntu, 10
SmallCaptionFont = Ubuntu, 10, Bold
MsgBoxFont = Tahoma, 10
IconTitleFont = Tahoma, 10
SmallCaptionFont = Tahoma, 10, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 10
StatusFont = Tahoma, 10
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 10, Bold
Font = Tahoma, 10, Bold
Imagecount = 1
ImageFile = Light\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Light\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 10, Bold
Font = Tahoma, 10, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 10
Font = Tahoma, 10
ImageFile = Light\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 10
Font = Tahoma, 10
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -40,7 +40,7 @@ Light3d = 241 239 226
Menu = 255 255 255
MenuBar = 220 220 220
MenuFont = Ubuntu, 8
MenuFont = Tahoma, 8
MenuHilight = 151 169 227
MenuText = 75 75 75
@ -51,14 +51,14 @@ Window = 255 255 255
; DONT REMOVE THESE FONTS (must specify to be localizable)
CaptionBarHeight = 25
CaptionFont = Ubuntu, 8, Bold
CaptionFont = Tahoma, 8, Bold
CaptionText = 28 28 28
MsgBoxFont = Ubuntu, 8
IconTitleFont = Ubuntu, 8
SmallCaptionFont = Ubuntu, 8, Bold
MsgBoxFont = Tahoma, 8
IconTitleFont = Tahoma, 8
SmallCaptionFont = Tahoma, 8, Bold
SMCaptionBarHeight = 17
SMCaptionBarWidth = 17
StatusFont = Ubuntu, 8
StatusFont = Tahoma, 8
;The FlatMenus option allows the author to
;turn of the 3d border on menus
@ -86,7 +86,7 @@ BorderColorHint = 0 60 116; Edge color
Bgtype = imagefile
ContentMargins = 3, 3, 3, 3; Average fill color
FillColorHint = 243 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\button.bmp
ImageCount = 5
ImageLayout = vertical
@ -300,7 +300,7 @@ BgType = ImageFile
BorderColor = 255 255 255
ContentMargins = 8, 8, 7, 7
FillColor = 214 223 247
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\NormalGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -345,7 +345,7 @@ Transparent = True
BgType = ImageFile
ContentMargins = 8, 8, 7, 7
FillColorHint = 239 243 255
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\SpecialGroupBackground.bmp
SizingMargins = 3, 3, 3, 3
SizingType = Stretch
@ -478,7 +478,7 @@ SizingType = Stretch
[Rebar]
Bgtype = imagefile
FillColorHint = 241 243 239
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\ToolbarBackground.bmp
Sizingmargins = 1, 1, 1, 2
Sizingtype = stretch
@ -840,7 +840,7 @@ TransparentColor = 255 0 255
BgType = none
DefaultPaneSize = 0, 0, 380, 64
FillColorHint = 31 113 216
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
Imagecount = 1
ImageFile = Light\StartUserPanel.bmp
ImageLayout = Horizontal
@ -929,7 +929,7 @@ MinDpi2 = 164
StockImageFile = Light\TabBackground.bmp
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
;The content area of a tab page
@ -954,7 +954,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -972,7 +972,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -990,7 +990,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1008,7 +1008,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor = 255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1026,7 +1026,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1044,7 +1044,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1066,7 +1066,7 @@ TextShadowType = Single
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
TextColor = 112 112 112
FONT = Ubuntu, 8
FONT = Tahoma, 8
[Tab.TopTabItemRightEdge]
AccentColorHint = 255 200 60; Rollover hilite color
@ -1080,7 +1080,7 @@ Imagelayout = vertical
SizingMargins = 6, 6, 6, 6
Transparent = True
TransparentColor = 255 0 255
FONT = Ubuntu, 8
FONT = Tahoma, 8
TextColor = 112 112 112
TextShadowColor =255 255 255
TEXTSHADOWOFFSET = 1,1
@ -1116,7 +1116,7 @@ Transparent = True
TransparentColor = 255 0 255
[TaskBand.GroupCount]
Font = Ubuntu, 8, Bold
Font = Tahoma, 8, Bold
TextColor =255 255 255
; taskbar background (bottom)
@ -1825,7 +1825,7 @@ OffsetType = TopLeft
[ExplorerBar::Rebar]
Bgtype = imagefile
FillColorHint = 243 247 253
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\ExplorerBarToolbarBackground.bmp
Sizingmargins = 0, 0, 34, 0
Sizingtype = stretch
@ -2031,7 +2031,7 @@ AccentColorHint = 48 127 229; Left edge of More Programs menu
BgType = ImageFile
ContentMargins = 0, 0, 0, 0
FillColorHint = 255 255 255; Background of More Programs menu
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\StartGroupBackground.bmp
SizingMargins = 24, 3, 3, 4
SizingType = Stretch
@ -2144,7 +2144,7 @@ SizingMargins = 1, 1, 0, 0
[TaskBand::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 42 42 42
TextShadowType = Single
@ -2194,7 +2194,7 @@ AccentColorHint = 255 199 60; Menu top highlight color
BgType = ImageFile
ContentMargins = 6, 11, 6, 6
FillColorHint = 33 87 213; Average background color
Font = Ubuntu, 8
Font = Tahoma, 8
ImageFile = Light\TaskBandBackground.bmp
SizingMargins = 6, 6, 6, 6
SizingType = Stretch
@ -2215,7 +2215,7 @@ Transparent = True
[TaskBandVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 28 28 28
[TaskBandVert::Toolbar.Button]
@ -2242,7 +2242,7 @@ Transparent = True
[TaskBar::Rebar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 123 182 232
[TaskBar::Rebar.Band]
@ -2301,7 +2301,7 @@ TransparentColor = 255 0 255
[TaskBar::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 28 28 28
[TaskBar::Toolbar.Button]
@ -2328,7 +2328,7 @@ Transparent = True
[TaskBarVert::Toolbar]
BgType = None
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TaskBarVert::Toolbar(Checked)]
@ -2363,7 +2363,7 @@ SizingType = Stretch
Transparent = True
[TrayNotify::Clock]
Font = Ubuntu, 8
Font = Tahoma, 8
TextColor = 255 255 255
[TrayNotify::Toolbar]

View file

@ -74,56 +74,6 @@ static const TEST_ENTRY g_test_entries[] =
};
#define g_test_entry_count _countof(g_test_entries)
#else
static const TEST_ENTRY g_FREEMONO[] =
{
{ __LINE__, 400, 0, 3600, 400, 400, 320, 80, 0, 0 },
{ __LINE__, 300, 0, 2700, 300, 300, 240, 60, 0, 0 },
{ __LINE__, 200, 0, 1800, 200, 200, 160, 40, 0, 0 },
{ __LINE__, 100, 0, 900, 100, 100, 80, 20, 0, 0 },
{ __LINE__, 64, 0, 570, 64, 64, 51, 13, 0, 0 },
{ __LINE__, 32, 0, 285, 32, 32, 26, 6, 0, 0 },
{ __LINE__, 16, 0, 150, 16, 16, 13, 3, 0, 0 },
{ __LINE__, 15, 0, 135, 15, 15, 12, 3, 0, 0 },
{ __LINE__, 14, 0, 120, 14, 14, 11, 3, 0, 0 },
{ __LINE__, 13, 0, 120, 13, 13, 10, 3, 0, 0 },
{ __LINE__, 12, 0, 105, 12, 12, 10, 2, 0, 0 },
{ __LINE__, 11, 0, 105, 11, 11, 9, 2, 0, 0 },
{ __LINE__, 10, 0, 90, 10, 10, 8, 2, 0, 0 },
{ __LINE__, 9, 0, 77, 9, 9, 7, 2, 0, 0 },
{ __LINE__, 8, 0, 75, 8, 8, 6, 2, 0, 0 },
{ __LINE__, 7, 0, 60, 7, 7, 6, 1, 0, 0 },
{ __LINE__, 6, 0, 60, 6, 6, 5, 1, 0, 0 },
{ __LINE__, 5, 0, 45, 5, 5, 4, 1, 0, 0 },
{ __LINE__, 4, 0, 30, 4, 4, 3, 1, 0, 0 },
{ __LINE__, 3, 0, 30, 3, 3, 2, 1, 0, 0 },
{ __LINE__, 2, 0, 15, 2, 2, 2, 0, 0, 0 },
{ __LINE__, 1, 0, 15, 2, 2, 2, 0, 0, 0 },
{ __LINE__, 0, 0, -165, -18, -18, -14, -4, 0, 0 },
{ __LINE__, -1, 0, 15, 2, 2, 2, 0, 0, 0 },
{ __LINE__, -2, 0, 15, 2, 2, 2, 0, 0, 0 },
{ __LINE__, -3, 0, 30, 3, 3, 2, 1, 0, 0 },
{ __LINE__, -4, 0, 30, 4, 4, 3, 1, 0, 0 },
{ __LINE__, -5, 0, 45, 5, 5, 4, 1, 0, 0 },
{ __LINE__, -6, 0, 60, 6, 6, 5, 1, 0, 0 },
{ __LINE__, -7, 0, 60, 7, 7, 6, 1, 0, 0 },
{ __LINE__, -8, 0, 75, 8, 8, 6, 2, 0, 0 },
{ __LINE__, -9, 0, 77, 9, 9, 7, 2, 0, 0 },
{ __LINE__, -10, 0, 90, 10, 10, 8, 2, 0, 0 },
{ __LINE__, -11, 0, 105, 11, 11, 9, 2, 0, 0 },
{ __LINE__, -12, 0, 105, 12, 12, 10, 2, 0, 0 },
{ __LINE__, -13, 0, 120, 13, 13, 10, 3, 0, 0 },
{ __LINE__, -14, 0, 120, 14, 14, 11, 3, 0, 0 },
{ __LINE__, -15, 0, 135, 15, 15, 12, 3, 0, 0 },
{ __LINE__, -16, 0, 150, 16, 16, 13, 3, 0, 0 },
{ __LINE__, -32, 0, 285, 32, 32, 26, 6, 0, 0 },
{ __LINE__, -64, 0, 570, 64, 64, 51, 13, 0, 0 },
{ __LINE__, -100, 0, 900, 100, 100, 80, 20, 0, 0 },
{ __LINE__, -200, 0, 1800, 200, 200, 160, 40, 0, 0 },
{ __LINE__, -300, 0, 2700, 300, 300, 240, 60, 0, 0 },
{ __LINE__, -400, 0, 3600, 400, 400, 320, 80, 0, 0 },
};
#define g_FREEMONO_count _countof(g_FREEMONO)
static const TEST_ENTRY g_MSGOTHIC[] =
{
{ __LINE__, 400, 0, 3000, 400, 400, 344, 56, 0, 0 },
@ -237,11 +187,9 @@ typedef struct FONT_ENTRY
static FONT_ENTRY g_font_entries[] =
{
#ifdef EMIT_TESTCASES
{ "FREEMONO", "FreeMono", "FreeMono.ttf" },
{ "MSGOTHIC", "MS Gothic", "msgothic.ttc" },
{ "MSMINCHO", "MS Mincho", "msmincho.ttc" },
#else
{ "FREEMONO", "FreeMono", "FreeMono.ttf", g_FREEMONO_count, g_FREEMONO },
{ "MSGOTHIC", "MS Gothic", "msgothic.ttc", g_MSGOTHIC_count, g_MSGOTHIC },
{ "MSMINCHO", "MS Mincho", "msmincho.ttc", g_MSMINCHO_count, g_MSMINCHO },
#endif

View file

@ -5590,7 +5590,6 @@ static void test_fullname2_helper(const char *Family)
static void test_fullname2(void)
{
test_fullname2_helper("Arial");
test_fullname2_helper("DejaVu Sans");
test_fullname2_helper("Lucida Sans");
test_fullname2_helper("Tahoma");
test_fullname2_helper("Webdings");