清晰易读的7x7像素点阵中文字体和取模工具

Overview

FontChinese7x7

上古神器 III : 7x7像素点阵中文字体

想要在低分辨率屏幕上显示中文, 却发现中文字体实在是太大?

找了全网发现字体库最小也只有12x12?

甚至是好不容易找到了一个8x8字体, 结果发现字体收费且明确说明不得以任何形式嵌入到软件当中?

那就让这个项目来解决你的问题!

这是什么?

这个项目提供了一个叫“观致”的字体, 该字体存在于早期年代的点阵屏当中, 现已非常罕见.

该字体内置了7x7的中文点阵字体, 能够让中文字体在7x7下依然有着良好的可读性.

其他内容不需要多说想必大家也都知道了.

例如可以拿来作为报错信息:

7x7报错测试

又例如可以拿来作为提示信息:

7x7提示测试

更甚至是可以拿来做RPG游戏的相关文本内容:

7x7游戏内容测试

关于“观致”字体版权

这是一款非常老的字体, 预估已经有15-20多岁的年龄了.

因为这个字体实在是太老, 互联网上与该字体相关的页面均在2005-2010年左右, 几乎全部404, 具体的版权信息难以知晓.

但根据字体文件中的属性信息, 该字体版权方为“北京中易中标电子信息技术有限公司(Beijing Zhongyi Electronic Co., Ltd.)”, 并宣称“这是日文字体Misaki基础上补充的”.

经过查证后甚至发现原版的Misaki字体竟是一款开源字体.

本人已无渠道追溯这款“观致”字体文件的原始出处, 因此处于学习和研究的目的, 将该字体文件公开在了这里, 目的是避免这个字体消失在互联网上.

若该项目存在字体侵权, 希望版权方能够主动联系我, 我会在第一时间内将该项目撤下.

特殊提示

项目中的脚本使用了Python27+Windows GDI对字体进行7x7取模.

因为Windows10下微软对GDI有抗锯齿, 且本人并不知道如何关掉这个功能, 因此该脚本并不能完美兼容Windows10及以上版本操作系统.

建议使用Windows7虚拟机来运行该脚本以达到最好的取模效果.

当然, 如果你知道如何解决这个问题, 那么非常欢迎提出一个Pull Requests!

项目版权

除字体文件版权无法知晓外, 代码均为MIT License.

原字体文件的作者依旧保留对该字体文件的版权.

Owner
Angelic47
一只要抱抱的手绘娘&程序娘w
Angelic47
RFDesign - Protein hallucination and inpainting with RoseTTAFold

RFDesign: Protein hallucination and inpainting with RoseTTAFold Jue Wang (juewan

139 Jan 06, 2023
🍬️🦇️ Open source Trick or Treat! 🦇️🍬️

Open Source Halloween! What's an easy way to have fun, and celebrate an open source Halloween? Open source trick or treating, of course! The repositor

Research Software Engineers 3 Oct 18, 2021
Contains the code of my learning of Python OOP.

OOP Python This repository contains the code of my learning of Python OOP. All the code: is following PEP 8 ✅ has proper concept illustrations and com

Samyak Jain 2 Jan 15, 2022
Rock 💎 Paper 📝 Scissors ✂️ Lizard 🦎 Spock 🖖

Rock 💎 Paper 📝 Scissors ✂️ Lizard 🦎 Spock 🖖 If you’ve seen The Big Bang Theory, you’ve heard of a game called “Rock, Paper, Scissors, Lizard, Spoc

AmirHossein Mohammadi 16 Jun 19, 2022
Open-source library for analyzing the results produced by ABINIT

Package Continuous Integration Documentation About AbiPy is a python library to analyze the results produced by Abinit, an open-source program for the

ABINIT 91 Dec 09, 2022
Python implementation of Newton's Fractal

Newton's Fractal Animates Newton's fractal between two polynomials of the same order. Inspired by this video by 3Blue1Brown. Example fractals can be f

Jaime Liew 10 Aug 04, 2022
pybind11 — Seamless operability between C++11 and Python

pybind11 — Seamless operability between C++11 and Python Setuptools example • Scikit-build example • CMake example pybind11 is a lightweight header-on

pybind 12.1k Jan 08, 2023
Project repository of Apache Airflow, deployed on Docker in Amazon EC2 via GitLab.

Airflow on Docker in EC2 + GitLab's CI/CD Personal project for simple data pipeline using Airflow. Airflow will be installed inside Docker container,

Ammar Chalifah 13 Nov 29, 2022
DG - A(n) (unusual) programming language

DG - A(n) (unusual) programming language General structure There are no infix-operators (i.e. 1 + 1) Each operator takes 2 parameters When there are m

1 Mar 05, 2022
Async Python Circuit Breaker implementation

aiocircuitbreaker This is an async Python implementation of the circuitbreaker library. Installation The project is available on PyPI. Simply run: $ p

5 Sep 05, 2022
Update your Nintendo Switch cheats with one click, or a bit more~

Interactive-ASM-Cheats-Updater This updater unlocks your ability of updating most of the ASM cheats for Nintendo Switch. Table of Contents Functions Q

zzpong 63 Dec 27, 2022
A library for pattern matching on symbolic expressions in Python.

MatchPy is a library for pattern matching on symbolic expressions in Python. Work in progress Installation MatchPy is available via PyPI, and

High-Performance and Automatic Computing 151 Dec 24, 2022
A program made in PYTHON🐍 that automatically performs data insertions into a POSTGRES database 🐘 , using as base a .CSV file 📁 , useful in mass data insertions

A program made in PYTHON🐍 that automatically performs data insertions into a POSTGRES database 🐘 , using as base a .CSV file 📁 , useful in mass data insertions.

Davi Galdino 1 Oct 17, 2022
Python 3 script for installing kali tools on your linux machine

Python 3 script for installing kali tools on your linux machine

gh0st 2 Apr 20, 2022
Runnable Python demo of ArtLine

artline-demo How to run? pip3 install -r requirements.txt python3 app.py How to use? Run the Flask app Open localhost:5000 in browser Select an image(

Jiang Wenjian 134 Jul 29, 2022
🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

pipupgrade The missing command for pip Table of Contents Features Quick Start Usage Basic Usage Docker Environment Variables FAQ License Features Upda

Achilles Rasquinha 529 Dec 31, 2022
Yakuake session management

yman is a python script used for saving/restoring yakuake sessions (currently running commands, working directories, environment variables, tab titles)

Szymon Borecki 6 Jun 25, 2022
A simple bot that will help you in your learning and make it more fun.

hyperskill-SimpleChattyBot-python A simple bot that will help you in your learning and make it more fun. Syntax bot.py Stages Stage #1: Zuhura Bot we

1 Nov 09, 2021
Protocol Buffers for the Rest of Us

Protocol Buffers for the Rest of Us Motivation protoletariat has one goal: fixing the broken imports for the Python code generated by protoc. Usage He

Phillip Cloud 76 Jan 04, 2023
The Python Fuzzer that the world deserves 🐍

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation | How it works | Features | Use Frelatage | Conf

Rog3r 219 Dec 21, 2022