清晰易读的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
Versión preliminar análisis general de Covid-19 en Colombia

Covid_Colombia_v09 Versión: Python 3.8.8 1/ La base de datos del Ministerio de Salud (Minsalud Colombia) está en https://www.datos.gov.co/Salud-y-Prot

Julián Gómez 1 Jan 30, 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
Python pyside2 kütüphanesi ile oluşturduğum drone için yer kontrol istasyonu yazılımı.

Ground Control Station (Yer Kontrol İstasyonu) Teknofest yarışmasında yerlilik kısmında Yer Kontrol İstasyonu yazılımı seçeneği bulunuyordu. Bu yüzden

Emirhan Bülbül 4 May 14, 2022
Free APN For Python

Free APN For Python

XENZI GANZZ 4 Apr 22, 2022
This library is an abstraction for Splunk-related development, maintenance, or migration operations

This library is an abstraction for Splunk-related development, maintenance, or migration operations. It provides a single CLI or SDK to conveniently perform various operations such as managing a loca

NEXTPART 6 Dec 21, 2022
GEGVL: Google Earth Based Geoscience Video Library

Google Earth Based Geoscience Video Library is transforming to Server Based. The

3 Feb 11, 2022
A conda-smithy repository for boost-histogram.

The official Boost.Histogram Python bindings. Provides fast, efficient histogramming with a variety of different storages combined with dozens of composable axes. Part of the Scikit-HEP family.

conda-forge 0 Dec 17, 2021
Repository to store sample python programs for python learning

py Repository to store sample Python programs. This repository is meant for beginners to assist them in their learning of Python. The repository cover

codebasics 5.8k Dec 30, 2022
Wordle is fun, so let's ruin it with computers.

ruin-wordle Wordle is fun, so let's ruin it with computers. Metrics This repository assesses two metrics about each algorithm: Success: how many of th

Charles Tapley Hoyt 11 Feb 11, 2022
A wrapper around the python Tkinter library for customizable and modern ui-elements in Tkinter

CustomTkinter With CustomTkinter you can create modern looking user interfaces in python with tkinter. CustomTkinter is a tkinter extension which prov

4.9k Jan 02, 2023
[Cython] Vs [Python] Which one is Faster ?

[Cython] Vs [Python] ? Attractive Contrast :) Mission : Which one is Faster ? Comparing of Execution runtime for [Selection_sort] with Time Complexity

baqer marani 1 Dec 05, 2021
Python Repository for Bachelor Ski Sign.

BachelorSkiSign Python Repository for Bachelor Ski Sign. This application reads data from https://bachelorapi.azurewebsites.net/ It is written in Ciru

Winston 1 Jan 04, 2022
Zeus is an open source flight intellingence tool which supports more than 13,000+ airlines and 250+ countries.

Zeus Zeus is an open source flight intellingence tool which supports more than 13,000+ airlines and 250+ countries. Any flight worldwide, at your fing

DeVickey 1 Oct 22, 2021
Kivy program for identification & rotation sensing of objects on multi-touch tables.

ObjectViz ObjectViz is a multitouch object detection solution, enabling you to create physical markers out of any reliable multitouch solution. It's e

TangibleDisplay 8 Apr 04, 2022
Santa's kitchen helper for python

Santa's Kitchen Helper Introduction/Overview Contents UX User Stories Design Wireframes Color Scheme Typography Imagery Features Exisiting Features Fe

Paul Browne 4 May 31, 2022
Interactivity Lab: Household Pulse Explorable

Interactivity Lab: Household Pulse Explorable Goal: Build an interactive application that incorporates fundamental Streamlit components to offer a cur

1 Feb 10, 2022
Demo Python project using Conda and Poetry

Conda Poetry This is a demonstration of how Conda and Poetry can be used in a Python project for dev dependency management and production deployment.

Ryan Allen 2 Apr 26, 2022
Sigma coding youtube - This is a collection of all the code that can be found on my YouTube channel Sigma Coding.

Sigma Coding Tutorials & Resources YouTube • Facebook Support Sigma Coding Patreon • GitHub Sponsor • Shop Amazon Table of Contents Overview Topics Re

Alex Reed 927 Jan 08, 2023
Interactive class notebooks for ECE4076 Computer Vision, weeks 1 - 6

ECE4076 Interactive class notebooks for ECE4076 Computer Vision, weeks 1 - 6. ECE4076 is a computer vision unit at Monash University, covering both cl

Michael Burke 9 Jun 16, 2022
This code extracts line width of phonons from specular energy density (SED) calculated with LAMMPS.

This code extracts line width of phonons from specular energy density (SED) calculated with LAMMPS.

Masato Ohnishi 3 Jun 15, 2022