Migrate to ansible
This commit is contained in:
parent
fe6f69d133
commit
2ecdd525c7
195 changed files with 5314 additions and 57124 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,3 +1,17 @@
|
|||
/i3/scripts/weather
|
||||
/emacs.d/private-literate.org
|
||||
/programas/*
|
||||
*.pyc
|
||||
*cache*
|
||||
roles/*/molecule/default/.molecule
|
||||
roles/docker
|
||||
roles/emacs
|
||||
roles/emacs-dotfiles
|
||||
roles/fonts
|
||||
roles/i3blocks-gaps
|
||||
roles/i3-gaps
|
||||
roles/qutebrowser
|
||||
roles/slim
|
||||
roles/syncthing
|
||||
roles/syncthing-inotify
|
||||
roles/termite
|
||||
roles/virtualbos
|
||||
roles/virtualenvwrapper
|
||||
roles/vte-ng
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "powerlevel9k"]
|
||||
path = shell/zsh_custom_themes/powerlevel9k
|
||||
url = https://github.com/bhilburn/powerlevel9k.git
|
4
.yamllint
Normal file
4
.yamllint
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends: relaxed
|
||||
truthy: disable
|
||||
rules: {line-length: {max: 130}}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
USERID=`id -u`
|
||||
if [[ ! -e /tmp/emacs$USERID/server ]]
|
||||
then
|
||||
emacs --daemon
|
||||
emacsclient -c -n -e '(load-file "/tmp/powerline.el")' -e "(org-agenda-list)"
|
||||
else
|
||||
emacsclient -c -n -e "(org-agenda-list)"
|
||||
fi
|
File diff suppressed because it is too large
Load diff
|
@ -1,41 +0,0 @@
|
|||
;; Antes que nada, quitamos del path el org-mode que viene con emacs, por que es viejo
|
||||
|
||||
;; Added by Package.el. This must come before configurations of
|
||||
;; installed packages. Don't delete this line. If you don't want it,
|
||||
;; just comment it out by adding a semicolon to the start of the line.
|
||||
;; You may delete these explanatory comments.
|
||||
(package-initialize)
|
||||
|
||||
(dolist (val load-path)
|
||||
(if (string-match "lisp\/org" val)
|
||||
(progn
|
||||
(setq org-viejo val)
|
||||
(delete val load-path))))
|
||||
|
||||
;; Se añade la ruta del org-mode nuevo
|
||||
(add-to-list 'load-path (concat user-emacs-directory "el-get/org-mode-maint/lisp/"))
|
||||
|
||||
;; Se intenta cargar el org-mode más nuevo. Si falla, vuelve a añadir al path la versión vieja para poder cargar el fichero de configuración
|
||||
(unless (require 'org nil 'noerror)
|
||||
(add-to-list 'load-path org-viejo))
|
||||
|
||||
;; Se carga la configuración pública y la privada
|
||||
(message "Evaluating init-literate.org")
|
||||
(org-babel-load-file (concat user-emacs-directory "init-literate.org"))
|
||||
(message "Evaluating private-literate.org")
|
||||
(org-babel-load-file (concat user-emacs-directory "private-literate.org"))
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("71ecffba18621354a1be303687f33b84788e13f40141580fa81e7840752d31bf" default)))
|
||||
(put 'upcase-region 'disabled nil)
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 107 :width normal)))))
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +0,0 @@
|
|||
6
|
||||
drift.pcf drift
|
||||
noxis.pcf noxis
|
||||
terminalpants.pcf -ppants-terminalpants-medium-r-normal--12-120-75-75-c-60-iso8859-1
|
||||
terminusicons.pcf -xos4-terminus2-medium-r-normal--12-120-72-72-c-60-iso8859-1
|
||||
terminusicons2.pcf -xos4-terminusicons2-medium-r-normal--12-120-72-72-c-60-iso8859-1
|
||||
terminusicons2mono.bdf -xos4-terminusicons2mono-medium-r-normal--12-120-72-72-m-60-iso8859-1
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -1,77 +0,0 @@
|
|||
Ohsnap is a monospaced bitmap font based on Artwiz Snap (http://artwizaleczapka.sourceforge.net/).
|
||||
|
||||
There are ISO8859-1 versions, versions with status icons, consolefonts and I started working on ISO10646-1 versions. All have bold too.
|
||||
There are four sizes now: 6x11, 7x12, 6x13 and 7x14.
|
||||
|
||||
each size has 8 fonts, for example:
|
||||
ohsnap6x11r.pcf (6x11 medium iso8859-1)
|
||||
ohsnap6x11b.pcf (6x11 bold iso8859-1)
|
||||
ohsnap6x11r.icons.pcf (6x11 medium with status icons)
|
||||
ohsnap6x11b.icons.pcf (6x11 bold with status icons)
|
||||
ohsnapu6x11r.pcf (6x11 medium iso10646-1)
|
||||
ohsnapu6x11b.pcf (6x11 bold iso10646-1)
|
||||
ohsnap6x11r.psfu (6x11 medium consolefont)
|
||||
ohsnap6x11b.psfu (6x11 bold consolefont)
|
||||
|
||||
You can use xfontsel to get the full names.
|
||||
|
||||
To install manually system-wide, copy the .pcf files to /usr/share/fonts/local and the .psfu files to /usr/share/kbd/consolefonts.
|
||||
|
||||
Then do:
|
||||
sudo fc-cache -fs
|
||||
sudo mkfontscale /usr/share/fonts/local
|
||||
sudo mkfontdir /usr/share/fonts/local
|
||||
|
||||
And make sure you have something like this in your .xinitrc:
|
||||
xset +fp /usr/share/fonts/local
|
||||
xset fp rehash
|
||||
|
||||
I would recommend trying to use the ISO10646-1 versions first and use the ISO8859-1 versions as fallback.
|
||||
|
||||
To use the ISO10646-1:
|
||||
-*-ohsnapu-medium-r-normal-*-11-*-*-*-*-*-*-*
|
||||
-*-ohsnapu-bold-r-normal-*-11-*-*-*-*-*-*-*
|
||||
|
||||
For the ISO8859-1:
|
||||
-*-ohsnap-medium-r-normal-*-11-*-*-*-*-*-*-*
|
||||
-*-ohsnap-bold-r-normal-*-11-*-*-*-*-*-*-*
|
||||
|
||||
The icon versions have status "icons" that I drew into the font. The inspiration for the icons came from lokaltog (https://github.com/Lokaltog) and his post in the dwm
|
||||
(http://dwm.suckless.org) hackers thread on the Arch Linux forums (https://bbs.archlinux.org/viewtopic.php?pid=724236#p724236).
|
||||
|
||||
To use the icon versions:
|
||||
-*-ohsnap.icons-medium-r-normal-*-11-*-*-*-*-*-*-*
|
||||
-*-ohsnap.icons-bold-r-normal-*-11-*-*-*-*-*-*-*
|
||||
|
||||
You can use xfd to view the font. (xfd -fn -misc-ohsnap.icons-medium-r-normal--11-79-100-100-c-60-iso8859-1)
|
||||
|
||||
From a terminal, you can do something like:
|
||||
echo -e '\xB7' to display a clock icon for example and then copy the output to a script or your config.h.
|
||||
|
||||
You can also use pcf2bdf to convert the .pcf fonts to .bdf and then use gbdfed (http://sofia.nmsu.edu/~mleisher/Software/gbdfed/) to view and edit the font.
|
||||
To convert from .pcf to .bdf: (pcf2bdf -o ohsnap6x11r.bdf ohsnap6x11r.pcf).
|
||||
Then use bdftopcf to convert it back: (bdftopcf -o ohsnap6x11r.pcf ohsnap6x11r.bdf).
|
||||
Reinstall.
|
||||
|
||||
You can check out the ohsnap thread on the forums (https://bbs.archlinux.org/viewtopic.php?id=130562&p=1) for screenshots and discussion.
|
||||
|
||||
A better solution for icons (at least for dwm, which I originally made these for) might be to use stlarch_font (https:sourceforge.net/projects/stlarch_font/).
|
||||
See the README.stlarch for more info.
|
||||
|
||||
To try the consolefont, you can do: setfont ohsnap6x11r for example. See your distros documentation for a more permanent solution.
|
||||
|
||||
Created by stlarch (stlarchie@gmail.com)
|
||||
|
||||
Released under GPLv2 license. (http://www.gnu.org/licenses/gpl-2.0.html)
|
||||
|
||||
Changes in version 1.7.5: Added consolefonts and ISO10646-1 versions and dropped the 8x15 and 8x17 sizes.
|
||||
|
||||
Changes in version 1.7.6: Fixes.
|
||||
|
||||
Changes in version 1.7.7: A few more fixes to the 6x11 bold.
|
||||
|
||||
Changes in version 1.7.8: A couple fixes to the iso10646-1 versions.
|
||||
|
||||
Changes in version 1.7.9: Added a new size, 6x13, and a few other changes, mainly to the 7x14.
|
||||
|
||||
Changes in version 1.8.0: Fixed the mapping table on the consolefonts.
|
|
@ -1,25 +0,0 @@
|
|||
24
|
||||
ohsnap6x11b.icons.pcf -misc-ohsnap.icons-bold-r-normal--11-79-100-100-c-60-iso8859-1
|
||||
ohsnap6x11b.pcf -misc-ohsnap-bold-r-normal--11-79-100-100-c-60-iso8859-1
|
||||
ohsnap6x11r.icons.pcf -misc-ohsnap.icons-medium-r-normal--11-79-100-100-c-60-iso8859-1
|
||||
ohsnap6x11r.pcf -misc-ohsnap-medium-r-normal--11-79-100-100-c-60-iso8859-1
|
||||
ohsnap6x13b.icons.pcf -misc-ohsnap.icons-bold-r-normal--13-120-75-75-c-60-iso8859-1
|
||||
ohsnap6x13b.pcf -misc-ohsnap-bold-r-normal--13-120-75-75-c-60-iso8859-1
|
||||
ohsnap6x13r.icons.pcf -misc-ohsnap.icons-medium-r-normal--13-120-75-75-c-60-iso8859-1
|
||||
ohsnap6x13r.pcf -misc-ohsnap-medium-r-normal--13-120-75-75-c-60-iso8859-1
|
||||
ohsnap7x12b.icons.pcf -misc-ohsnap.icons-bold-r-normal--12-87-100-100-c-70-iso8859-1
|
||||
ohsnap7x12b.pcf -misc-ohsnap-bold-r-normal--12-87-100-100-c-70-iso8859-1
|
||||
ohsnap7x12r.icons.pcf -misc-ohsnap.icons-medium-r-normal--12-87-100-100-c-70-iso8859-1
|
||||
ohsnap7x12r.pcf -misc-ohsnap-medium-r-normal--12-87-100-100-c-70-iso8859-1
|
||||
ohsnap7x14b.icons.pcf -misc-ohsnap.icons-bold-r-normal--14-101-100-100-c-70-iso8859-1
|
||||
ohsnap7x14b.pcf -misc-ohsnap-bold-r-normal--14-101-100-100-c-70-iso8859-1
|
||||
ohsnap7x14r.icons.pcf -misc-ohsnap.icons-medium-r-normal--14-101-100-100-c-70-iso8859-1
|
||||
ohsnap7x14r.pcf -misc-ohsnap-medium-r-normal--14-101-100-100-c-70-iso8859-1
|
||||
ohsnapu6x11b.pcf -misc-ohsnapu-bold-r-normal--11-79-100-100-c-60-iso10646-1
|
||||
ohsnapu6x11r.pcf -misc-ohsnapu-medium-r-normal--11-79-100-100-c-60-iso10646-1
|
||||
ohsnapu6x13b.pcf -misc-ohsnapu-bold-r-normal--13-120-75-75-c-60-iso10646-1
|
||||
ohsnapu6x13r.pcf -misc-ohsnapu-medium-r-normal--13-120-75-75-c-60-iso10646-1
|
||||
ohsnapu7x12b.pcf -misc-ohsnapu-bold-r-normal--12-87-100-100-c-70-iso10646-1
|
||||
ohsnapu7x12r.pcf -misc-ohsnapu-medium-r-normal--12-87-100-100-c-70-iso10646-1
|
||||
ohsnapu7x14b.pcf -misc-ohsnapu-bold-r-normal--14-101-100-100-c-70-iso10646-1
|
||||
ohsnapu7x14r.pcf -misc-ohsnapu-medium-r-normal--14-101-100-100-c-70-iso10646-1
|
|
@ -1 +0,0 @@
|
|||
0
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,19 +0,0 @@
|
|||
18
|
||||
ter-powerline-x12b.pcf -xos4-terminesspowerline-bold-r-normal--12-120-72-72-c-60-iso10646-1
|
||||
ter-powerline-x12n.pcf -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
|
||||
ter-powerline-x14b.pcf -xos4-terminesspowerline-bold-r-normal--14-140-72-72-c-80-iso10646-1
|
||||
ter-powerline-x14n.pcf -xos4-terminesspowerline-medium-r-normal--14-140-72-72-c-80-iso10646-1
|
||||
ter-powerline-x16b.pcf -xos4-terminesspowerline-bold-r-normal--16-160-72-72-c-80-iso10646-1
|
||||
ter-powerline-x16n.pcf -xos4-terminesspowerline-medium-r-normal--16-160-72-72-c-80-iso10646-1
|
||||
ter-powerline-x18b.pcf -xos4-terminesspowerline-bold-r-normal--18-180-72-72-c-100-iso10646-1
|
||||
ter-powerline-x18n.pcf -xos4-terminesspowerline-medium-r-normal--18-180-72-72-c-100-iso10646-1
|
||||
ter-powerline-x20b.pcf -xos4-terminesspowerline-bold-r-normal--20-200-72-72-c-100-iso10646-1
|
||||
ter-powerline-x20n.pcf -xos4-terminesspowerline-medium-r-normal--20-200-72-72-c-100-iso10646-1
|
||||
ter-powerline-x22b.pcf -xos4-terminesspowerline-bold-r-normal--22-220-72-72-c-110-iso10646-1
|
||||
ter-powerline-x22n.pcf -xos4-terminesspowerline-medium-r-normal--22-220-72-72-c-110-iso10646-1
|
||||
ter-powerline-x24b.pcf -xos4-terminesspowerline-bold-r-normal--24-240-72-72-c-120-iso10646-1
|
||||
ter-powerline-x24n.pcf -xos4-terminesspowerline-medium-r-normal--24-240-72-72-c-120-iso10646-1
|
||||
ter-powerline-x28b.pcf -xos4-terminesspowerline-bold-r-normal--28-280-72-72-c-140-iso10646-1
|
||||
ter-powerline-x28n.pcf -xos4-terminesspowerline-medium-r-normal--28-280-72-72-c-140-iso10646-1
|
||||
ter-powerline-x32b.pcf -xos4-terminesspowerline-bold-r-normal--32-320-72-72-c-160-iso10646-1
|
||||
ter-powerline-x32n.pcf -xos4-terminesspowerline-medium-r-normal--32-320-72-72-c-160-iso10646-1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,7 +0,0 @@
|
|||
6
|
||||
tewi-bold-11.bdf -lucy-tewi-bold-r-normal--11-90-75-75-m-60-iso10646-1
|
||||
tewi-normal-11.bdf -lucy-tewi-medium-r-normal--11-90-75-75-m-60-iso10646-1
|
||||
tewi2a-bold-11.bdf -lucy-tewi2a-bold-r-normal--11-90-75-75-m-60-iso10646-1
|
||||
tewi2a-normal-11.bdf -lucy-tewi2a-medium-r-normal--11-90-75-75-m-60-iso10646-1
|
||||
tewifw-bold-11.bdf -lucy-tewifw-bold-r-normal--11-90-75-75-m-60-iso10646-1
|
||||
tewifw-normal-11.bdf -lucy-tewifw-medium-r-normal--11-90-75-75-m-60-iso10646-1
|
|
@ -1 +0,0 @@
|
|||
0
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,392 +0,0 @@
|
|||
STARTFONT 2.1
|
||||
COMMENT Double story a, for use with normal Tewi as a fallback.
|
||||
COMMENT
|
||||
COMMENT This file is part of bdf-tewi.
|
||||
COMMENT
|
||||
COMMENT Tewi is free software: you can redistribute it and/or modify
|
||||
COMMENT it under the terms of the GNU General Public License as published by
|
||||
COMMENT the Free Software Foundation, either version 3 of the License, or
|
||||
COMMENT (at your option) any later version.
|
||||
COMMENT
|
||||
COMMENT Tewi is distributed in the hope that it will be useful,
|
||||
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
COMMENT GNU General Public License for more details.
|
||||
COMMENT
|
||||
COMMENT You should have received a copy of the GNU General Public License
|
||||
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
|
||||
COMMENT
|
||||
COMMENT As a special exception, if you create a document which uses this
|
||||
COMMENT font, and embed this font or unaltered portions of this font into
|
||||
COMMENT the document, this font does not by itself cause the resulting
|
||||
COMMENT document to be covered by the GNU General Public License. This
|
||||
COMMENT exception does not however invalidate any other reasons why the
|
||||
COMMENT document might be covered by the GNU General Public License. If you
|
||||
COMMENT modify this font, you may extend this exception to your version of
|
||||
COMMENT the font, but you are not obligated to do so. If you do not wish to
|
||||
COMMENT do so, delete this exception statement from your version.
|
||||
FONT -lucy-tewi2a-bold-r-normal--11-90-75-75-m-60-ISO10646-1
|
||||
SIZE 9 75 75
|
||||
FONTBOUNDINGBOX 6 13 0 -4
|
||||
STARTPROPERTIES 20
|
||||
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
|
||||
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
|
||||
FOUNDRY "lucy"
|
||||
FAMILY_NAME "tewi2a"
|
||||
WEIGHT_NAME "bold"
|
||||
SLANT "r"
|
||||
SETWIDTH_NAME "normal"
|
||||
ADD_STYLE_NAME ""
|
||||
PIXEL_SIZE 11
|
||||
POINT_SIZE 90
|
||||
RESOLUTION_X 75
|
||||
RESOLUTION_Y 75
|
||||
SPACING "m"
|
||||
AVERAGE_WIDTH 60
|
||||
CHARSET_REGISTRY "ISO10646"
|
||||
CHARSET_ENCODING "1"
|
||||
FONT_ASCENT 9
|
||||
FONT_DESCENT 3
|
||||
QUAD_WIDTH 6
|
||||
_GBDFED_INFO "Edited with gbdfed 1.6."
|
||||
ENDPROPERTIES
|
||||
CHARS 23
|
||||
STARTCHAR LATIN SMALL LETTER A
|
||||
ENCODING 97
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 5 0 0
|
||||
BITMAP
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH GRAVE
|
||||
ENCODING 224
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
60
|
||||
30
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH ACUTE
|
||||
ENCODING 225
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
30
|
||||
60
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||
ENCODING 226
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH TILDE
|
||||
ENCODING 227
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
68
|
||||
B0
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS
|
||||
ENCODING 228
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
D8
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE
|
||||
ENCODING 229
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
20
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH MACRON
|
||||
ENCODING 257
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
F8
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH BREVE
|
||||
ENCODING 259
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
D8
|
||||
70
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH OGONEK
|
||||
ENCODING 261
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 6 6 0 -1
|
||||
BITMAP
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
0C
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CARON
|
||||
ENCODING 462
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
50
|
||||
20
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
|
||||
ENCODING 479
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
F8
|
||||
00
|
||||
D8
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
|
||||
ENCODING 481
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
70
|
||||
00
|
||||
20
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
|
||||
ENCODING 507
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
10
|
||||
20
|
||||
50
|
||||
20
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOUBLE GRAVE
|
||||
ENCODING 513
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
A0
|
||||
50
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH INVERTED BREVE
|
||||
ENCODING 515
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
70
|
||||
D8
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE
|
||||
ENCODING 551
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
20
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER TURNED A
|
||||
ENCODING 592
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 5 0 0
|
||||
BITMAP
|
||||
F0
|
||||
D8
|
||||
F0
|
||||
C0
|
||||
70
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING BELOW
|
||||
ENCODING 7681
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 -3
|
||||
BITMAP
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
20
|
||||
50
|
||||
20
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT BELOW
|
||||
ENCODING 7841
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 -2
|
||||
BITMAP
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
00
|
||||
20
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH HOOK ABOVE
|
||||
ENCODING 7843
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
10
|
||||
20
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
|
||||
ENCODING 7845
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
48
|
||||
B0
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
|
||||
ENCODING 7847
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
90
|
||||
68
|
||||
00
|
||||
70
|
||||
18
|
||||
78
|
||||
D8
|
||||
78
|
||||
ENDCHAR
|
||||
ENDFONT
|
|
@ -1,392 +0,0 @@
|
|||
STARTFONT 2.1
|
||||
COMMENT Double story a, for use with normal Tewi as a fallback.
|
||||
COMMENT
|
||||
COMMENT This file is part of bdf-tewi.
|
||||
COMMENT
|
||||
COMMENT Tewi is free software: you can redistribute it and/or modify
|
||||
COMMENT it under the terms of the GNU General Public License as published by
|
||||
COMMENT the Free Software Foundation, either version 3 of the License, or
|
||||
COMMENT (at your option) any later version.
|
||||
COMMENT
|
||||
COMMENT Tewi is distributed in the hope that it will be useful,
|
||||
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
COMMENT GNU General Public License for more details.
|
||||
COMMENT
|
||||
COMMENT You should have received a copy of the GNU General Public License
|
||||
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
|
||||
COMMENT
|
||||
COMMENT As a special exception, if you create a document which uses this
|
||||
COMMENT font, and embed this font or unaltered portions of this font into
|
||||
COMMENT the document, this font does not by itself cause the resulting
|
||||
COMMENT document to be covered by the GNU General Public License. This
|
||||
COMMENT exception does not however invalidate any other reasons why the
|
||||
COMMENT document might be covered by the GNU General Public License. If you
|
||||
COMMENT modify this font, you may extend this exception to your version of
|
||||
COMMENT the font, but you are not obligated to do so. If you do not wish to
|
||||
COMMENT do so, delete this exception statement from your version.
|
||||
FONT -lucy-tewi2a-medium-r-normal--11-90-75-75-m-60-ISO10646-1
|
||||
SIZE 9 75 75
|
||||
FONTBOUNDINGBOX 6 13 0 -4
|
||||
STARTPROPERTIES 20
|
||||
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
|
||||
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
|
||||
FOUNDRY "lucy"
|
||||
FAMILY_NAME "tewi2a"
|
||||
WEIGHT_NAME "medium"
|
||||
SLANT "r"
|
||||
SETWIDTH_NAME "normal"
|
||||
ADD_STYLE_NAME ""
|
||||
PIXEL_SIZE 11
|
||||
POINT_SIZE 90
|
||||
RESOLUTION_X 75
|
||||
RESOLUTION_Y 75
|
||||
SPACING "m"
|
||||
AVERAGE_WIDTH 60
|
||||
CHARSET_REGISTRY "ISO10646"
|
||||
CHARSET_ENCODING "1"
|
||||
FONT_ASCENT 9
|
||||
FONT_DESCENT 3
|
||||
QUAD_WIDTH 6
|
||||
_GBDFED_INFO "Edited with gbdfed 1.6."
|
||||
ENDPROPERTIES
|
||||
CHARS 23
|
||||
STARTCHAR LATIN SMALL LETTER A
|
||||
ENCODING 97
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 5 0 0
|
||||
BITMAP
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH GRAVE
|
||||
ENCODING 224
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
20
|
||||
10
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH ACUTE
|
||||
ENCODING 225
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
10
|
||||
20
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX
|
||||
ENCODING 226
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH TILDE
|
||||
ENCODING 227
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
68
|
||||
B0
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS
|
||||
ENCODING 228
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
50
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE
|
||||
ENCODING 229
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
20
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH MACRON
|
||||
ENCODING 257
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
F8
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH BREVE
|
||||
ENCODING 259
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
88
|
||||
70
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH OGONEK
|
||||
ENCODING 261
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 6 6 0 -1
|
||||
BITMAP
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
04
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CARON
|
||||
ENCODING 462
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
50
|
||||
20
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
|
||||
ENCODING 479
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
70
|
||||
00
|
||||
50
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
|
||||
ENCODING 481
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
70
|
||||
00
|
||||
20
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
|
||||
ENCODING 507
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
10
|
||||
20
|
||||
50
|
||||
20
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOUBLE GRAVE
|
||||
ENCODING 513
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
A0
|
||||
50
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH INVERTED BREVE
|
||||
ENCODING 515
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
70
|
||||
88
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE
|
||||
ENCODING 551
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 0
|
||||
BITMAP
|
||||
20
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER TURNED A
|
||||
ENCODING 592
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 5 0 0
|
||||
BITMAP
|
||||
F0
|
||||
88
|
||||
F0
|
||||
80
|
||||
70
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH RING BELOW
|
||||
ENCODING 7681
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 -3
|
||||
BITMAP
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
20
|
||||
50
|
||||
20
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH DOT BELOW
|
||||
ENCODING 7841
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 7 0 -2
|
||||
BITMAP
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
00
|
||||
20
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH HOOK ABOVE
|
||||
ENCODING 7843
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 9 0 0
|
||||
BITMAP
|
||||
20
|
||||
50
|
||||
10
|
||||
20
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
|
||||
ENCODING 7845
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
48
|
||||
B0
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
|
||||
ENCODING 7847
|
||||
SWIDTH 640 0
|
||||
DWIDTH 6 0
|
||||
BBX 5 8 0 0
|
||||
BITMAP
|
||||
90
|
||||
68
|
||||
00
|
||||
70
|
||||
08
|
||||
78
|
||||
88
|
||||
78
|
||||
ENDCHAR
|
||||
ENDFONT
|
|
@ -1,531 +0,0 @@
|
|||
STARTFONT 2.1
|
||||
COMMENT This file is part of bdf-tewi.
|
||||
COMMENT
|
||||
COMMENT Tewi is free software: you can redistribute it and/or modify
|
||||
COMMENT it under the terms of the GNU General Public License as published by
|
||||
COMMENT the Free Software Foundation, either version 3 of the License, or
|
||||
COMMENT (at your option) any later version.
|
||||
COMMENT
|
||||
COMMENT Tewi is distributed in the hope that it will be useful,
|
||||
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
COMMENT GNU General Public License for more details.
|
||||
COMMENT
|
||||
COMMENT You should have received a copy of the GNU General Public License
|
||||
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
|
||||
COMMENT
|
||||
COMMENT As a special exception, if you create a document which uses this
|
||||
COMMENT font, and embed this font or unaltered portions of this font into
|
||||
COMMENT the document, this font does not by itself cause the resulting
|
||||
COMMENT document to be covered by the GNU General Public License. This
|
||||
COMMENT exception does not however invalidate any other reasons why the
|
||||
COMMENT document might be covered by the GNU General Public License. If you
|
||||
COMMENT modify this font, you may extend this exception to your version of
|
||||
COMMENT the font, but you are not obligated to do so. If you do not wish to
|
||||
COMMENT do so, delete this exception statement from your version.
|
||||
FONT -lucy-tewifw-bold-r-normal--11-90-75-75-m-60-ISO10646-1
|
||||
SIZE 9 75 75
|
||||
FONTBOUNDINGBOX 12 13 0 -4
|
||||
STARTPROPERTIES 20
|
||||
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
|
||||
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
|
||||
FOUNDRY "lucy"
|
||||
FAMILY_NAME "tewifw"
|
||||
WEIGHT_NAME "bold"
|
||||
SLANT "r"
|
||||
SETWIDTH_NAME "normal"
|
||||
ADD_STYLE_NAME ""
|
||||
PIXEL_SIZE 11
|
||||
POINT_SIZE 90
|
||||
RESOLUTION_X 75
|
||||
RESOLUTION_Y 75
|
||||
SPACING "M"
|
||||
AVERAGE_WIDTH 60
|
||||
CHARSET_REGISTRY "ISO10646"
|
||||
CHARSET_ENCODING "1"
|
||||
FONT_ASCENT 9
|
||||
FONT_DESCENT 3
|
||||
QUAD_WIDTH 12
|
||||
_GBDFED_INFO "Edited with gbdfed 1.6."
|
||||
ENDPROPERTIES
|
||||
CHARS 35
|
||||
STARTCHAR <control>
|
||||
ENCODING 0
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 0 0 0 0
|
||||
BITMAP
|
||||
ENDCHAR
|
||||
STARTCHAR WAVY OVERLINE
|
||||
ENCODING 65099
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 11 2 0 6
|
||||
BITMAP
|
||||
DDC0
|
||||
7760
|
||||
ENDCHAR
|
||||
STARTCHAR WAVY LOW LINE
|
||||
ENCODING 65103
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 11 2 0 -1
|
||||
BITMAP
|
||||
DDC0
|
||||
7760
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH EXCLAMATION MARK
|
||||
ENCODING 65281
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 2 8 5 0
|
||||
BITMAP
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
00
|
||||
C0
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH QUOTATION MARK
|
||||
ENCODING 65282
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 5 3 3 5
|
||||
BITMAP
|
||||
D8
|
||||
D8
|
||||
D8
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH NUMBER SIGN
|
||||
ENCODING 65283
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 9 8 2 0
|
||||
BITMAP
|
||||
1B00
|
||||
1B00
|
||||
7F80
|
||||
3600
|
||||
3600
|
||||
FF00
|
||||
6C00
|
||||
6C00
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DOLLAR SIGN
|
||||
ENCODING 65284
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 8 9 2 -1
|
||||
BITMAP
|
||||
18
|
||||
7E
|
||||
DB
|
||||
D8
|
||||
7E
|
||||
1B
|
||||
DB
|
||||
7E
|
||||
18
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH PERCENT SIGN
|
||||
ENCODING 65285
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 9 8 2 0
|
||||
BITMAP
|
||||
6600
|
||||
D600
|
||||
D600
|
||||
6C00
|
||||
1B00
|
||||
3680
|
||||
6680
|
||||
6300
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH AMPERSAND
|
||||
ENCODING 65286
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 9 8 2 0
|
||||
BITMAP
|
||||
3800
|
||||
6C00
|
||||
7800
|
||||
3000
|
||||
7380
|
||||
CB00
|
||||
CE00
|
||||
7F00
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH APOSTROPHE
|
||||
ENCODING 65287
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 3 4 3 4
|
||||
BITMAP
|
||||
E0
|
||||
E0
|
||||
60
|
||||
C0
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH LEFT PARENTHESIS
|
||||
ENCODING 65288
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 4 10 4 -2
|
||||
BITMAP
|
||||
30
|
||||
60
|
||||
60
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
C0
|
||||
60
|
||||
60
|
||||
30
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH RIGHT PARENTHESIS
|
||||
ENCODING 65289
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 4 10 4 -2
|
||||
BITMAP
|
||||
C0
|
||||
60
|
||||
60
|
||||
30
|
||||
30
|
||||
30
|
||||
30
|
||||
60
|
||||
60
|
||||
C0
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH ASTERISK
|
||||
ENCODING 65290
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 5 7 3 0
|
||||
BITMAP
|
||||
20
|
||||
A8
|
||||
F8
|
||||
70
|
||||
F8
|
||||
A8
|
||||
20
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH PLUS SIGN
|
||||
ENCODING 65291
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 8 7 2 0
|
||||
BITMAP
|
||||
18
|
||||
18
|
||||
18
|
||||
FF
|
||||
18
|
||||
18
|
||||
18
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH COMMA
|
||||
ENCODING 65292
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 3 4 1 -2
|
||||
BITMAP
|
||||
E0
|
||||
E0
|
||||
60
|
||||
C0
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH HYPHEN-MINUS
|
||||
ENCODING 65293
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 9 1 1 3
|
||||
BITMAP
|
||||
FF80
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH FULL STOP
|
||||
ENCODING 65294
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 3 2 1 0
|
||||
BITMAP
|
||||
E0
|
||||
E0
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH SOLIDUS
|
||||
ENCODING 65295
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 10 9 1 -2
|
||||
BITMAP
|
||||
00C0
|
||||
0180
|
||||
0300
|
||||
0600
|
||||
0C00
|
||||
1800
|
||||
3000
|
||||
6000
|
||||
C000
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT ZERO
|
||||
ENCODING 65296
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
78
|
||||
CC
|
||||
DC
|
||||
DC
|
||||
F4
|
||||
F4
|
||||
E4
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT ONE
|
||||
ENCODING 65297
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 3 0
|
||||
BITMAP
|
||||
30
|
||||
70
|
||||
F0
|
||||
30
|
||||
30
|
||||
30
|
||||
30
|
||||
FC
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT TWO
|
||||
ENCODING 65298
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
78
|
||||
CC
|
||||
CC
|
||||
0C
|
||||
18
|
||||
30
|
||||
60
|
||||
FC
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT THREE
|
||||
ENCODING 65299
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
78
|
||||
CC
|
||||
0C
|
||||
38
|
||||
0C
|
||||
0C
|
||||
CC
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT FOUR
|
||||
ENCODING 65300
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
08
|
||||
18
|
||||
38
|
||||
58
|
||||
D8
|
||||
FC
|
||||
08
|
||||
1C
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT FIVE
|
||||
ENCODING 65301
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
FC
|
||||
C0
|
||||
C0
|
||||
78
|
||||
0C
|
||||
0C
|
||||
CC
|
||||
78
|
||||
ENDCHAR
|
||||
STARTCHAR FULLWIDTH DIGIT SIX
|
||||
ENCODING 65302
|
||||
SWIDTH 1280 0
|
||||
DWIDTH 12 0
|
||||
BBX 6 8 2 0
|
||||
BITMAP
|
||||
78
|
||||
C0
|
||||
C0
|
||||
F8
|
||||
CC
|
||||
CC
|
||||
CC
|
||||
78
|
||||
ENDCHAR
|
||||