Skip to content

Commit

Permalink
Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
rishubil committed Jun 4, 2024
0 parents commit 8c06967
Show file tree
Hide file tree
Showing 140 changed files with 698 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__/
*.py[cod]

.vscode/
109 changes: 109 additions & 0 deletions OFL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
Copyright (c) 2024, Nesswit ([email protected]),
with Reserved Font Name INAFFont Meconopsis.

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:
https\://openfontlicense.org
 

\----------------------------------------------------------------------

#### 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 & 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.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# INAFFont

[Ninomae Ina’nis](https://hololive.hololivepro.com/en/talents/ninomae-inanis/)의 아트워크에 사용하는 특징적인 글리프를 폰트로 만들었습니다.

글리프를 알 수 없는 일부 문자는 다른 글리프와 비슷하게 보이도록 추정하여 만들었으므로, 실제 글리프와 다를 수 있습니다.

## 사용 가능한 폰트

- INAFFont Meconopsis: [MECONOPSIS](https://www.youtube.com/watch?v=XzkNg89Cq9Y) MV에 사용된 글리프를 바탕으로 만든 폰트입니다.

## License

SIL OPEN FONT LICENSE Version 1.1
16 changes: 16 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
echo Configuring the system path to add FontForge...
set "FF=C:\Program Files (x86)\FontForgeBuilds\"
set "PYTHONHOME=%FF%"

if not defined FF_PATH_ADDED (
set "PATH=%FF%;%FF%\bin;%PATH:"=%"
set FF_PATH_ADDED=TRUE
)

for /F "tokens=* USEBACKQ" %%f IN (`dir /b "%FF%lib\python*"`) do (
set "PYTHONPATH=%FF%lib\%%f"
)

ffpython .\svg_to_font.py --svg-dir .\inaffont-meconopsis\regular-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis" --weight-name "Regular" --output "./dist/inaffont-meconopsis-regular.otf"
ffpython .\svg_to_font.py --svg-dir .\inaffont-meconopsis\bold-glyphs --family-name "INAFFont Meconopsis" --font-name "INAFFont Meconopsis" --weight-name "Bold" --output "./dist/inaffont-meconopsis-bold.otf"
Binary file added dist/inaffont-meconopsis-bold.otf
Binary file not shown.
Binary file added dist/inaffont-meconopsis-regular.otf
Binary file not shown.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0020-space.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0027-apostrophe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/002c-comma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/002e-period.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0030-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0031-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0032-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0033-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0034-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0035-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0036-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0037-7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0038-8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0039-9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0041-A.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0042-B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0043-C.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0044-D.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0045-E.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0046-F.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0047-G.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0048-H.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0049-I.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004a-J.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004b-K.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004c-L.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004d-M.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004e-N.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/004f-O.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0050-P.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0051-Q.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0052-R.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0053-S.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0054-T.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0055-U.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0056-V.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0057-W.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0058-X.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0059-Y.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/005A-Z.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0061-a.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0062-b.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0063-c.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0064-d.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0065-e.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0066-f.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0067-g.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0068-h.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/0069-i.svg
3 changes: 3 additions & 0 deletions inaffont-meconopsis/bold-glyphs/006a-j.svg
Loading

0 comments on commit 8c06967

Please sign in to comment.