update ufo, sfd et woff pour la PublifluorNormale avec la liga héroïne qui tourne

This commit is contained in:
Ludi 2024-12-17 12:33:46 +01:00
parent 334d40fbc0
commit 2a37238c2d
361 changed files with 1178 additions and 4052 deletions

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1,157 +1,192 @@
#Mark attachment classes (defined in GDEF, used in lookupflags)
@GDEF_Simple = [\space \exclam \quotedbl \numbersign \dollar \percent \ampersand
\quotesingle \parenleft \parenright \asterisk \plus \comma \hyphen \period
\slash \zero \one \two \three \four \five \six \seven \eight \nine \colon \semicolon
\less \equal \greater \question \at \A \B \C \D \E \F \G \H \I \J \K \L \M \N \O \P \Q \R \S \T
\U \V \W \X \Y \Z \bracketleft \backslash \bracketright \asciicircum \underscore
\grave \a \b \c \d \e \f \g \h \i \j \k \l \m \n \o \p \q \r \s \t \u \v \w \x \y \z \braceleft \bar
\braceright \asciitilde \dieresis \copyright \guillemotleft \degree \plusminus
\acute \paragraph \cedilla \guillemotright \Agrave \Aacute \Acircumflex \Atilde
\Adieresis \Aring \AE \Ccedilla \Egrave \Eacute \Ecircumflex \Edieresis \Igrave
\Iacute \Icircumflex \Idieresis \Ntilde \Ograve \Oacute \Ocircumflex \Otilde
\Odieresis \Ugrave \Uacute \Ucircumflex \Udieresis \agrave \aacute \acircumflex
\atilde \adieresis \aring \ae \ccedilla \egrave \eacute \ecircumflex \edieresis
\igrave \iacute \icircumflex \idieresis \ntilde \ograve \oacute \ocircumflex
\otilde \odieresis \divide \ugrave \uacute \ucircumflex \udieresis \ydieresis
\OE \oe \Ydieresis \circumflex \ring \tilde \endash \emdash \quoteleft
\quoteright \quotesinglbase \quotedblleft \quotedblright \quotedblbase
\bullet \guilsinglleft \guilsinglright \fraction \Euro \trademark \arrowleft
\arrowup \arrowright \arrowdown \arrowboth \minus \uni2604 \uni2605 \uni260E
\uni261A \uni261B \uni261D \uni26BD \uni2706 \uni270A \uni2728 \uni2737 \uni274B
\uni2798 \uni2799 \uni279A \uni27A7 \uni27BA \uni27BB \uni27BD \uni27BF \u130EE
\u13177 \u1F310 \u1F318 \u1F320 \u1F337 \u1F354 \u1F3C7 \u1F408 \u1F434 \u1F46F
\u1F483 \u1F498 \u1F4A5 \u1F4A9 \u1F4B3 \u1F511 \u1F5E1 \u1F60B \u1F986 \u1F988
\u1F9B8 \u1F9CD \u1F9FB \u1FA92 \u1FABC \NameMe.231 \periodcentered \emacron
\Emacron \periodcentered.case \NameMe.1114115 \NameMe.1114116
\NameMe.1114117 \NameMe.1114118 \NameMe.1114119 \NameMe.1114120
\NameMe.1114121 \NameMe.1114122 \NameMe.1114123 \NameMe.1114124
\NameMe.1114125 \NameMe.1114126 \NameMe.1114127 \NameMe.1114128
\NameMe.1114129 \NameMe.1114130 \NameMe.1114131 \NameMe.1114132
\NameMe.1114133 \NameMe.1114134 \NameMe.1114135 \NameMe.1114136
\NameMe.1114137 \NameMe.1114138 \NameMe.1114139 \NameMe.1114140 \T_E \t_e \A_E
\a_e \A_O \a_o \C_H_E \c_h_e \I_E \T_T_E \P_M \p_m \S_S_E \F_V_E \f_v_e \S_C \s_c
\O_S_Idieresis_N_E \o_s_idieresis_n_e \NameMe.287 \Eacute_E \eacute_e \i_e
\X_S_E \x_s_e \t_t_e \s_s_e \d_e \D_E \u_e \U_E \n_e \N_E \R_E \r_e \S_E \s_e \L_E \l_e
\L_L_E \l_l_e \F_F_E \f_f_e \N_N_E \n_n_e \U_N_E \u_n_e \U_L_L_E \u_l_l_e \X_C_E
\x_c_e \X_S_S_E \x_s_s_e \I_E_L \i_e_l \E_U_R_I_C_E \e_u_r_i_c_e \C_Q_U_E
\c_q_u_e \O_T_E \o_t_e \R_S_E \r_s_e \E_T_T_E \e_t_t_e ];
@GDEF_Ligature = [\ellipsis \S_C_E \s_c_e ];
table GDEF {
GlyphClassDef @GDEF_Simple, @GDEF_Ligature, , ;
} GDEF;
languagesystem latn dflt;
@Uppercase = [A Acircumflex Adieresis Agrave B C Ccedilla D E Eacute Ecircumflex Edieresis Egrave F G H I Icircumflex Idieresis J K L M N O Ocircumflex Odieresis OE P Q R S T U Ucircumflex Udieresis Ugrave V W X Y Z];
# GSUB
feature liga{
lookup case {
lookupflag 0;
sub a by A ;
sub b by B ;
sub c by C ;
sub d by D ;
sub e by E ;
sub f by F ;
sub g by G ;
sub h by H ;
sub i by I ;
sub j by J ;
sub k by K ;
sub l by L ;
sub m by M ;
sub n by N ;
sub o by O ;
sub p by P ;
sub q by Q ;
sub r by R ;
sub s by S ;
sub t by T ;
sub u by U ;
sub v by V ;
sub w by W ;
sub x by X ;
sub y by Y ;
sub z by Z ;
sub agrave by Agrave ;
sub acircumflex by Acircumflex ;
sub adieresis by Adieresis ;
sub aring by Aring ;
sub ae by AE ;
sub ccedilla by Ccedilla ;
sub egrave by Egrave ;
sub eacute by Eacute ;
sub ecircumflex by Ecircumflex ;
sub edieresis by Edieresis ;
sub icircumflex by Icircumflex ;
sub idieresis by Idieresis ;
sub ntilde by Ntilde ;
sub ocircumflex by Ocircumflex ;
sub odieresis by Odieresis ;
sub ugrave by Ugrave ;
sub ucircumflex by Ucircumflex ;
sub udieresis by Udieresis ;
sub ydieresis by Ydieresis ;
sub oe by OE ;
} case;
lookup alt {
lookupflag 0;
sub K' K by K.alt;
} alt;
lookup point {
sub period period by periodcentered;
sub period period period by ellipsis;
lookupflag 0;
sub period period period by ellipsis;
sub period period by periodcentered;
} point;
lookup pointcap {
sub @Uppercase periodcentered' by periodcentered.case;
sub periodcentered' @Uppercase by periodcentered.case;
} pointcap;
lookup macron {
lookupflag 0;
sub E' R periodcentered by Emacron;
sub Egrave' R periodcentered by Emacron;
sub E' C periodcentered H by Emacron;
sub Egrave' C periodcentered H by Emacron;
sub Eacute' T E periodcentered S S by Emacron;
sub Egrave' T E periodcentered S S by Emacron;
} macron;
lookup ligaturesinclusives {
sub A periodcentered.case E by A_E;
sub a periodcentered e by a_e;
sub A periodcentered.case O by A_O;
sub a periodcentered o by a_o;
sub C periodcentered.case H E by C_H_E;
sub c periodcentered h e by c_h_e;
sub C periodcentered.case Q U E by C_Q_U_E;
sub c periodcentered q u e by c_q_u_e;
sub D periodcentered.case E by D_E;
sub d periodcentered e by d_e;
sub E periodcentered.case E by A_E;
sub e periodcentered e by a_e;
sub E periodcentered.case T T E by E_T_T_E;
sub e periodcentered t t e by e_t_t_e;
sub E L L E periodcentered.case I L by I_E_L;
sub e l l e periodcentered i l by i_e_l;
sub Eacute periodcentered.case E by Eacute_E;
sub eacute periodcentered e by eacute_e;
sub E U R periodcentered.case I C E by E_U_R_I_C_E;
sub e u r periodcentered i c e by e_u_r_i_c_e;
sub F periodcentered.case V E by F_V_E;
sub f periodcentered v e by f_v_e;
sub F periodcentered.case F E by F_F_E;
sub f periodcentered f e by f_f_e;
sub I periodcentered.case E by I_E;
sub i periodcentered E by i_e;
sub I periodcentered.case e by I_E;
sub i periodcentered e by i_e;
sub I L periodcentered.case E L L E by I_E_L;
sub i l periodcentered e l l e by i_e_l;
sub L periodcentered.case E by L_E;
sub l periodcentered e by l_e;
sub L periodcentered.case L E by L_L_E;
sub l periodcentered l e by l_l_e;
sub L periodcentered.case L E by L_L_E;
sub l periodcentered l e by l_l_e;
sub M periodcentered.case P by P_M;
sub m periodcentered p by p_m;
sub N periodcentered.case E by N_E;
sub n periodcentered e by n_e;
sub N periodcentered.case N E by N_N_E;
sub n periodcentered n e by n_n_e;
sub O S periodcentered.case Idieresis N E by O_S_Idieresis_N_E;
sub o s periodcentered idieresis n e by o_s_idieresis_n_e;
sub O periodcentered.case T E by O_T_E;
sub o periodcentered t e by o_t_e;
sub P periodcentered.case M by P_M;
sub p periodcentered m by p_m;
sub R periodcentered.case E by R_E;
sub r periodcentered e by r_e;
sub R periodcentered.case S E by R_S_E;
sub r periodcentered s e by r_s_e;
sub S periodcentered.case E by S_E;
sub s periodcentered e by s_e;
sub S periodcentered.case S E by S_S_E;
sub s periodcentered s e by s_s_e;
sub S periodcentered.case C E by S_C_E;
sub s periodcentered c e by s_c_e;
sub T periodcentered.case T E by T_T_E;
sub t periodcentered t e by t_t_e;
sub T periodcentered.case E by T_E;
sub t periodcentered e by t_e;
sub U periodcentered.case E by U_E;
sub u periodcentered e by u_e;
sub U periodcentered.case L L E by U_L_L_E;
sub u periodcentered l l e by u_l_l_e;
sub U N periodcentered.case E by U_N_E;
sub u n periodcentered e by u_n_e;
sub X periodcentered.case S E by X_S_E;
sub x periodcentered s e by x_s_e;
sub X periodcentered.case C E by X_C_E;
sub x periodcentered c e by x_c_e;
sub X periodcentered.case S S E by X_S_S_E;
sub x periodcentered s s e by x_s_s_e;
lookupflag 0;
sub T periodcentered E by T_E;
sub E periodcentered E by A_E;
sub A periodcentered E by A_E;
sub A periodcentered O by A_O;
sub C periodcentered H E by C_H_E;
sub I periodcentered e by I_E;
sub I periodcentered E by I_E;
sub T periodcentered T E by T_T_E;
sub P periodcentered M by P_M;
sub M periodcentered P by P_M;
sub S periodcentered S E by S_S_E;
sub F periodcentered V E by F_V_E;
sub O periodcentered Idieresis N E by O_Idieresis_N_E;
sub O periodcentered Idieresis N E S by O_Idieresis_N_E_S;
sub Eacute periodcentered E by Eacute_E;
sub X periodcentered S E by X_S_E;
sub S periodcentered C E by S_C_E;
sub D periodcentered E by D_E;
sub U periodcentered E by U_E;
sub N periodcentered E by N_E;
sub R periodcentered E by R_E;
sub S periodcentered E by S_E;
sub L periodcentered E by L_E;
sub L periodcentered L E by L_L_E;
sub L periodcentered L E by L_L_E;
sub F periodcentered F E by F_F_E;
sub N periodcentered N E by N_N_E;
sub U N periodcentered E by U_N_E;
sub U periodcentered L L E by U_L_L_E;
sub X periodcentered C E by X_C_E;
sub X periodcentered S S E by X_S_S_E;
sub I L periodcentered E L L E by I_E_L;
sub E L L E periodcentered I L by I_E_L;
sub R periodcentered I C E by R_I_C_E;
sub R periodcentered I C E by R_I_C_E;
sub C periodcentered Q U E by C_Q_U_E;
sub O periodcentered T E by O_T_E;
sub R periodcentered S E by R_S_E;
sub E periodcentered T T E by E_T_T_E;
sub Agrave space L A periodcentered A U by A_U_L_A;
sub A U periodcentered Agrave space L A by A_U_L_A;
sub D U periodcentered D E space L A by D_U_D_E_L_A;
sub E periodcentered A by E_A;
sub E periodcentered S S E by E_S_S_E;
sub L L E periodcentered U X by E_U_X;
sub G periodcentered U E by G_U_E;
sub L periodcentered U I by L_U_I;
sub S periodcentered S by S_S;
sub P periodcentered E by P_E;
sub S periodcentered L L E by S_L_L_E;
sub S periodcentered T E S by S_T_E_S;
sub U X periodcentered L E S by X_L_E_S;
sub A U X periodcentered L L E S by X_L_L_E_S;
sub O periodcentered F E by O_F_E;
} ligaturesinclusives;
feature liga {
script latn;
language dflt ;
lookup point;
lookup pointcap;
lookup ligaturesinclusives;
lookup case;
lookup alt;
lookup point;
lookup macron;
lookup ligaturesinclusives;
} liga;
@GDEF_Simple = [space exclam quotedbl numbersign dollar percent ampersand
quotesingle parenleft parenright asterisk plus comma hyphen period
slash zero one two three four five six seven eight nine colon semicolon
less equal greater question at A B C D E F G H I J K L M N O P Q R S T
U V W X Y Z bracketleft backslash bracketright asciicircum underscore
grave a b c d e f g h i j k l m n o p q r s t u v w x y z braceleft bar
braceright asciitilde dieresis copyright guillemotleft degree plusminus
acute paragraph cedilla guillemotright Agrave Aacute Acircumflex Atilde
Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave
Iacute Icircumflex Idieresis Ntilde Ograve Oacute Ocircumflex Otilde
Odieresis Ugrave Uacute Ucircumflex Udieresis agrave aacute acircumflex
atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis
igrave iacute icircumflex idieresis ntilde ograve oacute ocircumflex
otilde odieresis divide ugrave uacute ucircumflex udieresis ydieresis
OE oe Ydieresis circumflex ring tilde endash emdash quoteleft
quoteright quotesinglbase quotedblleft quotedblright quotedblbase
bullet guilsinglleft guilsinglright fraction Euro trademark arrowleft
arrowup arrowright arrowdown arrowboth minus uni2604 uni2605 uni260E
uni261A uni261B uni261D uni26BD uni2706 uni270A uni2728 uni2737 uni274B
uni2798 uni2799 uni279A uni27A7 uni27BA uni27BB uni27BD uni27BF u130EE
u13177 u1F310 u1F318 u1F320 u1F337 u1F354 u1F3C7 u1F408 u1F434 u1F46F
u1F483 u1F498 u1F4A5 u1F4A9 u1F4B3 u1F511 u1F5E1 u1F60B u1F986 u1F988
u1F9B8 u1F9CD u1F9FB u1FA92 u1FABC NameMe.231 periodcentered emacron
Emacron periodcentered.case NameMe.1114115 NameMe.1114116
NameMe.1114117 NameMe.1114118 NameMe.1114119 NameMe.1114120
NameMe.1114121 NameMe.1114122 NameMe.1114123 NameMe.1114124
NameMe.1114125 NameMe.1114126 NameMe.1114127 NameMe.1114128
NameMe.1114129 NameMe.1114130 NameMe.1114131 NameMe.1114132
NameMe.1114133 NameMe.1114134 NameMe.1114135 NameMe.1114136
NameMe.1114137 NameMe.1114138 NameMe.1114139 NameMe.1114140 T_E t_e A_E
a_e A_O a_o C_H_E c_h_e I_E T_T_E P_M p_m S_S_E F_V_E f_v_e S_C s_c
O_Idieresis_N_E_S o_s_idieresis_n_e NameMe.287 Eacute_E eacute_e i_e
X_S_E x_s_e t_t_e s_s_e d_e D_E u_e U_E n_e N_E R_E r_e S_E s_e L_E l_e
L_L_E l_l_e F_F_E f_f_e N_N_E n_n_e U_N_E u_n_e U_L_L_E u_l_l_e X_C_E
x_c_e X_S_S_E x_s_s_e I_E_L i_e_l R_I_C_E e_u_r_i_c_e C_Q_U_E c_q_u_e
O_T_E o_t_e R_S_E r_s_e E_T_T_E e_t_t_e a_u_l_a A_U_L_A d_u_d_e_l_a
D_U_D_E_L_A e_a E_A E_S_S_E e_s_s_e e_u g_u L_L l_l L_U_I l_u M_P m_p
S_S s_s P_E p_e R_I r_i S_L_L_E s_l S_T_E_S s_t X_L_E_S x_l X_L_L_E_S
x_l_l K.alt O_F_E O_Idieresis_N_E ];
@GDEF_Ligature = [ellipsis S_C_E s_c_e E_U_X G_U_E ];
table GDEF {
GlyphClassDef @GDEF_Simple; @GDEF_Ligature; ; ;
} GDEF;

View file

@ -25,7 +25,7 @@
<key>italicAngle</key>
<real>0</real>
<key>openTypeHeadCreated</key>
<string>2024/04/09 07:59:17</string>
<string>2024/11/24 22:47:21</string>
<key>openTypeHheaAscender</key>
<integer>832</integer>
<key>openTypeHheaDescender</key>

View file

View file

View file

View file

@ -3,7 +3,7 @@
<advance width="522"/>
<unicode hex="F1030"/>
<outline>
<component base="NameMe.1114129" xScale="0.434547" yScale="0.438371" xyScale="0.898794" yxScale="-0.890954" xOffset="411.99" yOffset="285.393"/>
<component base="NameMe.1114115" xScale="-0.0697565" yScale="-0.0697565" xyScale="-0.997564" yxScale="0.997564" xOffset="32.7577" yOffset="439.786"/>
<component base="NameMe.1114129" xScale="-0.176742" yScale="-0.16904" xyScale="0.98256" yxScale="-0.978465" xOffset="534.797" yOffset="344.172"/>
<component base="NameMe.1114115" xScale="0.0697565" yScale="0.0697565" xyScale="0.997564" yxScale="-0.997564" xOffset="463.164" yOffset="-164.916"/>
</outline>
</glyph>

View file

View file

View file

View file

View file

View file

View file

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="C_H_E" format="2">
<advance width="1059"/>
<advance width="1079"/>
<unicode hex="F1420"/>
<outline>
<component base="NameMe.1114119" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1052.33" yOffset="504.948"/>
<component base="NameMe.1114122" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1044.59" yOffset="135.554"/>
<component base="c" xOffset="13" yOffset="117"/>
<component base="c"/>
<component base="NameMe.1114119" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1083.33" yOffset="504.948"/>
<component base="NameMe.1114122" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1075.59" yOffset="135.554"/>
</outline>
<lib>
<dict>

View file

View file

View file

View file

View file

@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="E_U_R_I_C_E" format="2">
<advance width="1764"/>
<unicode hex="F4A10"/>
<glyph name="R_I_C_E" format="2">
<advance width="1196"/>
<unicode hex="F4490"/>
<outline>
<component base="NameMe.1114123" xScale="-0.139173" yScale="-0.139173" xyScale="0.990268" yxScale="-0.990268" xOffset="1718.08" yOffset="-21.576"/>
<component base="NameMe.1114119" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1739" yOffset="540"/>
<component base="NameMe.1114117" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1722" yOffset="192"/>
<component base="NameMe.1114119" xScale="-0.156434" yScale="-0.156434" xyScale="0.987688" yxScale="-0.987688" xOffset="589.31" yOffset="394.206"/>
<component base="NameMe.1114135" xScale="-0.156434" yScale="-0.156434" xyScale="0.987688" yxScale="-0.987688" xOffset="538.524" yOffset="4.67311"/>
<component base="r" xOffset="566"/>
<component base="NameMe.1114123" xScale="-0.139173" yScale="-0.139173" xyScale="0.990268" yxScale="-0.990268" xOffset="1170.08" yOffset="-21.576"/>
<component base="NameMe.1114119" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1191" yOffset="540"/>
<component base="NameMe.1114117" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1174" yOffset="192"/>
<component base="r" xOffset="18"/>
</outline>
</glyph>

View file

View file

View file

View file

View file

@ -4,10 +4,10 @@
<unicode hex="0112"/>
<outline>
<contour>
<point x="360.838" y="680.155" type="line"/>
<point x="180.584" y="680.121" type="line"/>
<point x="200.754" y="782" type="line"/>
<point x="380" y="780" type="line"/>
<point x="251.838" y="608.155" type="line"/>
<point x="71.584" y="608.121" type="line"/>
<point x="71.7539" y="710" type="line"/>
<point x="251" y="708" type="line"/>
</contour>
<contour>
<point x="393.327" y="505.273" type="line"/>
@ -46,9 +46,9 @@
</dict>
<dict>
<key>position</key>
<integer>505</integer>
<integer>619</integer>
<key>width</key>
<integer>134</integer>
<integer>20</integer>
</dict>
</array>
</dict>

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="r_e" format="2">
<advance width="822"/>
<advance width="1000"/>
<unicode hex="F4510"/>
<outline>
<component base="r" xOffset="-25" yOffset="145"/>
<component base="NameMe.1114119" xOffset="530" yOffset="154"/>
</outline>
</glyph>

View file

View file

View file

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="O_S_Idieresis_N_E" format="2">
<glyph name="O_Idieresis_N_E_S" format="2">
<advance width="1666"/>
<unicode hex="F3880"/>
<unicode hex="F3890"/>
<outline>
<component base="NameMe.1114133" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1678" yOffset="191"/>
<component base="NameMe.1114133" xScale="0.165048" yScale="0.165048" xyScale="-0.986286" yxScale="0.986286" xOffset="1157.71" yOffset="625.954"/>
<component base="o"/>
<component base="NameMe.1114119" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="1125.58" yOffset="487.372"/>
<component base="NameMe.287" xScale="-0.130526" yScale="-0.130526" xyScale="0.991445" yxScale="-0.991445" xOffset="1029.89" yOffset="-127.269"/>

View file

View file

View file

View file

View file

View file

View file

@ -4,6 +4,6 @@
<unicode hex="F4010"/>
<outline>
<component base="NameMe.1114127" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="528.766" yOffset="-12.182"/>
<component base="NameMe.1114130" xScale="-0.165048" yScale="-0.165048" xyScale="0.986286" yxScale="-0.986286" xOffset="591.165" yOffset="448.014"/>
<component base="NameMe.1114130" xScale="0.165048" yScale="0.165048" xyScale="-0.986286" yxScale="0.986286" xOffset="116.267" yOffset="780.26"/>
</outline>
</glyph>

View file

View file

View file

View file

View file

View file

Some files were not shown because too many files have changed in this diff Show more