Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Version 2 #15

Open
wants to merge 113 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
0ad6038
Towards v2.0
ctrlcctrlv Nov 6, 2021
24cb624
PyPy no longer in use
ctrlcctrlv Nov 6, 2021
884cbca
glifpathlen no longer in use
ctrlcctrlv Nov 6, 2021
513152e
update v2 build process in README
ctrlcctrlv Nov 6, 2021
39d8bd8
Add NOVF versions of all fonts
ctrlcctrlv Dec 8, 2021
76ba924
Further progress towards 2.0, fixes build...
ctrlcctrlv Dec 25, 2021
f1d0c7e
[physics] [README] Provide link to my Processing `sketchbook`
ctrlcctrlv Dec 26, 2021
4bd3e41
Fix shape of letter “Y”, noticably strange on printout
ctrlcctrlv Dec 26, 2021
91646e7
[specimens] Fix space display
ctrlcctrlv Dec 26, 2021
aa7e234
[COLR/CPAL] Make baseline purple (color #E91E85)
ctrlcctrlv Dec 26, 2021
2940ccd
Further progress towards 2.0
ctrlcctrlv Dec 27, 2021
457be2b
Stop mixing dist files and code
ctrlcctrlv Dec 27, 2021
59c4083
Improvements to color font metadata
ctrlcctrlv Dec 27, 2021
e808e47
Offset stroke numbers so they're centered
ctrlcctrlv Dec 27, 2021
adfc861
[patterned] Add dashed fonts
ctrlcctrlv Dec 28, 2021
b6bd717
[fontinfo] Make `scripts/fudge_fontinfo.py` use `FONTFAMILY` envvar
ctrlcctrlv Dec 28, 2021
746114e
+`salt`
ctrlcctrlv Dec 29, 2021
d9c72c5
Add dist/ to .gitignore
ctrlcctrlv Dec 29, 2021
2b18045
Document Adobe problems
ctrlcctrlv Dec 29, 2021
58b0ab0
[README] fix typos
ctrlcctrlv Dec 29, 2021
19f787b
[specimens] Work around SILE bugs, remove specimens from tree
ctrlcctrlv Dec 29, 2021
86278e1
Add many glyphs missing from Google Fonts Latin Core
ctrlcctrlv Jan 6, 2022
8e8010f
Use regular hyphen glyph for soft hyphen via cmap
ctrlcctrlv Jan 6, 2022
9f4c667
Use Eth glyph for capital Vietnamese đ (Đ)
ctrlcctrlv Jan 6, 2022
5036323
Vietnamese support
ctrlcctrlv Jan 6, 2022
2a80037
Fix the FontBakery errors I care about (not all of them)
ctrlcctrlv Jan 7, 2022
95a7c34
Fix alternates, fix numr & dnom, fix salt
ctrlcctrlv Jan 9, 2022
e3b2a83
Remove outdated files
ctrlcctrlv Jan 15, 2022
13ec30c
[mark] +fontTools.feaLib to autoselect `pos base` vs `pos mark`
ctrlcctrlv Jan 15, 2022
35ab48f
Assure stroke numbers get applied to marks
ctrlcctrlv Jan 16, 2022
3455a95
Outline stroke numbers in white
ctrlcctrlv Jan 16, 2022
dc9d461
Improve fraction spacing
ctrlcctrlv Jan 16, 2022
7c0f6ce
Don't put t-bar first unless word-initial
ctrlcctrlv Jan 16, 2022
c9a87b7
Split up build data for marks by font family
ctrlcctrlv Jan 16, 2022
bc5b4c9
It'd take longer to describe all the changes than it took to make them
ctrlcctrlv Jan 16, 2022
23cf189
Add FRBAmericanPrint master source UFO
ctrlcctrlv Jan 16, 2022
449ba5f
Improve .gitignore for FRB Am. Print
ctrlcctrlv Jan 16, 2022
5bc06bf
+`make glif-refigure`
ctrlcctrlv Jan 16, 2022
6f4cb2d
I read `$(MAKE)` is to be preferred when one calls make from make
ctrlcctrlv Jan 16, 2022
6d288cf
Remove auto-generated file from repo
ctrlcctrlv Jan 16, 2022
254f1af
Remove more autogenerated files from git
ctrlcctrlv Jan 18, 2022
64ba563
Switch FRBAmericanCursive-SOURCE.ufo to glifjson
ctrlcctrlv Jan 18, 2022
cbb5470
DRY colrcpal.mk
ctrlcctrlv Jan 18, 2022
c380fea
tsv_to_mark.py → generate mkmk too when appropriate
ctrlcctrlv Jan 18, 2022
bf94530
+fea/strokes_increment.fea
ctrlcctrlv Jan 18, 2022
963c17d
[physics] Proper filename handling
ctrlcctrlv Jan 18, 2022
cd3b8f0
+`make glifjson2glif`
ctrlcctrlv Jan 18, 2022
58bcc9d
Generate fea/strokes.fea with feaLib, not bash
ctrlcctrlv Jan 18, 2022
b28bf9b
Consider tails as GDEF `mark` class
ctrlcctrlv Jan 18, 2022
e9f2e0a
[prepare_ufo] Preserve files from previous runs for debugging
ctrlcctrlv Jan 18, 2022
f1a9181
Remove tiny backwards offset from arrows
ctrlcctrlv Jan 18, 2022
2b2361d
[specimens] add numbers
ctrlcctrlv Jan 18, 2022
8558c7d
[FRBAC] Fix some path directions
ctrlcctrlv Jan 20, 2022
e2a483f
Tweak GDEF/mark classes
ctrlcctrlv Jan 20, 2022
512a4fc
Hide both types of .glif files from Git
ctrlcctrlv Jan 20, 2022
c9382e7
[patterned] use DASHLEN=0 not ≈f32::EPSILON
ctrlcctrlv Jan 20, 2022
16d5d71
lookupflag's carry over implicitly, so declare 0 explicitly
ctrlcctrlv Jan 20, 2022
2ccbc4c
+XOLR, see googlefonts/color-fonts#93
ctrlcctrlv Jan 21, 2022
3ae9800
This cache was a failure.
ctrlcctrlv Jan 21, 2022
4a64d75
Fix CWS failures
ctrlcctrlv Jan 21, 2022
6ab91fe
More complex `frac` OTL
ctrlcctrlv Jan 21, 2022
702ab6b
Use feaLib to write GDEF. See ctrlcctrlv/fonttools@8770c593f42e90a745…
ctrlcctrlv Jan 21, 2022
9498fcf
minor improvements
ctrlcctrlv Jan 21, 2022
e5b041f
+tails.fea
ctrlcctrlv Jan 21, 2022
77174fa
Fix some empty piecewises, fix some Cyrillic stroke orders
ctrlcctrlv Jan 21, 2022
70174c4
Fix build of FRBAP
ctrlcctrlv Jan 21, 2022
6a7e0fd
Move `make dist` to own Make submodule, put in main build
ctrlcctrlv Jan 21, 2022
d1a24ea
Split `make monoline-stroke` from destructive UFO creation (`make mon…
ctrlcctrlv Jan 21, 2022
0333d8d
[colrcpal/just] [build] More æsthetic GNU parallel output
ctrlcctrlv Jan 21, 2022
31694f3
Add a few forgotten files
ctrlcctrlv Jan 21, 2022
c8993d0
Processing's `exit` doesn't exit until `draw` returns
ctrlcctrlv Jan 21, 2022
a07061b
Fix `make dist`
ctrlcctrlv Jan 21, 2022
1128d5e
TTF generation
ctrlcctrlv Jan 21, 2022
79099ab
TTF distribution
ctrlcctrlv Jan 21, 2022
29df4ac
Remove missed autogenerated/unused feature files
ctrlcctrlv Jan 21, 2022
01187aa
[patterned] Add curve points to help Skia to straight line segments
ctrlcctrlv Jan 21, 2022
02bf26b
Genericize designspace, make usable by FRBAP
ctrlcctrlv Jan 21, 2022
8b95531
Add some better ttfautohint flags
ctrlcctrlv Jan 21, 2022
f863a1c
[FRBAC] Tweak some Cyrillic capitals
ctrlcctrlv Jan 21, 2022
e2c05f5
rv mistaken move of Makefile include
ctrlcctrlv Jan 21, 2022
a060470
Color `__combstroke${i}.big`
ctrlcctrlv Jan 21, 2022
abea6be
[COLR/CPAL] Add debug colrglyphs-ufo build
ctrlcctrlv Jan 22, 2022
3ea0f2a
Make `cyr_A.rlow` glyph union possible for Skia?
ctrlcctrlv Jan 22, 2022
8301c0b
[monoline] Oops—don't stroke __combstroke numbers!
ctrlcctrlv Jan 22, 2022
fe659d6
Add ttfautohint -a flag to build_data
ctrlcctrlv Jan 22, 2022
5e9e287
Reset high/low join to whole integers for TTF
ctrlcctrlv Jan 23, 2022
9456726
Improve TTF generation
ctrlcctrlv Jan 23, 2022
a45ff35
for f in numbers.ufo/glyphs/* { MFEKpathops REFIGURE -i $f }
ctrlcctrlv Jan 23, 2022
50bd456
[fudge] styleMapStyleName is all lowercase
ctrlcctrlv Jan 23, 2022
153ba1e
+`scripts/fake_ufo_glyphOrder.py` (adopted from @frankrolf comment)
Jan 23, 2022
d38476f
AFDKO checkoutlinesufo deoverlap if `PRODUCTION=y`
ctrlcctrlv Jan 23, 2022
4cdb407
+forgotten file: scripts/dist/ttc.sh
ctrlcctrlv Jan 23, 2022
37a0916
Put #'s in comments due to rejected fonttools/fonttools#2512.
ctrlcctrlv Jan 25, 2022
ac1834f
Work around adobe-type-tools/afdko#1463.
ctrlcctrlv Jan 25, 2022
730dda5
Prevent stroke numbers on baseline by moving marks before adding them
ctrlcctrlv Jan 27, 2022
f1c7b52
DEBUG → INFO for COLR/CPAL. Too much stdout flood otherwise
ctrlcctrlv Jan 27, 2022
466eead
Fix dist archive build order
ctrlcctrlv Jan 27, 2022
5ff300a
Only consider glyph names in `xidel` commands…
ctrlcctrlv Jan 30, 2022
2203154
Split strokes of capital/lower p; merge one of numero
ctrlcctrlv Jan 30, 2022
2e78a52
+`REGULAR_IS_ITALIC` envvar for fudge_fontinfo
ctrlcctrlv Jan 30, 2022
d887f15
[patterned] use `grep -rl <point` instead of `find` for glyph list
ctrlcctrlv Jan 30, 2022
d9ef93b
Rethink Makefile layout
ctrlcctrlv Dec 19, 2022
99e1e09
Clarify installation instructions
ctrlcctrlv Dec 19, 2022
27bb814
Fix physics
ctrlcctrlv Dec 19, 2022
d7d8bef
README: Clarify build process w/new Makefiles
ctrlcctrlv Dec 19, 2022
afe03db
More sane specimen generation thanks to sile-typesetter/sile#1662.
ctrlcctrlv Dec 19, 2022
902989d
Add support for Turkish language (+Şş)
ctrlcctrlv Dec 19, 2022
99dd0ad
Fix Cyrillic Yo (Ёё)
ctrlcctrlv Dec 19, 2022
861539c
Use `ulimit` to improve Processing `physics` run
ctrlcctrlv Dec 21, 2022
5190f80
+.gitmodules
ctrlcctrlv Sep 30, 2023
f769709
Python requirements.txt file
ctrlcctrlv Sep 30, 2023
c57c107
[mk/patterned] use `nproc`
ctrlcctrlv Sep 30, 2023
93b22b3
[mk] misc. fixes
ctrlcctrlv Sep 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
__pycache__/
py_environment/
# nuitka
*.bin/
*.build/
*.dist/
#
/inspiration/
/build/
/dist/
.build/
.dist/
*.zip
*.bak
*.ufo/**/*.svg
specimens/*.png
specimens/*.pdf
# fonts rely on glifjson and MFEKglif --export
FRBAmericanPrint-SOURCE.ufo/glyphs/*.glif
FRBAmericanCursive-SOURCE.ufo/glyphs/*.glif
# auto-generated fea
/fea/classes.fea
/fea/GDEF.fea
/fea/ccmp.fea
/fea/mark.fea
/fea/strokes.fea
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sketchbook"]
path = sketchbook
url = https://github.com/ctrlcctrlv/FRBAmericanCursive-processing-sketchbook
15 changes: 9 additions & 6 deletions FRBAmericanCursive-SOURCE.ufo/features.fea
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ languagesystem DFLT dflt;
languagesystem latn dflt;
languagesystem cyrl dflt;

#table GDEF {
# GlyphClassDef @GDEF_Simple, , , ;
#
#} GDEF;

include(../fea/GDEF.fea);
include(../fea/classes.fea);
include(../fea/mark.fea);
include(../fea/ccmp.fea);
include(../fea/mark.fea);
include(../fea/mkmk.fea);
include(strokes_mark.fea);
include(../fea/frac.fea);
include(../fea/Latn.fea);
include(../fea/Cyrl.fea);
include(../fea/salt.fea);
include(../fea/tails.fea);
include(../fea/strokes.fea);
include(../fea/strokes_increment.fea);

# vim: set ts=4 sw=4 expandtab:
282 changes: 167 additions & 115 deletions FRBAmericanCursive-SOURCE.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,160 +3,204 @@
<plist version="1.0">
<dict>
<key>ascender</key>
<integer>650</integer>
<real>650</real>
<key>descender</key>
<real>-350</real>
<key>openTypeOS2WinAscent</key>
<integer>667</integer>
<key>openTypeOS2WinDescent</key>
<integer>350</integer>
<key>openTypeHheaAscender</key>
<integer>650</integer>
<key>openTypeHheaDescender</key>
<integer>-350</integer>
<key>xHeight</key>
<integer>264</integer>
<key>openTypeHheaLineGap</key>
<integer>0</integer>
<key>openTypeOS2TypoLineGap</key>
<integer>0</integer>
<key>capHeight</key>
<integer>540</integer>
<key>openTypeOS2TypoDescender</key>
<integer>291</integer>
<key>copyright</key>
<string>Copyright 2021 Fredrick R. Brennan</string>
<string>Copyright 2021 The FRB American Cursive Project Authors (https://github.com/ctrlcctrlv/FRBAmericanCursive)</string>
<key>familyName</key>
<string>FRB American Cursive</string>
<key>guidelines</key>
<array>
<dict>
<key>angle</key>
<real>0.0</real>
<key>x</key>
<real>500.0</real>
<real>500</real>
<key>y</key>
<real>-291.0</real>
<real>-291</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>tail</string>
</dict>
<dict>
<key>angle</key>
<real>0.0</real>
<key>x</key>
<real>500.0</real>
<real>0</real>
<key>y</key>
<real>171.16</real>
<real>171</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>high join</string>
</dict>
<dict>
<key>angle</key>
<real>0.0</real>
<key>x</key>
<real>500.0</real>
<real>0</real>
<key>y</key>
<real>76.6639</real>
<real>77</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>low join</string>
</dict>
<dict>
<key>angle</key>
<real>0.0</real>
<key>x</key>
<real>500.0</real>
<real>0</real>
<key>y</key>
<real>540.953</real>
<real>540</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>cap height</string>
</dict>
<dict>
<key>angle</key>
<real>0.0</real>
<key>x</key>
<real>625.0</real>
<real>625</real>
<key>y</key>
<real>264.48</real>
<real>264</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>x height</string>
</dict>
<dict>
<key>x</key>
<real>0</real>
<key>y</key>
<real>50</real>
<key>angle</key>
<real>0.0</real>
<real>0</real>
<key>name</key>
<string>dnom.top</string>
</dict>
<dict>
<key>x</key>
<real>625.0</real>
<real>0</real>
<key>y</key>
<real>0.271484</real>
<real>550</real>
<key>angle</key>
<real>0</real>
<key>name</key>
<string>numr.top</string>
</dict>
</array>
<key>italicAngle</key>
<real>-25.0</real>
<real>-25</real>
<key>openTypeOS2VendorID</key>
<string>MFEK</string>
<key>openTypeHeadCreated</key>
<string>2021/01/04 01:14:38</string>
<key>openTypeHheaAscender</key>
<integer>650</integer>
<key>openTypeHheaDescender</key>
<integer>-350</integer>
<key>openTypeHheaLineGap</key>
<integer>0</integer>
<key>openTypeNameLicense</key>
<string> GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The GNU General Public License is a free, copyleft license for
software and other kinds of works.

The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.

When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.

Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

The precise terms and conditions for copying, distribution and
modification follow.

(Due to the technical limitations of the `name` table, it is impossible
to put the full license text here. Please see the LICENSE file in the
archive for the full terms and conditions, or visit
&lt;https://www.gnu.org/licenses/gpl-3.0.txt&gt;.)
</string>
<string>This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION &amp; CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.</string>
<key>openTypeNameLicenseURL</key>
<string>https://www.gnu.org/licenses/gpl-3.0.txt</string>
<string>https://scripts.sil.org/OFL</string>
<key>openTypeNameVersion</key>
<string>Version 1.2.1</string>
<string>Version 2.0;Modular Font Editor K font №1</string>
<key>openTypeOS2TypoDescender</key>
<integer>-350</integer>
<key>postscriptFontName</key>
<string>FRBAmericanCursive-Regular</string>
<key>postscriptFullName</key>
Expand All @@ -176,8 +220,16 @@ archive for the full terms and conditions, or visit
<key>unitsPerEm</key>
<integer>1000</integer>
<key>versionMajor</key>
<integer>1</integer>
<key>versionMinor</key>
<integer>2</integer>
<key>versionMinor</key>
<integer>0</integer>
<key>xHeight</key>
<integer>264</integer>
<key>openTypeOS2Selection</key>
<array>
<integer>7</integer>
</array>
<key>openTypeOS2Type</key>
<array/>
</dict>
</plist>
Loading