Last active
August 29, 2015 14:04
-
-
Save taroyabuki/98b381074e3c2656537d to your computer and use it in GitHub Desktop.
Adobe-Japan1-6のすべてのグリフを1ページで http://blog.unfindable.net/archives/7785
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[a4paper]{jsarticle} | |
| \usepackage[top=5mm,right=0mm,bottom=0mm,left=4mm]{geometry} | |
| \usepackage{otf} | |
| \usepackage{color} | |
| \usepackage{pgffor} | |
| \pagestyle{empty} | |
| \openup -0.2mm | |
| \newlength{\unit} | |
| \setlength\unit{1.4mm} | |
| \newcount \i | |
| \begin{document} | |
| \begin{center} | |
| Adobe-Japan1-6 Glyphs | |
| \end{center} | |
| \fontsize{4pt}{0pt}\selectfont | |
| \foreach \row in {0,...,200}{% | |
| \foreach \col in {0,...,143}{% | |
| \ifnum\i<23058 | |
| \textcolor{white}{\rule{\unit}{\unit}}% | |
| \hspace{-\unit}\makebox[\unit]{\CID{\i}}% | |
| \global\advance \i by 1 | |
| \fi% | |
| }\\% | |
| }% | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment