mirror of
https://github.com/intel/intel-one-mono.git
synced 2026-03-11 09:04:30 +00:00
Merge pull request #12 from intel/repo-update
Repo update: unzip sources
This commit is contained in:
commit
68d1c074af
13868 changed files with 444834 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
BIN
sources.zip
BIN
sources.zip
Binary file not shown.
208
sources/instances/postscript/IntelOneMono-Bold.ufo/features.fea
Normal file
208
sources/instances/postscript/IntelOneMono-Bold.ufo/features.fea
Normal file
|
|
@ -0,0 +1,208 @@
|
|||
# ----------------------------
|
||||
# INTEL MONO OPENTYPE CODE
|
||||
# ----------------------------
|
||||
|
||||
# ----------------
|
||||
# Language Systems
|
||||
# ----------------
|
||||
|
||||
languagesystem DFLT dflt;
|
||||
languagesystem latn dflt;
|
||||
languagesystem latn TRK;
|
||||
languagesystem latn AZE;
|
||||
languagesystem latn CRT;
|
||||
languagesystem latn CAT;
|
||||
|
||||
|
||||
# -------
|
||||
# Classes
|
||||
# -------
|
||||
|
||||
# Base Letters
|
||||
@ltrUC = [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 uni1E9E AE OE Schwa Eng Thorn Eth Dcroat Hbar Tbar Lslash Oslash Aring Ohorn Uhorn I];
|
||||
@ltrLC = [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 germandbls ae oe schwa eng thorn eth dcroat hbar tbar lslash oslash aring ohorn uhorn dotlessi];
|
||||
|
||||
# Figures
|
||||
@fig = [zero one two three four five six seven eight nine];
|
||||
@figSup = [zero.sup one.sup two.sup three.sup four.sup five.sup six.sup seven.sup eight.sup nine.sup];
|
||||
@figInf = [zero.inf one.inf two.inf three.inf four.inf five.inf six.inf seven.inf eight.inf nine.inf];
|
||||
@figNum = [zero.num one.num two.num three.num four.num five.num six.num seven.num eight.num nine.num];
|
||||
@figDen = [zero.den one.den two.den three.den four.den five.den six.den seven.den eight.den nine.den];
|
||||
|
||||
|
||||
# ---------------
|
||||
# Localized Forms
|
||||
# ---------------
|
||||
|
||||
feature locl {
|
||||
script latn;
|
||||
language TRK;
|
||||
lookup iTurkish {
|
||||
sub i by idotaccent;
|
||||
} iTurkish;
|
||||
language AZE;
|
||||
lookup iTurkish;
|
||||
language CRT;
|
||||
lookup iTurkish;
|
||||
language CAT;
|
||||
sub l periodcentered' l by middotcat;
|
||||
sub L periodcentered' L by middotcat.cap;
|
||||
# try fusing them
|
||||
sub L middotcat.cap by L.dot;
|
||||
sub L middotcat by L.dot;
|
||||
sub l middotcat by l.dot;
|
||||
} locl;
|
||||
|
||||
|
||||
# ---------------------------------
|
||||
# Glyph Composition / Decomposition
|
||||
# ---------------------------------
|
||||
|
||||
feature ccmp {
|
||||
|
||||
# Decompose unicode lowercase characters whose capital counterparts have no unicode.
|
||||
lookup Decomp {
|
||||
sub hlinebelow by h macronlowmod;
|
||||
sub jcaron by j caron;
|
||||
} Decomp;
|
||||
|
||||
# Replace e ogonek with eogonek.
|
||||
lookup eogonek {
|
||||
sub e ogonekcmb by eogonek;
|
||||
} eogonek;
|
||||
|
||||
} ccmp;
|
||||
|
||||
|
||||
# ----------
|
||||
# Numerators
|
||||
# ----------
|
||||
|
||||
feature numr {
|
||||
sub @fig by @figNum;
|
||||
} numr;
|
||||
|
||||
# ------------
|
||||
# Denominators
|
||||
# ------------
|
||||
|
||||
feature dnom {
|
||||
sub @fig by @figDen;
|
||||
} dnom;
|
||||
|
||||
# -----------
|
||||
# Superscript
|
||||
# -----------
|
||||
|
||||
feature sups {
|
||||
sub @fig by @figSup;
|
||||
} sups;
|
||||
|
||||
# ---------------------
|
||||
# Subscript & Inferiors
|
||||
# ---------------------
|
||||
|
||||
feature subs {
|
||||
sub @fig by @figInf;
|
||||
} subs;
|
||||
|
||||
feature sinf {
|
||||
sub @fig by @figInf;
|
||||
} sinf;
|
||||
|
||||
|
||||
# --------------
|
||||
# Stylistic Sets
|
||||
# --------------
|
||||
|
||||
feature ss11 {
|
||||
featureNames {
|
||||
name "Raised Colon (Figures Only)"; # Windows English
|
||||
name 1 0 0 "Raised Colon (Figures Only)"; # Mac English
|
||||
};
|
||||
lookup FigureColonContextual {
|
||||
sub @fig colon' @fig by colon.fig;
|
||||
} FigureColonContextual;
|
||||
} ss11;
|
||||
|
||||
feature ss12 {
|
||||
featureNames {
|
||||
name "Raised Colon (Global)"; # Windows English
|
||||
name 1 0 0 "Raised Colon (Global)"; # Mac English
|
||||
};
|
||||
lookup FigureColon {
|
||||
sub colon by colon.fig;
|
||||
} FigureColon;
|
||||
} ss12;
|
||||
|
||||
|
||||
# --------------------
|
||||
# Stylistic Alternates
|
||||
# --------------------
|
||||
|
||||
feature salt {
|
||||
lookup FigureColon; # SS12
|
||||
} salt;
|
||||
|
||||
|
||||
|
||||
# --------------
|
||||
# All Alternates
|
||||
# --------------
|
||||
|
||||
feature aalt {
|
||||
sub germandbls from [germandbls uni1E9E];
|
||||
sub uni1E9E from [uni1E9E germandbls];
|
||||
sub colon from [colon colon.fig];
|
||||
sub colon.fig from [colon.fig colon];
|
||||
sub eight from [eight eight.den eight.sup eight.num eight.inf];
|
||||
sub eight.inf from [eight.inf eight eight.den eight.sup eight.num];
|
||||
sub eight.num from [eight.num eight.inf eight eight.den eight.sup];
|
||||
sub eight.sup from [eight.sup eight.num eight.inf eight eight.den];
|
||||
sub eight.den from [eight.den eight.sup eight.num eight.inf eight];
|
||||
sub five from [five five.inf five.num five.den five.sup];
|
||||
sub five.sup from [five.sup five five.inf five.num five.den];
|
||||
sub five.den from [five.den five.sup five five.inf five.num];
|
||||
sub five.num from [five.num five.den five.sup five five.inf];
|
||||
sub five.inf from [five.inf five.num five.den five.sup five];
|
||||
sub four from [four four.sup four.num four.den four.inf];
|
||||
sub four.inf from [four.inf four four.sup four.num four.den];
|
||||
sub four.den from [four.den four.inf four four.sup four.num];
|
||||
sub four.num from [four.num four.den four.inf four four.sup];
|
||||
sub four.sup from [four.sup four.num four.den four.inf four];
|
||||
sub nine from [nine nine.den nine.inf nine.num nine.sup];
|
||||
sub nine.sup from [nine.sup nine nine.den nine.inf nine.num];
|
||||
sub nine.num from [nine.num nine.sup nine nine.den nine.inf];
|
||||
sub nine.inf from [nine.inf nine.num nine.sup nine nine.den];
|
||||
sub nine.den from [nine.den nine.inf nine.num nine.sup nine];
|
||||
sub one from [one one.den one.num one.inf one.sup];
|
||||
sub one.sup from [one.sup one one.den one.num one.inf];
|
||||
sub one.inf from [one.inf one.sup one one.den one.num];
|
||||
sub one.num from [one.num one.inf one.sup one one.den];
|
||||
sub one.den from [one.den one.num one.inf one.sup one];
|
||||
sub seven from [seven seven.inf seven.num seven.sup seven.den];
|
||||
sub seven.den from [seven.den seven seven.inf seven.num seven.sup];
|
||||
sub seven.sup from [seven.sup seven.den seven seven.inf seven.num];
|
||||
sub seven.num from [seven.num seven.sup seven.den seven seven.inf];
|
||||
sub seven.inf from [seven.inf seven.num seven.sup seven.den seven];
|
||||
sub six from [six six.num six.sup six.den six.inf];
|
||||
sub six.inf from [six.inf six six.num six.sup six.den];
|
||||
sub six.den from [six.den six.inf six six.num six.sup];
|
||||
sub six.sup from [six.sup six.den six.inf six six.num];
|
||||
sub six.num from [six.num six.sup six.den six.inf six];
|
||||
sub three from [three three.inf three.den three.num three.sup];
|
||||
sub three.sup from [three.sup three three.inf three.den three.num];
|
||||
sub three.num from [three.num three.sup three three.inf three.den];
|
||||
sub three.den from [three.den three.num three.sup three three.inf];
|
||||
sub three.inf from [three.inf three.den three.num three.sup three];
|
||||
sub two from [two two.inf two.sup two.num two.den];
|
||||
sub two.den from [two.den two two.inf two.sup two.num];
|
||||
sub two.num from [two.num two.den two two.inf two.sup];
|
||||
sub two.sup from [two.sup two.num two.den two two.inf];
|
||||
sub two.inf from [two.inf two.sup two.num two.den two];
|
||||
sub zero from [zero zero.sup zero.num zero.den zero.inf];
|
||||
sub zero.inf from [zero.inf zero zero.sup zero.num zero.den];
|
||||
sub zero.den from [zero.den zero.inf zero zero.sup zero.num];
|
||||
sub zero.num from [zero.num zero.den zero.inf zero zero.sup];
|
||||
sub zero.sup from [zero.sup zero.num zero.den zero.inf zero];
|
||||
} aalt;
|
||||
|
|
@ -0,0 +1,409 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>ascender</key>
|
||||
<integer>740</integer>
|
||||
<key>capHeight</key>
|
||||
<integer>655</integer>
|
||||
<key>copyright</key>
|
||||
<string>(C) 2023 Intel Corporation</string>
|
||||
<key>descender</key>
|
||||
<integer>-260</integer>
|
||||
<key>familyName</key>
|
||||
<string>IntelOne Mono</string>
|
||||
<key>guidelines</key>
|
||||
<array/>
|
||||
<key>italicAngle</key>
|
||||
<integer>0</integer>
|
||||
<key>note</key>
|
||||
<string></string>
|
||||
<key>openTypeHeadFlags</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</array>
|
||||
<key>openTypeHheaAscender</key>
|
||||
<integer>1090</integer>
|
||||
<key>openTypeHheaDescender</key>
|
||||
<integer>-290</integer>
|
||||
<key>openTypeHheaLineGap</key>
|
||||
<integer>0</integer>
|
||||
<key>openTypeNameDesigner</key>
|
||||
<string>Fred Shallcrass</string>
|
||||
<key>openTypeNameDesignerURL</key>
|
||||
<string>http://frerejones.com</string>
|
||||
<key>openTypeNameLicense</key>
|
||||
<string>Licensed under the SIL Open Font License, Version 1.1</string>
|
||||
<key>openTypeNameLicenseURL</key>
|
||||
<string>https://github.com/intel/intel-one-mono/blob/main/license</string>
|
||||
<key>openTypeNameManufacturer</key>
|
||||
<string>Frere-Jones Type LLC</string>
|
||||
<key>openTypeNameManufacturerURL</key>
|
||||
<string>http://frerejones.com</string>
|
||||
<key>openTypeNamePreferredFamilyName</key>
|
||||
<string>IntelOne Mono</string>
|
||||
<key>openTypeNamePreferredSubfamilyName</key>
|
||||
<string>Bold</string>
|
||||
<key>openTypeNameRecords</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>0</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>(C) 2023 Intel Corporation</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>0</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>(C) 2023 Intel Corporation</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>1</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>1</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>2</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>Regular</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>2</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>Regular</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>4</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>4</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>6</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOneMono-Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>6</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOneMono-Bold</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>8</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>Frere-Jones Type LLC</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>8</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>Frere-Jones Type LLC</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>9</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>Fred Shallcrass</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>9</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>Fred Shallcrass</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>11</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>http://frerejones.com</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>11</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>http://frerejones.com</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>0</integer>
|
||||
<key>languageID</key>
|
||||
<integer>0</integer>
|
||||
<key>nameID</key>
|
||||
<integer>12</integer>
|
||||
<key>platformID</key>
|
||||
<integer>1</integer>
|
||||
<key>string</key>
|
||||
<string>http://frerejones.com</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>12</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>http://frerejones.com</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>16</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>IntelOne Mono</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>encodingID</key>
|
||||
<integer>1</integer>
|
||||
<key>languageID</key>
|
||||
<integer>1033</integer>
|
||||
<key>nameID</key>
|
||||
<integer>17</integer>
|
||||
<key>platformID</key>
|
||||
<integer>3</integer>
|
||||
<key>string</key>
|
||||
<string>Bold</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>openTypeOS2CodePageRanges</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
<integer>4</integer>
|
||||
<integer>7</integer>
|
||||
<integer>8</integer>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>openTypeOS2Panose</key>
|
||||
<array>
|
||||
<integer>2</integer>
|
||||
<integer>11</integer>
|
||||
<integer>8</integer>
|
||||
<integer>9</integer>
|
||||
<integer>2</integer>
|
||||
<integer>2</integer>
|
||||
<integer>3</integer>
|
||||
<integer>2</integer>
|
||||
<integer>2</integer>
|
||||
<integer>4</integer>
|
||||
</array>
|
||||
<key>openTypeOS2Selection</key>
|
||||
<array>
|
||||
<integer>8</integer>
|
||||
</array>
|
||||
<key>openTypeOS2StrikeoutPosition</key>
|
||||
<integer>286</integer>
|
||||
<key>openTypeOS2StrikeoutSize</key>
|
||||
<integer>50</integer>
|
||||
<key>openTypeOS2Type</key>
|
||||
<array/>
|
||||
<key>openTypeOS2TypoAscender</key>
|
||||
<integer>740</integer>
|
||||
<key>openTypeOS2TypoDescender</key>
|
||||
<integer>-260</integer>
|
||||
<key>openTypeOS2TypoLineGap</key>
|
||||
<integer>380</integer>
|
||||
<key>openTypeOS2UnicodeRanges</key>
|
||||
<array>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
<integer>2</integer>
|
||||
<integer>29</integer>
|
||||
<integer>32</integer>
|
||||
</array>
|
||||
<key>openTypeOS2VendorID</key>
|
||||
<string>FRJN</string>
|
||||
<key>openTypeOS2WeightClass</key>
|
||||
<integer>700</integer>
|
||||
<key>openTypeOS2WidthClass</key>
|
||||
<integer>5</integer>
|
||||
<key>openTypeOS2WinAscent</key>
|
||||
<integer>1090</integer>
|
||||
<key>openTypeOS2WinDescent</key>
|
||||
<integer>290</integer>
|
||||
<key>postscriptBlueFuzz</key>
|
||||
<integer>0</integer>
|
||||
<key>postscriptBlueScale</key>
|
||||
<real>0.05</real>
|
||||
<key>postscriptBlueValues</key>
|
||||
<array>
|
||||
<integer>-15</integer>
|
||||
<integer>0</integer>
|
||||
<integer>477</integer>
|
||||
<integer>492</integer>
|
||||
<integer>655</integer>
|
||||
<integer>670</integer>
|
||||
<integer>710</integer>
|
||||
<integer>725</integer>
|
||||
</array>
|
||||
<key>postscriptDefaultWidthX</key>
|
||||
<integer>614</integer>
|
||||
<key>postscriptFamilyBlues</key>
|
||||
<array/>
|
||||
<key>postscriptFamilyOtherBlues</key>
|
||||
<array/>
|
||||
<key>postscriptFontName</key>
|
||||
<string>IntelOneMono-Bold</string>
|
||||
<key>postscriptForceBold</key>
|
||||
<false/>
|
||||
<key>postscriptFullName</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<key>postscriptIsFixedPitch</key>
|
||||
<true/>
|
||||
<key>postscriptOtherBlues</key>
|
||||
<array>
|
||||
<integer>-245</integer>
|
||||
<integer>-230</integer>
|
||||
</array>
|
||||
<key>postscriptStemSnapH</key>
|
||||
<array>
|
||||
<integer>120</integer>
|
||||
</array>
|
||||
<key>postscriptStemSnapV</key>
|
||||
<array>
|
||||
<integer>145</integer>
|
||||
<integer>150</integer>
|
||||
</array>
|
||||
<key>postscriptUnderlinePosition</key>
|
||||
<integer>-100</integer>
|
||||
<key>postscriptUnderlineThickness</key>
|
||||
<integer>50</integer>
|
||||
<key>styleMapFamilyName</key>
|
||||
<string>IntelOne Mono Bold</string>
|
||||
<key>styleMapStyleName</key>
|
||||
<string>regular</string>
|
||||
<key>styleName</key>
|
||||
<string>Bold</string>
|
||||
<key>unitsPerEm</key>
|
||||
<integer>1000</integer>
|
||||
<key>versionMajor</key>
|
||||
<integer>1</integer>
|
||||
<key>versionMinor</key>
|
||||
<integer>2</integer>
|
||||
<key>xHeight</key>
|
||||
<integer>477</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="A" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0041"/>
|
||||
<anchor x="298" y="691" name="aboveUC"/>
|
||||
<anchor x="298" y="651" name="aboveUCx"/>
|
||||
<anchor x="487" y="-10" name="belowogonek"/>
|
||||
<anchor x="298" y="-35" name="below"/>
|
||||
<anchor x="298" y="0" name="belowx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="171" y="0" type="line"/>
|
||||
<point x="207" y="126" type="line"/>
|
||||
<point x="399" y="126" type="line"/>
|
||||
<point x="435" y="0" type="line"/>
|
||||
<point x="586" y="0" type="line"/>
|
||||
<point x="396" y="655" type="line"/>
|
||||
<point x="216" y="655" type="line"/>
|
||||
<point x="28" y="0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="236" y="239" type="line"/>
|
||||
<point x="303" y="500" type="line"/>
|
||||
<point x="370" y="239" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="AE" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C6"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="123" y="0" type="line"/>
|
||||
<point x="161" y="142" type="line"/>
|
||||
<point x="289" y="142" type="line"/>
|
||||
<point x="289" y="0" type="line"/>
|
||||
<point x="574" y="0" type="line"/>
|
||||
<point x="574" y="112" type="line"/>
|
||||
<point x="424" y="112" type="line"/>
|
||||
<point x="424" y="276" type="line"/>
|
||||
<point x="560" y="276" type="line"/>
|
||||
<point x="560" y="384" type="line"/>
|
||||
<point x="424" y="384" type="line"/>
|
||||
<point x="424" y="543" type="line"/>
|
||||
<point x="574" y="543" type="line"/>
|
||||
<point x="574" y="655" type="line"/>
|
||||
<point x="190" y="655" type="line"/>
|
||||
<point x="-1" y="0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="189" y="245" type="line"/>
|
||||
<point x="270" y="543" type="line"/>
|
||||
<point x="289" y="543" type="line"/>
|
||||
<point x="289" y="245" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Aacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C1"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="acutecmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abreve" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0102"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="brevecmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abreveacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EAE"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="breveacute.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abrevedotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EB6"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="brevecmb.cap" xOffset="298"/>
|
||||
<component base="dotbelowcmb" xOffset="298" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abrevegrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EB0"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="brevegrave.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abrevehookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EB2"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="brevehook.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Abrevetilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EB4"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="brevetilde.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="01CD"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="caroncmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C2"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflexcmb.cap" xOffset="298" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflexacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EA4"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflexacute.cap" xOffset="298" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflexdotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EAC"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflexcmb.cap" xOffset="298" yOffset="-10"/>
|
||||
<component base="dotbelowcmb" xOffset="298" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflexgrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EA6"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflexgrave.cap" xOffset="298" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflexhookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EA8"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflexhook.cap" xOffset="298" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Acircumflextilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EAA"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="circumflextilde.cap" xOffset="298" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Adieresis" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C4"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="dieresiscmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Adotaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0226"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="dotaccentcmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Adotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EA0"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="dotbelowcmb" xOffset="298" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Agrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C0"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="gravecmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ahookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EA2"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="hookcmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Amacron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0100"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="macroncmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Aogonek" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0104"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="171" y="0" type="line"/>
|
||||
<point x="207" y="126" type="line"/>
|
||||
<point x="399" y="126" type="line"/>
|
||||
<point x="435" y="0" type="line"/>
|
||||
<point x="461" y="0" type="line"/>
|
||||
<point x="388" y="-84"/>
|
||||
<point x="366" y="-127"/>
|
||||
<point x="366" y="-158" type="curve" smooth="yes"/>
|
||||
<point x="366" y="-203"/>
|
||||
<point x="395" y="-227"/>
|
||||
<point x="459" y="-230" type="curve" smooth="yes"/>
|
||||
<point x="556" y="-234" type="line"/>
|
||||
<point x="566" y="-141" type="line"/>
|
||||
<point x="511" y="-137" type="line" smooth="yes"/>
|
||||
<point x="478" y="-135"/>
|
||||
<point x="470" y="-126"/>
|
||||
<point x="470" y="-106" type="curve" smooth="yes"/>
|
||||
<point x="470" y="-95"/>
|
||||
<point x="472" y="-79"/>
|
||||
<point x="527" y="0" type="curve"/>
|
||||
<point x="586" y="0" type="line"/>
|
||||
<point x="396" y="655" type="line"/>
|
||||
<point x="216" y="655" type="line"/>
|
||||
<point x="28" y="0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="236" y="239" type="line"/>
|
||||
<point x="303" y="500" type="line"/>
|
||||
<point x="370" y="239" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Aring" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C5"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="171" y="0" type="line"/>
|
||||
<point x="207" y="126" type="line"/>
|
||||
<point x="399" y="126" type="line"/>
|
||||
<point x="435" y="0" type="line"/>
|
||||
<point x="586" y="0" type="line"/>
|
||||
<point x="420" y="574" type="line"/>
|
||||
<point x="456" y="598"/>
|
||||
<point x="477" y="635"/>
|
||||
<point x="477" y="681" type="curve" smooth="yes"/>
|
||||
<point x="477" y="763"/>
|
||||
<point x="412" y="817"/>
|
||||
<point x="307" y="817" type="curve" smooth="yes"/>
|
||||
<point x="201" y="817"/>
|
||||
<point x="135" y="763"/>
|
||||
<point x="135" y="680" type="curve" smooth="yes"/>
|
||||
<point x="135" y="634"/>
|
||||
<point x="156" y="597"/>
|
||||
<point x="193" y="573" type="curve"/>
|
||||
<point x="28" y="0" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="306" y="622" type="curve" smooth="yes"/>
|
||||
<point x="259" y="622"/>
|
||||
<point x="233" y="641"/>
|
||||
<point x="233" y="679" type="curve" smooth="yes"/>
|
||||
<point x="233" y="720"/>
|
||||
<point x="256" y="740"/>
|
||||
<point x="306" y="740" type="curve" smooth="yes"/>
|
||||
<point x="353" y="740"/>
|
||||
<point x="379" y="721"/>
|
||||
<point x="379" y="682" type="curve" smooth="yes"/>
|
||||
<point x="379" y="642"/>
|
||||
<point x="356" y="622"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="236" y="239" type="line"/>
|
||||
<point x="303" y="500" type="line"/>
|
||||
<point x="370" y="239" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Atilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C3"/>
|
||||
<outline>
|
||||
<component base="A"/>
|
||||
<component base="tildecmb.cap" xOffset="298"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="B" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0042"/>
|
||||
<anchor x="325" y="-35" name="below"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="78" y="655" type="line"/>
|
||||
<point x="78" y="0" type="line"/>
|
||||
<point x="334" y="0" type="line" smooth="yes"/>
|
||||
<point x="515" y="0"/>
|
||||
<point x="574" y="62"/>
|
||||
<point x="574" y="166" type="curve" smooth="yes"/>
|
||||
<point x="574" y="260"/>
|
||||
<point x="512" y="320"/>
|
||||
<point x="406" y="336" type="curve"/>
|
||||
<point x="406" y="340" type="line"/>
|
||||
<point x="507" y="366"/>
|
||||
<point x="551" y="429"/>
|
||||
<point x="551" y="502" type="curve" smooth="yes"/>
|
||||
<point x="551" y="593"/>
|
||||
<point x="493" y="655"/>
|
||||
<point x="341" y="655" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="317" y="545" type="line" smooth="yes"/>
|
||||
<point x="380" y="545"/>
|
||||
<point x="406" y="522"/>
|
||||
<point x="406" y="471" type="curve" smooth="yes"/>
|
||||
<point x="406" y="421"/>
|
||||
<point x="377" y="389"/>
|
||||
<point x="297" y="384" type="curve" smooth="yes"/>
|
||||
<point x="221" y="379" type="line"/>
|
||||
<point x="221" y="545" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="299" y="274" type="line" smooth="yes"/>
|
||||
<point x="400" y="267"/>
|
||||
<point x="430" y="238"/>
|
||||
<point x="430" y="186" type="curve" smooth="yes"/>
|
||||
<point x="430" y="137"/>
|
||||
<point x="403" y="109"/>
|
||||
<point x="325" y="109" type="curve" smooth="yes"/>
|
||||
<point x="221" y="109" type="line"/>
|
||||
<point x="221" y="280" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Blinebelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E06"/>
|
||||
<outline>
|
||||
<component base="B"/>
|
||||
<component base="macronbelowcmb" xOffset="325"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="C" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0043"/>
|
||||
<anchor x="364" y="696" name="aboveUC"/>
|
||||
<anchor x="364" y="661" name="aboveUCx"/>
|
||||
<anchor x="354" y="-40" name="below"/>
|
||||
<anchor x="343" y="-15" name="belowcedilla"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="335" y="-15" type="curve" smooth="yes"/>
|
||||
<point x="407" y="-15"/>
|
||||
<point x="492" y="9"/>
|
||||
<point x="581" y="69" type="curve"/>
|
||||
<point x="517" y="169" type="line"/>
|
||||
<point x="445" y="122"/>
|
||||
<point x="394" y="105"/>
|
||||
<point x="355" y="105" type="curve" smooth="yes"/>
|
||||
<point x="272" y="105"/>
|
||||
<point x="197" y="165"/>
|
||||
<point x="197" y="328" type="curve" smooth="yes"/>
|
||||
<point x="197" y="477"/>
|
||||
<point x="275" y="550"/>
|
||||
<point x="362" y="550" type="curve" smooth="yes"/>
|
||||
<point x="402" y="550"/>
|
||||
<point x="438" y="540"/>
|
||||
<point x="510" y="489" type="curve"/>
|
||||
<point x="573" y="590" type="line"/>
|
||||
<point x="492" y="648"/>
|
||||
<point x="431" y="670"/>
|
||||
<point x="359" y="670" type="curve" smooth="yes"/>
|
||||
<point x="174" y="670"/>
|
||||
<point x="50" y="524"/>
|
||||
<point x="50" y="326" type="curve" smooth="yes"/>
|
||||
<point x="50" y="102"/>
|
||||
<point x="161" y="-15"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Cacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0106"/>
|
||||
<outline>
|
||||
<component base="C"/>
|
||||
<component base="acutecmb.cap" xOffset="364" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ccaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="010C"/>
|
||||
<outline>
|
||||
<component base="C"/>
|
||||
<component base="caroncmb.cap" xOffset="364" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ccedilla" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C7"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="500" y="-150" type="curve" smooth="yes"/>
|
||||
<point x="500" y="-106"/>
|
||||
<point x="471" y="-75"/>
|
||||
<point x="355" y="-62" type="curve"/>
|
||||
<point x="370" y="-13" type="line"/>
|
||||
<point x="434" y="-7"/>
|
||||
<point x="506" y="18"/>
|
||||
<point x="581" y="69" type="curve"/>
|
||||
<point x="517" y="169" type="line"/>
|
||||
<point x="445" y="122"/>
|
||||
<point x="394" y="105"/>
|
||||
<point x="355" y="105" type="curve" smooth="yes"/>
|
||||
<point x="272" y="105"/>
|
||||
<point x="197" y="165"/>
|
||||
<point x="197" y="328" type="curve" smooth="yes"/>
|
||||
<point x="197" y="477"/>
|
||||
<point x="275" y="550"/>
|
||||
<point x="362" y="550" type="curve" smooth="yes"/>
|
||||
<point x="402" y="550"/>
|
||||
<point x="438" y="540"/>
|
||||
<point x="510" y="489" type="curve"/>
|
||||
<point x="573" y="590" type="line"/>
|
||||
<point x="492" y="648"/>
|
||||
<point x="431" y="670"/>
|
||||
<point x="359" y="670" type="curve" smooth="yes"/>
|
||||
<point x="174" y="670"/>
|
||||
<point x="50" y="524"/>
|
||||
<point x="50" y="326" type="curve" smooth="yes"/>
|
||||
<point x="50" y="114"/>
|
||||
<point x="149" y="-2"/>
|
||||
<point x="307" y="-14" type="curve"/>
|
||||
<point x="276" y="-107" type="line"/>
|
||||
<point x="282" y="-117" type="line"/>
|
||||
<point x="383" y="-122"/>
|
||||
<point x="409" y="-132"/>
|
||||
<point x="409" y="-152" type="curve" smooth="yes"/>
|
||||
<point x="409" y="-178"/>
|
||||
<point x="379" y="-188"/>
|
||||
<point x="227" y="-201" type="curve"/>
|
||||
<point x="246" y="-270" type="line"/>
|
||||
<point x="468" y="-251"/>
|
||||
<point x="500" y="-217"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ccircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0108"/>
|
||||
<outline>
|
||||
<component base="C"/>
|
||||
<component base="circumflexcmb.cap" xOffset="364"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Cdotaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="010A"/>
|
||||
<outline>
|
||||
<component base="C"/>
|
||||
<component base="dotaccentcmb.cap" xOffset="364" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="D" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0044"/>
|
||||
<anchor x="282" y="691" name="aboveUC"/>
|
||||
<anchor x="283" y="-35" name="below"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="75" y="655" type="line"/>
|
||||
<point x="75" y="0" type="line"/>
|
||||
<point x="179" y="0" type="line" smooth="yes"/>
|
||||
<point x="457" y="0"/>
|
||||
<point x="568" y="139"/>
|
||||
<point x="568" y="333" type="curve" smooth="yes"/>
|
||||
<point x="568" y="533"/>
|
||||
<point x="449" y="655"/>
|
||||
<point x="199" y="655" type="curve" smooth="yes"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="247" y="533" type="line" smooth="yes"/>
|
||||
<point x="353" y="526"/>
|
||||
<point x="421" y="470"/>
|
||||
<point x="421" y="331" type="curve" smooth="yes"/>
|
||||
<point x="421" y="189"/>
|
||||
<point x="360" y="132"/>
|
||||
<point x="230" y="122" type="curve" smooth="yes"/>
|
||||
<point x="219" y="121" type="line"/>
|
||||
<point x="219" y="535" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Dcaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="010E"/>
|
||||
<outline>
|
||||
<component base="D"/>
|
||||
<component base="caroncmb.cap" xOffset="282"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Dcircumflexbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E12"/>
|
||||
<outline>
|
||||
<component base="D"/>
|
||||
<component base="circumflexbelowcmb" xOffset="283"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Dcroat" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0110"/>
|
||||
<anchor x="303" y="-35" name="below"/>
|
||||
<outline>
|
||||
<component base="Eth"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ddotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E0C"/>
|
||||
<outline>
|
||||
<component base="D"/>
|
||||
<component base="dotbelowcmb" xOffset="283"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Dlinebelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E0E"/>
|
||||
<outline>
|
||||
<component base="D"/>
|
||||
<component base="macronbelowcmb" xOffset="283"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="E" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0045"/>
|
||||
<anchor x="314" y="691" name="aboveUC"/>
|
||||
<anchor x="467" y="-10" name="belowogonek"/>
|
||||
<anchor x="314" y="-35" name="below"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="87" y="655" type="line"/>
|
||||
<point x="87" y="0" type="line"/>
|
||||
<point x="542" y="0" type="line"/>
|
||||
<point x="542" y="120" type="line"/>
|
||||
<point x="232" y="120" type="line"/>
|
||||
<point x="232" y="270" type="line"/>
|
||||
<point x="509" y="270" type="line"/>
|
||||
<point x="509" y="390" type="line"/>
|
||||
<point x="232" y="390" type="line"/>
|
||||
<point x="232" y="535" type="line"/>
|
||||
<point x="541" y="535" type="line"/>
|
||||
<point x="541" y="655" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Eacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C9"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="acutecmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ebreve" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0114"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="brevecmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="011A"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="caroncmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CA"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflexcmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflexacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EBE"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflexacute.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflexdotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EC6"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflexcmb.cap" xOffset="314"/>
|
||||
<component base="dotbelowcmb" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflexgrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EC0"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflexgrave.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflexhookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EC2"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflexhook.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ecircumflextilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EC4"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="circumflextilde.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Edieresis" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CB"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="dieresiscmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Edotaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0116"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="dotaccentcmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Edotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EB8"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="dotbelowcmb" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Egrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00C8"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="gravecmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ehookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EBA"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="hookcmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Emacron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0112"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="macroncmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Eng" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="014A"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="206" y="0" type="line"/>
|
||||
<point x="200" y="407" type="line"/>
|
||||
<point x="415" y="-26" type="line"/>
|
||||
<point x="408" y="-91"/>
|
||||
<point x="366" y="-114"/>
|
||||
<point x="301" y="-119" type="curve" smooth="yes"/>
|
||||
<point x="193" y="-127" type="line"/>
|
||||
<point x="198" y="-236" type="line"/>
|
||||
<point x="312" y="-230" type="line" smooth="yes"/>
|
||||
<point x="479" y="-221"/>
|
||||
<point x="540" y="-167"/>
|
||||
<point x="540" y="6" type="curve" smooth="yes"/>
|
||||
<point x="540" y="655" type="line"/>
|
||||
<point x="408" y="655" type="line"/>
|
||||
<point x="413" y="252" type="line"/>
|
||||
<point x="213" y="655" type="line"/>
|
||||
<point x="74" y="655" type="line"/>
|
||||
<point x="74" y="0" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Eogonek" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0118"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="346" y="-158" type="curve" smooth="yes"/>
|
||||
<point x="346" y="-203"/>
|
||||
<point x="375" y="-227"/>
|
||||
<point x="439" y="-230" type="curve" smooth="yes"/>
|
||||
<point x="536" y="-234" type="line"/>
|
||||
<point x="546" y="-141" type="line"/>
|
||||
<point x="491" y="-137" type="line" smooth="yes"/>
|
||||
<point x="458" y="-135"/>
|
||||
<point x="450" y="-126"/>
|
||||
<point x="450" y="-106" type="curve" smooth="yes"/>
|
||||
<point x="450" y="-95"/>
|
||||
<point x="452" y="-79"/>
|
||||
<point x="507" y="0" type="curve"/>
|
||||
<point x="542" y="0" type="line"/>
|
||||
<point x="542" y="120" type="line"/>
|
||||
<point x="232" y="120" type="line"/>
|
||||
<point x="232" y="270" type="line"/>
|
||||
<point x="509" y="270" type="line"/>
|
||||
<point x="509" y="390" type="line"/>
|
||||
<point x="232" y="390" type="line"/>
|
||||
<point x="232" y="535" type="line"/>
|
||||
<point x="541" y="535" type="line"/>
|
||||
<point x="541" y="655" type="line"/>
|
||||
<point x="87" y="655" type="line"/>
|
||||
<point x="87" y="0" type="line"/>
|
||||
<point x="441" y="0" type="line"/>
|
||||
<point x="368" y="-84"/>
|
||||
<point x="346" y="-127"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Eth" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00D0"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="21" y="292" type="line"/>
|
||||
<point x="98" y="292" type="line"/>
|
||||
<point x="98" y="0" type="line"/>
|
||||
<point x="179" y="0" type="line" smooth="yes"/>
|
||||
<point x="457" y="0"/>
|
||||
<point x="568" y="139"/>
|
||||
<point x="568" y="333" type="curve" smooth="yes"/>
|
||||
<point x="568" y="533"/>
|
||||
<point x="449" y="655"/>
|
||||
<point x="199" y="655" type="curve" smooth="yes"/>
|
||||
<point x="98" y="655" type="line"/>
|
||||
<point x="98" y="368" type="line"/>
|
||||
<point x="21" y="368" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="325" y="292" type="line"/>
|
||||
<point x="325" y="368" type="line"/>
|
||||
<point x="237" y="368" type="line"/>
|
||||
<point x="237" y="539" type="line"/>
|
||||
<point x="351" y="532"/>
|
||||
<point x="426" y="470"/>
|
||||
<point x="426" y="331" type="curve" smooth="yes"/>
|
||||
<point x="426" y="192"/>
|
||||
<point x="362" y="131"/>
|
||||
<point x="237" y="118" type="curve"/>
|
||||
<point x="237" y="292" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Etilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EBC"/>
|
||||
<outline>
|
||||
<component base="E"/>
|
||||
<component base="tildecmb.cap" xOffset="314"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Euro" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="20AC"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="40" y="205" type="line"/>
|
||||
<point x="129" y="205" type="line"/>
|
||||
<point x="141" y="84"/>
|
||||
<point x="229" y="-15"/>
|
||||
<point x="383" y="-15" type="curve" smooth="yes"/>
|
||||
<point x="447" y="-15"/>
|
||||
<point x="498" y="-4"/>
|
||||
<point x="559" y="9" type="curve"/>
|
||||
<point x="543" y="131" type="line"/>
|
||||
<point x="473" y="115"/>
|
||||
<point x="420" y="104"/>
|
||||
<point x="379" y="104" type="curve" smooth="yes"/>
|
||||
<point x="305" y="104"/>
|
||||
<point x="276" y="146"/>
|
||||
<point x="272" y="209" type="curve"/>
|
||||
<point x="429" y="209" type="line"/>
|
||||
<point x="429" y="285" type="line"/>
|
||||
<point x="271" y="285" type="line"/>
|
||||
<point x="271" y="370" type="line"/>
|
||||
<point x="429" y="370" type="line"/>
|
||||
<point x="429" y="446" type="line"/>
|
||||
<point x="272" y="446" type="line"/>
|
||||
<point x="277" y="507"/>
|
||||
<point x="306" y="548"/>
|
||||
<point x="379" y="548" type="curve" smooth="yes"/>
|
||||
<point x="420" y="548"/>
|
||||
<point x="473" y="537"/>
|
||||
<point x="543" y="521" type="curve"/>
|
||||
<point x="559" y="643" type="line"/>
|
||||
<point x="498" y="656"/>
|
||||
<point x="447" y="667"/>
|
||||
<point x="383" y="667" type="curve" smooth="yes"/>
|
||||
<point x="230" y="667"/>
|
||||
<point x="143" y="570"/>
|
||||
<point x="129" y="450" type="curve"/>
|
||||
<point x="40" y="450" type="line"/>
|
||||
<point x="40" y="370" type="line"/>
|
||||
<point x="127" y="370" type="line"/>
|
||||
<point x="127" y="285" type="line"/>
|
||||
<point x="40" y="285" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="F" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0046"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="95" y="655" type="line"/>
|
||||
<point x="95" y="0" type="line"/>
|
||||
<point x="240" y="0" type="line"/>
|
||||
<point x="240" y="236" type="line"/>
|
||||
<point x="512" y="236" type="line"/>
|
||||
<point x="512" y="356" type="line"/>
|
||||
<point x="240" y="356" type="line"/>
|
||||
<point x="240" y="535" type="line"/>
|
||||
<point x="540" y="535" type="line"/>
|
||||
<point x="540" y="655" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="G" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0047"/>
|
||||
<anchor x="331" y="691" name="aboveUC"/>
|
||||
<anchor x="331" y="656" name="aboveUCx"/>
|
||||
<anchor x="338" y="-40" name="below"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="497" y="536" type="curve"/>
|
||||
<point x="509" y="655" type="line"/>
|
||||
<point x="464" y="662"/>
|
||||
<point x="439" y="665"/>
|
||||
<point x="401" y="665" type="curve" smooth="yes"/>
|
||||
<point x="170" y="665"/>
|
||||
<point x="49" y="533"/>
|
||||
<point x="49" y="323" type="curve" smooth="yes"/>
|
||||
<point x="49" y="91"/>
|
||||
<point x="161" y="-15"/>
|
||||
<point x="360" y="-15" type="curve" smooth="yes"/>
|
||||
<point x="426" y="-15"/>
|
||||
<point x="494" y="-4"/>
|
||||
<point x="559" y="13" type="curve"/>
|
||||
<point x="559" y="374" type="line"/>
|
||||
<point x="309" y="374" type="line"/>
|
||||
<point x="309" y="263" type="line"/>
|
||||
<point x="423" y="263" type="line"/>
|
||||
<point x="423" y="110" type="line"/>
|
||||
<point x="406" y="107"/>
|
||||
<point x="392" y="105"/>
|
||||
<point x="377" y="105" type="curve" smooth="yes"/>
|
||||
<point x="249" y="105"/>
|
||||
<point x="197" y="166"/>
|
||||
<point x="197" y="328" type="curve" smooth="yes"/>
|
||||
<point x="197" y="476"/>
|
||||
<point x="271" y="543"/>
|
||||
<point x="413" y="543" type="curve" smooth="yes"/>
|
||||
<point x="440" y="543"/>
|
||||
<point x="462" y="541"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gbreve" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="011E"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="brevecmb.cap" xOffset="331"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gcaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="01E6"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="caroncmb.cap" xOffset="331"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gcircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="011C"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="circumflexcmb.cap" xOffset="331" yOffset="-5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gcommaaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0122"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="uni0326" xOffset="338" yOffset="-5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gdotaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0120"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="dotaccentcmb.cap" xOffset="331"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Gmacron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E20"/>
|
||||
<outline>
|
||||
<component base="G"/>
|
||||
<component base="macroncmb.cap" xOffset="331"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="H" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0048"/>
|
||||
<anchor x="307" y="691" name="aboveUC"/>
|
||||
<anchor x="307" y="-35" name="below"/>
|
||||
<anchor x="145" y="-10" name="belowcedilla"/>
|
||||
<anchor x="307" y="0" name="belowx"/>
|
||||
<anchor x="307" y="656" name="aboveUCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="75" y="655" type="line"/>
|
||||
<point x="75" y="0" type="line"/>
|
||||
<point x="219" y="0" type="line"/>
|
||||
<point x="219" y="270" type="line"/>
|
||||
<point x="395" y="270" type="line"/>
|
||||
<point x="395" y="0" type="line"/>
|
||||
<point x="539" y="0" type="line"/>
|
||||
<point x="539" y="655" type="line"/>
|
||||
<point x="395" y="655" type="line"/>
|
||||
<point x="395" y="390" type="line"/>
|
||||
<point x="219" y="390" type="line"/>
|
||||
<point x="219" y="655" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Hbar" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0126"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="21" y="463" type="line"/>
|
||||
<point x="98" y="463" type="line"/>
|
||||
<point x="98" y="0" type="line"/>
|
||||
<point x="237" y="0" type="line"/>
|
||||
<point x="237" y="225" type="line"/>
|
||||
<point x="377" y="225" type="line"/>
|
||||
<point x="377" y="0" type="line"/>
|
||||
<point x="516" y="0" type="line"/>
|
||||
<point x="516" y="463" type="line"/>
|
||||
<point x="593" y="463" type="line"/>
|
||||
<point x="593" y="536" type="line"/>
|
||||
<point x="516" y="536" type="line"/>
|
||||
<point x="516" y="655" type="line"/>
|
||||
<point x="377" y="655" type="line"/>
|
||||
<point x="377" y="531" type="line"/>
|
||||
<point x="237" y="531" type="line"/>
|
||||
<point x="237" y="655" type="line"/>
|
||||
<point x="98" y="655" type="line"/>
|
||||
<point x="98" y="536" type="line"/>
|
||||
<point x="21" y="536" type="line"/>
|
||||
</contour>
|
||||
<contour>
|
||||
<point x="237" y="335" type="line"/>
|
||||
<point x="237" y="468" type="line"/>
|
||||
<point x="377" y="468" type="line"/>
|
||||
<point x="377" y="335" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Hbrevebelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E2A"/>
|
||||
<outline>
|
||||
<component base="H"/>
|
||||
<component base="brevebelowcmb" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Hcedilla" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E28"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="75" y="655" type="line"/>
|
||||
<point x="75" y="0" type="line"/>
|
||||
<point x="112" y="0" type="line"/>
|
||||
<point x="78" y="-102" type="line"/>
|
||||
<point x="84" y="-112" type="line"/>
|
||||
<point x="185" y="-117"/>
|
||||
<point x="211" y="-127"/>
|
||||
<point x="211" y="-147" type="curve" smooth="yes"/>
|
||||
<point x="211" y="-173"/>
|
||||
<point x="181" y="-183"/>
|
||||
<point x="29" y="-196" type="curve"/>
|
||||
<point x="48" y="-265" type="line"/>
|
||||
<point x="270" y="-246"/>
|
||||
<point x="302" y="-212"/>
|
||||
<point x="302" y="-145" type="curve" smooth="yes"/>
|
||||
<point x="302" y="-101"/>
|
||||
<point x="273" y="-70"/>
|
||||
<point x="157" y="-57" type="curve"/>
|
||||
<point x="174" y="0" type="line"/>
|
||||
<point x="219" y="0" type="line"/>
|
||||
<point x="219" y="270" type="line"/>
|
||||
<point x="395" y="270" type="line"/>
|
||||
<point x="395" y="0" type="line"/>
|
||||
<point x="539" y="0" type="line"/>
|
||||
<point x="539" y="655" type="line"/>
|
||||
<point x="395" y="655" type="line"/>
|
||||
<point x="395" y="390" type="line"/>
|
||||
<point x="219" y="390" type="line"/>
|
||||
<point x="219" y="655" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Hcircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0124"/>
|
||||
<outline>
|
||||
<component base="H"/>
|
||||
<component base="circumflexcmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Hdotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E24"/>
|
||||
<outline>
|
||||
<component base="H"/>
|
||||
<component base="dotbelowcmb" xOffset="307" yOffset="5"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="I" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0049"/>
|
||||
<anchor x="307" y="-35" name="below"/>
|
||||
<anchor x="307" y="-10" name="belowogonek"/>
|
||||
<anchor x="307" y="691" name="aboveUC"/>
|
||||
<anchor x="307" y="661" name="aboveUCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="113" y="80" type="line"/>
|
||||
<point x="113" y="0" type="line"/>
|
||||
<point x="501" y="0" type="line"/>
|
||||
<point x="501" y="80" type="line"/>
|
||||
<point x="380" y="105" type="line"/>
|
||||
<point x="380" y="550" type="line"/>
|
||||
<point x="501" y="575" type="line"/>
|
||||
<point x="501" y="655" type="line"/>
|
||||
<point x="113" y="655" type="line"/>
|
||||
<point x="113" y="575" type="line"/>
|
||||
<point x="236" y="550" type="line"/>
|
||||
<point x="236" y="105" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Iacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CD"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="acutecmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ibreve" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="012C"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="brevecmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Icaron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="01CF"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="caroncmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Icircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CE"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="circumflexcmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Idieresis" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CF"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="dieresiscmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Idotaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0130"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="dotaccentcmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Idotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1ECA"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="dotbelowcmb" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Igrave" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="00CC"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="gravecmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Ihookabove" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1EC8"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="hookcmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Imacron" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="012A"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="macroncmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Iogonek" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="012E"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="113" y="80" type="line"/>
|
||||
<point x="113" y="0" type="line"/>
|
||||
<point x="281" y="0" type="line"/>
|
||||
<point x="208" y="-84"/>
|
||||
<point x="186" y="-127"/>
|
||||
<point x="186" y="-158" type="curve" smooth="yes"/>
|
||||
<point x="186" y="-203"/>
|
||||
<point x="215" y="-227"/>
|
||||
<point x="279" y="-230" type="curve" smooth="yes"/>
|
||||
<point x="376" y="-234" type="line"/>
|
||||
<point x="386" y="-141" type="line"/>
|
||||
<point x="331" y="-137" type="line" smooth="yes"/>
|
||||
<point x="298" y="-135"/>
|
||||
<point x="290" y="-126"/>
|
||||
<point x="290" y="-106" type="curve" smooth="yes"/>
|
||||
<point x="290" y="-95"/>
|
||||
<point x="292" y="-79"/>
|
||||
<point x="347" y="0" type="curve"/>
|
||||
<point x="501" y="0" type="line"/>
|
||||
<point x="501" y="80" type="line"/>
|
||||
<point x="380" y="105" type="line"/>
|
||||
<point x="380" y="550" type="line"/>
|
||||
<point x="501" y="575" type="line"/>
|
||||
<point x="501" y="655" type="line"/>
|
||||
<point x="113" y="655" type="line"/>
|
||||
<point x="113" y="575" type="line"/>
|
||||
<point x="236" y="550" type="line"/>
|
||||
<point x="236" y="105" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Itilde" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0128"/>
|
||||
<outline>
|
||||
<component base="I"/>
|
||||
<component base="tildecmb.cap" xOffset="307"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="J" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="004A"/>
|
||||
<anchor x="470" y="691" name="aboveUC"/>
|
||||
<anchor x="470" y="651" name="aboveUCx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="329" y="-15" type="curve" smooth="yes"/>
|
||||
<point x="467" y="-15"/>
|
||||
<point x="543" y="70"/>
|
||||
<point x="543" y="195" type="curve" smooth="yes"/>
|
||||
<point x="543" y="655" type="line"/>
|
||||
<point x="398" y="655" type="line"/>
|
||||
<point x="398" y="208" type="line" smooth="yes"/>
|
||||
<point x="398" y="147"/>
|
||||
<point x="371" y="118"/>
|
||||
<point x="319" y="118" type="curve" smooth="yes"/>
|
||||
<point x="276" y="118"/>
|
||||
<point x="225" y="146"/>
|
||||
<point x="118" y="234" type="curve"/>
|
||||
<point x="30" y="128" type="line"/>
|
||||
<point x="162" y="13"/>
|
||||
<point x="237" y="-15"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Jcircumflex" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0134"/>
|
||||
<outline>
|
||||
<component base="J"/>
|
||||
<component base="circumflexcmb.cap" xOffset="470" yOffset="-10"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="K" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="004B"/>
|
||||
<anchor x="313" y="-35" name="below"/>
|
||||
<anchor x="313" y="0" name="belowx"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="223" y="655" type="line"/>
|
||||
<point x="78" y="655" type="line"/>
|
||||
<point x="78" y="0" type="line"/>
|
||||
<point x="223" y="0" type="line"/>
|
||||
<point x="223" y="313" type="line"/>
|
||||
<point x="427" y="0" type="line"/>
|
||||
<point x="604" y="0" type="line"/>
|
||||
<point x="604" y="2" type="line"/>
|
||||
<point x="377" y="339" type="line"/>
|
||||
<point x="600" y="653" type="line"/>
|
||||
<point x="600" y="655" type="line"/>
|
||||
<point x="432" y="655" type="line"/>
|
||||
<point x="223" y="343" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Kcommaaccent" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0136"/>
|
||||
<outline>
|
||||
<component base="K"/>
|
||||
<component base="uni0326" xOffset="313"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Kdotbelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E32"/>
|
||||
<outline>
|
||||
<component base="K"/>
|
||||
<component base="dotbelowcmb" xOffset="313"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Klinebelow" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="1E34"/>
|
||||
<outline>
|
||||
<component base="K"/>
|
||||
<component base="macronbelowcmb" xOffset="313"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="L.dot" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="013F"/>
|
||||
<anchor x="162" y="684" name="aboveUC"/>
|
||||
<anchor x="298" y="656" name="topright"/>
|
||||
<anchor x="360" y="-29" name="below"/>
|
||||
<outline>
|
||||
<component base="middotcat.cap" xOffset="230"/>
|
||||
<component base="L"/>
|
||||
<component base="L"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="L" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="004C"/>
|
||||
<anchor x="164" y="691" name="aboveUC"/>
|
||||
<anchor x="320" y="-35" name="below"/>
|
||||
<anchor x="358" y="655" name="topright"/>
|
||||
<outline>
|
||||
<contour>
|
||||
<point x="87" y="655" type="line"/>
|
||||
<point x="87" y="0" type="line"/>
|
||||
<point x="553" y="0" type="line"/>
|
||||
<point x="553" y="119" type="line"/>
|
||||
<point x="232" y="119" type="line"/>
|
||||
<point x="232" y="655" type="line"/>
|
||||
</contour>
|
||||
</outline>
|
||||
</glyph>
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<glyph name="Lacute" format="2">
|
||||
<advance width="614"/>
|
||||
<unicode hex="0139"/>
|
||||
<outline>
|
||||
<component base="L"/>
|
||||
<component base="acutecmb.cap" xOffset="164"/>
|
||||
</outline>
|
||||
<lib>
|
||||
<dict>
|
||||
<key>public.markColor</key>
|
||||
<string>0.7843,0.7843,0.7843,1</string>
|
||||
</dict>
|
||||
</lib>
|
||||
</glyph>
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue