All Projects → adobe-fonts → Source Han Code Jp

adobe-fonts / Source Han Code Jp

Licence: ofl-1.1
Source Han Code JP | 源ノ角ゴシック Code

Projects that are alternatives of or similar to Source Han Code Jp

Adobe Variable Font Prototype
Variable font example in OpenType-CFF2 & TrueType formats
Stars: ✭ 116 (-91.48%)
Mutual labels:  font, opentype, otf
Source Han Serif
Source Han Serif | 思源宋体 | 思源宋體 | 思源宋體 香港 | 源ノ明朝 | 본명조
Stars: ✭ 5,920 (+334.65%)
Mutual labels:  font, opentype, otf
chiron-sans-hk
昭源黑體:現代筆形風格,平衡標準字形和印刷體慣用筆形的免費開源黑體字型
Stars: ✭ 131 (-90.38%)
Mutual labels:  font, opentype, otf
Opentype.js
Read and write OpenType fonts using JavaScript.
Stars: ✭ 3,393 (+149.12%)
Mutual labels:  font, opentype, otf
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (-81.94%)
Mutual labels:  font, opentype, otf
font-v
Font version string reporting and modification library + executable tool
Stars: ✭ 15 (-98.9%)
Mutual labels:  font, opentype, otf
Source Han Sans
Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕
Stars: ✭ 10,181 (+647.5%)
Mutual labels:  font, opentype, otf
Yakuhanjp
Yakumono-Hankaku Only Web Fonts
Stars: ✭ 288 (-78.85%)
Mutual labels:  japanese, font
Pokemon Font
GAME BOY font from Pokémon R/G/B/Y/G/S/C, Unicode extended.
Stars: ✭ 437 (-67.91%)
Mutual labels:  japanese, font
Libertinus
The Libertinus font family
Stars: ✭ 518 (-61.97%)
Mutual labels:  font, opentype
Rusttype
Mirror of https://gitlab.redox-os.org/redox-os/rusttype
Stars: ✭ 521 (-61.75%)
Mutual labels:  font, opentype
Hasklig
Hasklig - a code font with monospaced ligatures
Stars: ✭ 5,145 (+277.75%)
Mutual labels:  font, otf
Source Han Mono
Source Han Mono | 思源等宽 | 思源等寬 | 思源等寬 香港 | 源ノ等幅 | 본모노
Stars: ✭ 591 (-56.61%)
Mutual labels:  font, opentype
Xits
XITS - OpenType implementation of STIX fonts with math support
Stars: ✭ 257 (-81.13%)
Mutual labels:  font, opentype
Fontdue
The fastest font renderer in the world, written in pure rust.
Stars: ✭ 499 (-63.36%)
Mutual labels:  font, opentype
pixel font
All-in-one tool for creating TrueType outline fonts from bitmap glyph data, purely written in Elixir.
Stars: ✭ 16 (-98.83%)
Mutual labels:  opentype, otf
rapid-arrows-font
OTF comic font
Stars: ✭ 30 (-97.8%)
Mutual labels:  font, opentype
Awesome Typography
✏︎ Curated list about digital typography 🔥
Stars: ✭ 947 (-30.47%)
Mutual labels:  opentype, otf
Glow Sans
SHSans-derived CJK font family with a more concise & modern look. 未来荧黑·未來熒黑·ヒカリ角ゴ:基于思源黑体改造,拥有粗度和宽度系列,更加简明现代的超大字体家族。
Stars: ✭ 762 (-44.05%)
Mutual labels:  font, otf
Stories About Ming Dynasty
明朝那些事儿(全七卷)
Stars: ✭ 52 (-96.18%)
Mutual labels:  font, otf

English / 日本語

2020-11-25 Release Notes

Removed SVG table to avoid problems with syntax highlihting as reported in Issue #17.

2018-04-17 Release Notes

Source Han Code JP Version 2.010 is released. This version supports style-linking in apps that include 'B' (Bold) and 'I' (Italic) buttons in their font menu. The sorting of the font names in some apps is also improved.

Changes:

  • U+2423 '␣' OPEN BOX now has a monospaced horizontal advance of 667 units (the previous version used 1000 units). See Issue #12.

  • Style-linking is now supported correctly, meaning that you can access 'Bold' and 'Italic' styles by pressing the 'B' or 'I' buttons in apps that support style linking.

  • Fixed the issue that the Source Han Code JP family was not grouped in the 'Fonts' folder of Windows 10.

  • Fixed the issue that the Source Han Code JP family was not grouped in the font menu of MS Office apps.

  • Improved the syntax of the SVG glyph data.

  • Added the 'ss01' and 'ss02' GSUB features for color to Black&White and Black&White to color glyph substitution, respectively.

  • Removed 'addSVGtable.py' from the repository as you can now get this Python script from the opentype-svg project.

Source Han Code JP

Source Han Code JP is a derivative of Source Han Sans that replaces its proportional Latin glyphs with fixed-width 667-unit glyphs from Source Code Pro. The Latin glyphs are scaled to match the glyphs for Japanese kana and kanji, and their widths are adjusted to be exactly 667 units (two-thirds of an EM). Source Han Code JP is intended to be used as a UI font for mixed Latin and Japanese text on displays, for programming, editing HTML/CSS, viewing text or inputing to the command line in a terminal app, and so on.

Source Han Code JP is based on the Japanese subset of Source Han Sans, Source Han Sans JP, whose glyph set supports only Japanese.

  • Screenshots for Source Han Code JP

alt text

alt text

  • Version 2.0 supports Greek, Cyrillic, Roman Italic and a few emoji glyphs. Now Source Han Code JP is Non-Iatlic and Italic 14 fonts family. These emojis have been given color versions that will appear in apps or browsers that support OpenType SVG table.

alt text

alt text

Download the fonts

Changes from the original Source Han Sans JP

Proportional Latin glyphs that were replaced with fixed-width 667-unit versions:

Italic glyphs that were added to version 2.0 :

Full-width emoji glyphs that were added to version 2.0 :

Proportional glyphs that are removed from the original Source Han Sans JP :

Source Han Code JP does not support any GPOS features.

Building the fonts

Requirements

To build the binary font files from source, you need to have installed the Adobe Font Development Kit for OpenType (AFDKO). The AFDKO tools are widely used for font development today, and are part of most font editor applications.

Building all fonts

For convenience, a shell script named commands.sh is provided in the root directory. To run addSVGtable.py which allows to add SVG files into a font will require fonttools version 2.5 and later :

$ ./commands.sh

You can use commands_superotc.sh to make a super otc that will be bound all of fonts in one single file :

$ ./commands_subroutinize_otc.sh

Installation notes

After installing in OS X, if you cannot find the fonts in the font menu of an app, or if the fonts cannot be selected in an app, please try the following steps to reset the font cache:

  1. Copy fonts (OTFs or OTC) to the /Library/Fonts/ or ~/Library/Fonts/ directory.
  2. Run the following command line in the Terminal app:
    $ sudo atsutil databases -remove
  3. Logout from or restart OS X.

The original open source fonts from which Source Han Code JP was derived

2018-04-02 Note

*SVG font causes an error when saving an Adobe Illustrator file was fixed in version 22.1.

2017-11-22 Note

  • The CID-keyed OpenType SVG issue was fixed in InDesign CC Version 13.0.1.

2017-11-4 Note

  • Can't save Source Han Code JP in Adobe Illustrator CC

We are aware that Adobe Illustrator CC fails to save a document that uses Source Han Code JP that results in an "An unknown error has occurred." dialog appearing. This issue has been reported to the Illustrator team. This issue seems to affect CID-keyed OpenType/CFF fonts that include an 'SVG ' table, such as Source Han Code JP. An interim solution is to simply uncheck the "Create PDF Compatible File" option in the Save dialog's options. InDesign CC has a similar issue in its PDF export option, and unfortunately, we are not aware of a similar work-around.

Please visit OpenType SVG Fonts in Creative Cloud Apps more details.

Getting Involved

Send suggestions for changes to the Source Han Code project maintainer, Masataka Hattori, for consideration.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].