Compare commits
9 Commits
Author | SHA1 | Date |
---|---|---|
Yuki | 728be196e6 | |
Yuki | 5d8a53310d | |
Yuki | 59274a08b9 | |
Yuki | 2be47e750f | |
Yuki | 1de7a3a0e6 | |
Yuki | 0a486743aa | |
Yuki | b1d22f140e | |
Yuki | fcd0740107 | |
Yuki | 8edf5b8347 |
|
@ -0,0 +1,10 @@
|
||||||
|
*.afm
|
||||||
|
*.bdf
|
||||||
|
*.dfont
|
||||||
|
*.fnt
|
||||||
|
*.otb
|
||||||
|
*.psf
|
||||||
|
*.ttf
|
||||||
|
*.woff2
|
||||||
|
*.zip
|
||||||
|
readme.html
|
|
@ -0,0 +1,49 @@
|
||||||
|
NAME := VideowayMono
|
||||||
|
FILES := ${NAME}-11.bdf \
|
||||||
|
${NAME}-22.bdf \
|
||||||
|
${NAME}.ttf \
|
||||||
|
${NAME}HiDpi.ttf \
|
||||||
|
${NAME}.woff2 \
|
||||||
|
${NAME}HiDpi.woff2 \
|
||||||
|
${NAME}.otb \
|
||||||
|
${NAME}.psf \
|
||||||
|
${NAME}-11.fnt \
|
||||||
|
${NAME}-22.fnt \
|
||||||
|
${NAME}.dfont \
|
||||||
|
readme.html
|
||||||
|
|
||||||
|
.SUFFIXES: .sfd .bdf .otb .psf .fnt .dfont .ttf .woff2
|
||||||
|
|
||||||
|
all: ${FILES}
|
||||||
|
|
||||||
|
%-11.bdf %-22.bdf &: %.sfd
|
||||||
|
fontforge -quiet -lang ff -c 'Open("$<");Generate("$*.bdf","bdf")'
|
||||||
|
.sfd.otb:
|
||||||
|
fontforge -quiet -lang ff -c 'Open("$<");Generate("$@","otb")'
|
||||||
|
.sfd.psf:
|
||||||
|
fontforge -quiet -lang ff -c 'Open("$<");Generate("$@","psf")'
|
||||||
|
%-11.fnt %-22.fnt &: %.sfd
|
||||||
|
fontforge -quiet -lang ff -c 'Open("$<");Generate("$*.fnt","fnt")'
|
||||||
|
.sfd.dfont:
|
||||||
|
fontforge -quiet -lang ff -c 'Open("$<");Generate("$@", "sbit")'
|
||||||
|
%.ttf: %-11.bdf
|
||||||
|
rm -f $@
|
||||||
|
bitsnpicas convertbitmap -f ttf -o $@ $<
|
||||||
|
%HiDpi.ttf: %-22.bdf
|
||||||
|
rm -f $@
|
||||||
|
bitsnpicas convertbitmap -f ttf -o $@ -s Mono -r Mono-HiDpi $<
|
||||||
|
.ttf.woff2:
|
||||||
|
woff2_compress $<
|
||||||
|
|
||||||
|
%.html: %.tpl ${NAME}.ttf
|
||||||
|
sed '/%GLYPHS%/r'<(./gen_glyphs.sh ${NAME}.ttf) $< > $@
|
||||||
|
sed -i 's/%GLYPHS%//' $@
|
||||||
|
|
||||||
|
%.zip: ${FILES}
|
||||||
|
rm -f $@
|
||||||
|
zip -9 $@ ${FILES} styles.css
|
||||||
|
|
||||||
|
dist: ${NAME}.zip
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f ${FILES} ${NAME}.afm
|
|
@ -0,0 +1,51 @@
|
||||||
|
# Vidéoway Mono
|
||||||
|
|
||||||
|
[English](README.md)
|
||||||
|
|
||||||
|
![](demo_charset.png)
|
||||||
|
|
||||||
|
Une police 8x11px qui se veut une recréation complète de la police qu'on pouvait retrouver dans les vieux terminaux Vidéoway de Vidéotron, avec quelques ajouts afin de couvrir le plus de scripts possible. Fait à la main, pour les amateurs de rétrogaming, mais aussi pour les programmeurs qui veulent une police facile à lire.
|
||||||
|
|
||||||
|
C'est une police bitmap, donc elle fonctionne le mieux à un multiple de 11px ou 8pt. Les lettres font 8 pixels de large avec quelques symboles qui en font le double, idéal pour presque n'importe quelle utilisation d'une police monoespacée.
|
||||||
|
|
||||||
|
Note: Vidéoway Mono se décline dorénavant en deux variations: la version HiDpi est essentiellement identique celle de base, mais avec une résolution doublée: elle se rend mieux à un multiple de 22px ou 16pt, et certains glyphes, notamment le crochet, tirent profit de ce fait en offrant une version soi-disant haute définition. En tout cas, à moins d'avoir besoin d'une version qui fait 11 pixels de hauteur, ça vous prend celle-là.
|
||||||
|
|
||||||
|
![](demo_sqrt.png)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
=> [Télécharger la dernière version ici](https://a39.dev/VideowayRevival/VideowayMono/releases) <=
|
||||||
|
|
||||||
|
La version HiDpi.ttf pour Windows et .dfont pour Mac devrait faire l'affaire, le reste c'est pour ceux qui s'y connaissent ;)
|
||||||
|
|
||||||
|
### Compiler la dernière version soi-même
|
||||||
|
|
||||||
|
Ça prend une copie de FontForge, [Bits'N'Picas](https://github.com/kreativekorp/bitsnpicas), git, make, et une ligne de commande.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://a39.dev/VideowayRevival/VideowayMono
|
||||||
|
cd VideowayMono
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
### Crédits
|
||||||
|
|
||||||
|
Un gros merci à [David Viens (plgDavid)](https://merveilles.town/@plgDavid) qui a fait une rétro-ingénérie du Vidéoway et qui a posté la police originale, qu'on retrouve presque non modifié dans le bloc Basic Latin, plus quelques lettres minuscules accentuées et des symboles auquels je leur ai trouvé une place dans le mapping Unicode ou dans le Private Use Area à partir de `U+F000`. Le reste est soit d'autres symboles trouvés dans des captures d'écran, ou une création dans sensiblement le même style par mes soins.
|
||||||
|
|
||||||
|
Également, merci au Discord Vidéoway Revival pour leur soutien.
|
||||||
|
|
||||||
|
### Zéro
|
||||||
|
|
||||||
|
On peut trouver un zéro différent à certains endroits de l'interface Vidéoway. J'ai décidé de garder le zéro original qui est le même que la lettre O et qui est aussi celui trouvé dans une majorité des captures que j'ai trouvé, et d'encoder le zéro alternatif sur `U+FF10 FULL WIDTH DIGIT ZERO`.
|
||||||
|
|
||||||
|
### Lettres majuscules accentuées
|
||||||
|
|
||||||
|
Le Vidéoway n'avait aucune lettre majuscule accentuée, l'accent étant typiquement omis sur une lettre majuscule en français. Ce n'est plus vraiment le cas de nos jours, je me suis donc permis de créer des variantes accentuées pour votre convenance. Il est quand même important de prendre ce fait en compte pour une émulation exacte et précise du Vidéoway original.
|
||||||
|
|
||||||
|
## Crédits
|
||||||
|
|
||||||
|
Créé par J. P. Yuki Savard / [a39](https://a39.ca)
|
||||||
|
|
||||||
|
Publié sous Licence Libre du Québec – Permissive (LiLiQ-P)
|
48
README.md
48
README.md
|
@ -1,23 +1,51 @@
|
||||||
# Videoway Mono
|
# Vidéoway Mono
|
||||||
|
|
||||||
Une police 8x11px qui se veut une recréation complète de la police qu'on pouvait retrouver dans les vieux terminaux Vidéoway de Vidéotron, avec quelques ajouts afin de couvrir le plus de scripts possible. Fait à la main, pour les amateurs de rétrogaming.
|
[Français](README.fr.md)
|
||||||
|
|
||||||
C'est une police bitmap, donc elle est idéale à un multiple de 11px. Les lettres font 8 pixels de large avec quelques symboles qui en font le double, donc idéal pour presque n'importe quelle utilisation d'une police monoespacée.
|
![](demo_charset.png)
|
||||||
|
|
||||||
Créé avec FontForge.
|
A 8x11px font meant to be a complete remake of the font found in the old Videoway terminals from Vidéotron, with a few additions to cover as much scripts as possible. Hand-made for retrogaming fans, but also a nice font for programmers who want a small, easy to read font.
|
||||||
|
|
||||||
|
It's a bitmap font, so it works best in a multiple of 11px or 8pt. Glyphs are 8 pixels large with a few ones double width, making it ideal for most uses of a monospaced font.
|
||||||
|
|
||||||
|
Note: Videoway Mono is available in two variations: the HiDpi version is mostly identical to the other one but with its resolution doubled: it renders best at a multiple of 22px or 16pt, and a few glyphs like the checkmark are taking advantages of this with a so-called HD version. Anyway, unless you need a version optimized for 11 pixels high you need this one.
|
||||||
|
|
||||||
|
![](demo_sqrt.png)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
=> [Download the latest version here](https://a39.dev/VideowayRevival/VideowayMono/releases) <=
|
||||||
|
|
||||||
|
The HiDpi.ttf version pour Windows et .dfont for Mac should do the job, the rest are for those who knows about it ;)
|
||||||
|
|
||||||
|
### Build the latest version yourself
|
||||||
|
|
||||||
|
You need a copy of FontForge, [Bits'N'Picas](https://github.com/kreativekorp/bitsnpicas), git, make, and a command line.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://a39.dev/VideowayRevival/VideowayMono
|
||||||
|
cd VideowayMono
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
### Crédits
|
### Crédits
|
||||||
|
|
||||||
Un gros merci à David Viens (plgDavid) qui a fait une rétro-ingénérie du Vidéoway et qui a posté la police originale, qu'on retrouve presque non modifié dans le bloc Basic Latin, plus quelques lettres minuscules accentuées et des symboles auquels je leur ai trouvé une place dans le mapping Unicode ou dans le Private Use Area à partir de `U+F000`. Le reste est soit d'autres symboles trouvés dans des captures d'écran, ou une création dans sensiblement le même style par mes soins.
|
Huge thanks to [David Viens (plgDavid)](https://merveilles.town/@plgDavid) who reverse-engineered the Videoway and posted the original font we can find almost unaltered in the Basic Latin block, plus a few accented lowercase letters and symbols I found each of them an appropriate place in the Unicode mapping, or failing that the Private Use Area from `U+F000`. The rest are either other symbols found in screenshots, or a creation drawn by myself in mostly the same style.
|
||||||
|
|
||||||
Également, merci au Discord Vidéoway Revival pour leur soutien.
|
Also, thanks to the Vidéoway Revival Discord server for their support.
|
||||||
|
|
||||||
### Zéro
|
### Zero
|
||||||
|
|
||||||
On peut trouver un zéro différent à certains endroits de l'interface Vidéoway. J'ai décidé de garder le zéro original qui est le même que la lettre O et qui est aussi celui trouvé dans une majorité des captures que j'ai trouvé, et d'encoder le zéro alternatif sur `U+FF10 FULL WIDTH DIGIT ZERO`.
|
A different zero can be found in a few places in the Videoway interface. I took the decision to keep the original zero, which is the same as the letter O, and which is also the one found in a majority of the screenshots I found, and to encode the alternate one at `U+FF10 FULL WIDTH DIGIT ZERO`.
|
||||||
|
|
||||||
### Lettres majuscules accentuées
|
### Accented uppercase letters
|
||||||
|
|
||||||
Le Vidéoway n'avait aucune lettre majuscule accentuée, l'accent étant typiquement omis sur une lettre majuscule en français. Ce n'est plus vraiment le cas de nos jours, je me suis donc permis de créer des variantes accentuées pour votre convenance. Il est quand même important de prendre ce fait en compte pour une émulation exacte et précise du Vidéoway original.
|
The Videoway had no accented uppercase letter, as the accent was usually omitted on an uppercase letter in French. It's not that much of the case these days, so for your convenience I created these accented variants. It is still important to take this in consideration when creating an exact and accurate emulation of the original Videoway.
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
Created by J. P. Yuki Savard / [a39](https://a39.ca)
|
||||||
|
|
||||||
|
Published under Licence Libre du Québec – Permissive (LiLiQ-P)
|
526
VideowayMono.sfd
526
VideowayMono.sfd
|
@ -3,9 +3,9 @@ FontName: VideowayMono
|
||||||
FullName: Videoway Mono
|
FullName: Videoway Mono
|
||||||
FamilyName: Videoway Mono
|
FamilyName: Videoway Mono
|
||||||
Weight: Regular
|
Weight: Regular
|
||||||
Copyright: Copyright (c) 2025, J.P. Savard
|
Copyright: Copyright (c) 2025, J.P. Savard / a39.ca
|
||||||
UComments: "2025-1-5: Created with FontForge (http://fontforge.org)"
|
UComments: "Created with FontForge (http://fontforge.org)+AAoA-https://a39.dev/VideowayRevival/VideowayMono"
|
||||||
Version: 001.000
|
Version: 001.003
|
||||||
ItalicAngle: 0
|
ItalicAngle: 0
|
||||||
UnderlinePosition: -110
|
UnderlinePosition: -110
|
||||||
UnderlineWidth: 55
|
UnderlineWidth: 55
|
||||||
|
@ -21,7 +21,7 @@ OS2Version: 0
|
||||||
OS2_WeightWidthSlopeOnly: 0
|
OS2_WeightWidthSlopeOnly: 0
|
||||||
OS2_UseTypoMetrics: 1
|
OS2_UseTypoMetrics: 1
|
||||||
CreationTime: 1736114145
|
CreationTime: 1736114145
|
||||||
ModificationTime: 1736219159
|
ModificationTime: 1736469528
|
||||||
PfmFamily: 17
|
PfmFamily: 17
|
||||||
TTFWeight: 400
|
TTFWeight: 400
|
||||||
TTFWidth: 5
|
TTFWidth: 5
|
||||||
|
@ -48,15 +48,15 @@ Encoding: UnicodeFull
|
||||||
Compacted: 1
|
Compacted: 1
|
||||||
UnicodeInterp: none
|
UnicodeInterp: none
|
||||||
NameList: AGL For New Fonts
|
NameList: AGL For New Fonts
|
||||||
DisplaySize: 11
|
DisplaySize: 22
|
||||||
AntiAlias: 1
|
AntiAlias: 1
|
||||||
FitToEm: 0
|
FitToEm: 0
|
||||||
WinInfo: 0 16 15
|
WinInfo: 16 16 15
|
||||||
OnlyBitmaps: 1
|
OnlyBitmaps: 1
|
||||||
BeginPrivate: 0
|
BeginPrivate: 0
|
||||||
EndPrivate
|
EndPrivate
|
||||||
TeXData: 1 0 0 761647 380823 253882 0 1048576 253882 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
|
TeXData: 1 0 0 761647 380823 253882 0 1048576 253882 783286 444596 497025 792723 393216 433062 380633 303038 157286 324010 404750 52429 2506097 1059062 262144
|
||||||
BeginChars: 1114112 240
|
BeginChars: 1114112 242
|
||||||
|
|
||||||
StartChar: space
|
StartChar: space
|
||||||
Encoding: 32 32 0
|
Encoding: 32 32 0
|
||||||
|
@ -1540,8 +1540,6 @@ Encoding: 10004 10004 165
|
||||||
Width: 1600
|
Width: 1600
|
||||||
Flags: W
|
Flags: W
|
||||||
LayerCount: 2
|
LayerCount: 2
|
||||||
Fore
|
|
||||||
Validated: 1
|
|
||||||
EndChar
|
EndChar
|
||||||
|
|
||||||
StartChar: uni25AD
|
StartChar: uni25AD
|
||||||
|
@ -2079,8 +2077,22 @@ Width: 800
|
||||||
Flags: W
|
Flags: W
|
||||||
LayerCount: 2
|
LayerCount: 2
|
||||||
EndChar
|
EndChar
|
||||||
|
|
||||||
|
StartChar: Euro
|
||||||
|
Encoding: 8364 8364 240
|
||||||
|
Width: 800
|
||||||
|
Flags: W
|
||||||
|
LayerCount: 2
|
||||||
|
EndChar
|
||||||
|
|
||||||
|
StartChar: u1FBC8
|
||||||
|
Encoding: 129992 129992 241
|
||||||
|
Width: 800
|
||||||
|
Flags: W
|
||||||
|
LayerCount: 2
|
||||||
|
EndChar
|
||||||
EndChars
|
EndChars
|
||||||
BitmapFont: 11 241 9 2 1
|
BitmapFont: 11 242 9 2 1
|
||||||
BDFChar: 0 32 8 3 3 0 0
|
BDFChar: 0 32 8 3 3 0 0
|
||||||
z
|
z
|
||||||
BDFChar: 1 33 8 3 4 0 8
|
BDFChar: 1 33 8 3 4 0 8
|
||||||
|
@ -2190,7 +2202,7 @@ r%KfY0JG170E;(Q
|
||||||
BDFChar: 53 85 8 1 6 0 8
|
BDFChar: 53 85 8 1 6 0 8
|
||||||
bfn;Tbfn;TGQ7^D
|
bfn;Tbfn;TGQ7^D
|
||||||
BDFChar: 54 86 8 0 6 0 8
|
BDFChar: 54 86 8 0 6 0 8
|
||||||
`l?$<`b]HN&-)\1
|
`l?$<`b^#^&-)\1
|
||||||
BDFChar: 55 87 8 0 6 0 8
|
BDFChar: 55 87 8 0 6 0 8
|
||||||
`l?$<`n'RtJcGcN
|
`l?$<`n'RtJcGcN
|
||||||
BDFChar: 56 88 8 0 6 0 8
|
BDFChar: 56 88 8 0 6 0 8
|
||||||
|
@ -2561,5 +2573,497 @@ BDFChar: 238 8322 8 2 4 -1 3
|
||||||
i#ps.huE`W
|
i#ps.huE`W
|
||||||
BDFChar: 239 8323 8 2 4 -1 3
|
BDFChar: 239 8323 8 2 4 -1 3
|
||||||
i#lDMhuE`W
|
i#lDMhuE`W
|
||||||
|
BDFChar: 240 8364 8 0 5 0 8
|
||||||
|
4CDRl@/+,;49,?]
|
||||||
|
BDFChar: 241 129992 8 1 6 -2 9
|
||||||
|
YcrZU1c.$C0JG2*
|
||||||
|
EndBitmapFont
|
||||||
|
BitmapFont: 22 242 18 4 1
|
||||||
|
BDFChar: 0 32 16 7 7 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 1 33 16 6 9 0 17
|
||||||
|
nF5r:nF5r:nF-DX!!)NXnF-DX
|
||||||
|
BDFChar: 2 34 16 2 13 12 17
|
||||||
|
nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 3 35 16 0 13 0 17
|
||||||
|
4RbK&4RbK&4RbK&s8;op4RbK&s8;op4RbK&4RbK&4RbK&
|
||||||
|
BDFChar: 4 36 16 2 13 -4 17
|
||||||
|
%fd+?%fd+?5O^o,n,VqXquHWp5JTM!"7QE^!:U!Xs1nZM%fd+?%fd+?
|
||||||
|
BDFChar: 5 37 16 0 13 0 17
|
||||||
|
4:F=\_`Yh!__At^_na1*o/uV,%h&sW1CQ&Jo*k4!_!o//
|
||||||
|
BDFChar: 6 38 16 0 13 0 17
|
||||||
|
56*nJnA+P/_na1*56*nJ4:F=\oC2A@nF5r:nGMeR57Bab
|
||||||
|
BDFChar: 7 39 16 6 11 14 17
|
||||||
|
4?W-&
|
||||||
|
BDFChar: 8 40 16 2 9 -4 17
|
||||||
|
%hCcb4?W-&nF5r:nF5r:4?P_g%hAX?
|
||||||
|
BDFChar: 9 41 16 6 13 -4 17
|
||||||
|
nF/P&4?O,b%hB0]%hB0]4?P_gnF-DX
|
||||||
|
BDFChar: 10 42 16 2 11 4 17
|
||||||
|
$ig\9beVH<beVH<1B932beVH<beVH<$ig\9
|
||||||
|
BDFChar: 11 43 16 2 13 2 11
|
||||||
|
%fd+?%fd+?s7$'X%fd+?%fd+?
|
||||||
|
BDFChar: 12 44 16 2 9 -4 3
|
||||||
|
%hB0]4?W-&
|
||||||
|
BDFChar: 13 45 16 2 13 6 7
|
||||||
|
s7$'X
|
||||||
|
BDFChar: 14 46 16 4 7 0 3
|
||||||
|
nF5r:
|
||||||
|
BDFChar: 15 47 16 0 11 -4 15
|
||||||
|
!:U!X!:U!X"2G#S"2G#S%fd+?%fd+?49.JD49.JDn,VqXn,VqX
|
||||||
|
BDFChar: 16 48 16 2 13 0 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 17 49 16 2 13 0 17
|
||||||
|
%fd+?56*nJcN)8k%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 18 50 16 2 13 0 17
|
||||||
|
5JTM!_!o//!:U!X!:U!X"2G#S%fd+?49.JDn,VqXs7$'X
|
||||||
|
BDFChar: 19 51 16 2 13 0 17
|
||||||
|
5JTM!_!o//!:U!X!:U!X&&8^k!:U!X!:U!X_!o//5JTM!
|
||||||
|
BDFChar: 20 52 16 0 13 0 17
|
||||||
|
!:U!X"7QE^&+C,!4RbK&nF5r:nF5r:s8;op!:U!X!:U!X
|
||||||
|
BDFChar: 21 53 16 2 13 0 17
|
||||||
|
s7$'Xn,VqXn,VqXs1nZM_!o//!:U!X!:U!X_!o//5JTM!
|
||||||
|
BDFChar: 22 54 16 2 13 0 17
|
||||||
|
&&8^k49.JDn,VqXn,VqXs1nZMnF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 23 55 16 2 13 0 17
|
||||||
|
s7$'X_!o//!:U!X"2G#S"2G#S%fd+?%fd+?49.JD49.JD
|
||||||
|
BDFChar: 24 56 16 2 13 0 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:5JTM!nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 25 57 16 2 13 0 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X"2G#S56*nJ
|
||||||
|
BDFChar: 26 58 16 2 5 0 11
|
||||||
|
nF5r:znF5r:
|
||||||
|
BDFChar: 27 59 16 2 9 -4 11
|
||||||
|
%hB0]z%hB0]4?W-&
|
||||||
|
BDFChar: 28 60 16 2 11 2 15
|
||||||
|
"2G#S%fd+?49.JDn,VqX49.JD%fd+?"2G#S
|
||||||
|
BDFChar: 29 61 16 2 13 4 9
|
||||||
|
s7$'Xzs7$'X
|
||||||
|
BDFChar: 30 62 16 2 11 2 15
|
||||||
|
n,VqX49.JD%fd+?"2G#S%fd+?49.JDn,VqX
|
||||||
|
BDFChar: 31 63 16 2 13 0 17
|
||||||
|
5JTM!nF5r:_!o//"2G#S%fd+?zz%fd+?%fd+?
|
||||||
|
BDFChar: 32 64 16 0 13 -2 17
|
||||||
|
&+C,!0FTWD^^S!e_#2"G_[OEk_[OEk_!o//^];.M0E<d,&+C,!
|
||||||
|
BDFChar: 33 65 16 2 13 0 17
|
||||||
|
%fd+?5JTM!nF5r:nF5r:nF5r:s7$'XnF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 34 66 16 2 13 0 17
|
||||||
|
s1nZMnF5r:nF5r:nF5r:s1nZMnF5r:nF5r:nF5r:s1nZM
|
||||||
|
BDFChar: 35 67 16 2 11 0 17
|
||||||
|
5JTM!n,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqX5JTM!
|
||||||
|
BDFChar: 36 68 16 2 13 0 17
|
||||||
|
rrE'!o>'t5nF5r:nF5r:nF5r:nF5r:nF5r:o>'t5rrE'!
|
||||||
|
BDFChar: 37 69 16 2 11 0 17
|
||||||
|
s1nZMn,VqXn,VqXn,VqXrrE'!n,VqXn,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 38 70 16 2 11 0 17
|
||||||
|
s1nZMn,VqXn,VqXn,VqXrrE'!n,VqXn,VqXn,VqXn,VqX
|
||||||
|
BDFChar: 39 71 16 2 13 0 17
|
||||||
|
5O^o,n,VqXn,VqXn,VqXn,VqXnF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 40 72 16 2 13 0 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:s7$'XnF5r:nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 41 73 16 2 13 0 17
|
||||||
|
s7$'X%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 42 74 16 0 11 0 17
|
||||||
|
!:U!X!:U!X!:U!X!:U!X!:U!X!:U!XnF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 43 75 16 2 13 0 17
|
||||||
|
n1a>cnF5r:o>'t5rrE'!quHWprrE'!o>'t5nF5r:n1a>c
|
||||||
|
BDFChar: 44 76 16 2 11 0 17
|
||||||
|
n,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 45 77 16 0 13 0 17
|
||||||
|
^^S!en3$2&r;?Kjs8;opo/uV,n3$2&n3$2&n3$2&n3$2&
|
||||||
|
BDFChar: 46 78 16 2 13 0 17
|
||||||
|
_!o//nF5r:nF5r:r:'XRr:'XRs7$'XoC2A@nF5r:nF5r:
|
||||||
|
BDFChar: 47 79 16 2 13 0 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 48 80 16 2 13 0 17
|
||||||
|
s1nZMnF5r:nF5r:nF5r:nF5r:s1nZMn,VqXn,VqXn,VqX
|
||||||
|
BDFChar: 49 81 16 2 13 -4 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:56*nJ%fd+?"7QE^
|
||||||
|
BDFChar: 50 82 16 2 13 0 17
|
||||||
|
s1nZMnF5r:nF5r:nF5r:s1nZMrrE'!o>'t5nF5r:n1a>c
|
||||||
|
BDFChar: 51 83 16 2 13 0 17
|
||||||
|
5JTM!n,VqXn,VqXquHWp5JTM!"7QE^!:U!X!:U!Xs1nZM
|
||||||
|
BDFChar: 52 84 16 2 13 0 17
|
||||||
|
s7$'X%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?
|
||||||
|
BDFChar: 53 85 16 2 13 0 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 54 86 16 0 13 0 17
|
||||||
|
n3$2&n3$2&n3$2&n3$2&n3$2&4RbK&5O^o,&&8^k!rrE'
|
||||||
|
BDFChar: 55 87 16 0 13 0 17
|
||||||
|
n3$2&n3$2&n3$2&n3$2&n3$2&o/uV,r;?Kjn3$2&^^S!e
|
||||||
|
BDFChar: 56 88 16 0 13 0 17
|
||||||
|
^^S!en3$2&4RbK&&&8^k&&8^k&&8^k4RbK&n3$2&^^S!e
|
||||||
|
BDFChar: 57 89 16 2 13 0 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:5JTM!%fd+?%fd+?%fd+?%fd+?
|
||||||
|
BDFChar: 58 90 16 2 13 0 17
|
||||||
|
s7$'X!:U!X!:U!X"2G#S%fd+?49.JDn,VqXn,VqXs7$'X
|
||||||
|
BDFChar: 59 91 16 4 13 -4 17
|
||||||
|
s1nZMn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 60 92 16 2 13 -4 15
|
||||||
|
n,VqXn,VqX49.JD49.JD%fd+?%fd+?"2G#S"2G#S!:U!X!:U!X
|
||||||
|
BDFChar: 61 93 16 2 11 -4 17
|
||||||
|
s1nZM"2G#S"2G#S"2G#S"2G#S"2G#S"2G#S"2G#S"2G#S"2G#Ss1nZM
|
||||||
|
BDFChar: 62 94 16 4 11 14 17
|
||||||
|
4?WZD
|
||||||
|
BDFChar: 63 95 16 2 13 -4 -3
|
||||||
|
s7$'X
|
||||||
|
BDFChar: 64 96 16 4 9 14 17
|
||||||
|
nF/P&
|
||||||
|
BDFChar: 65 97 16 2 13 0 11
|
||||||
|
5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 66 98 16 2 13 0 17
|
||||||
|
n,VqXn,VqXn,VqXs1nZMnF5r:nF5r:nF5r:nF5r:s1nZM
|
||||||
|
BDFChar: 67 99 16 4 13 0 11
|
||||||
|
5JTM!n,VqXn,VqXn,VqXn,VqX5JTM!
|
||||||
|
BDFChar: 68 100 16 2 13 0 17
|
||||||
|
!:U!X!:U!X!:U!X5O^o,nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 69 101 16 2 13 0 11
|
||||||
|
5JTM!nF5r:nF5r:s1nZMn,VqX5O^o,
|
||||||
|
BDFChar: 70 102 16 4 13 0 17
|
||||||
|
&&8^k49.JD49.JDs1nZM49.JD49.JD49.JD49.JD49.JD
|
||||||
|
BDFChar: 71 103 16 2 13 -4 11
|
||||||
|
5O^o,nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X5JTM!
|
||||||
|
BDFChar: 72 104 16 2 13 0 17
|
||||||
|
n,VqXn,VqXn,VqXs1nZMnF5r:nF5r:nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 73 105 16 6 9 0 17
|
||||||
|
nF-DX!!)NXnF5r:nF5r:nF-DX
|
||||||
|
BDFChar: 74 106 16 2 9 -4 17
|
||||||
|
%hAX?%hB0]%hB0]%hB0]%hB0]r;6Np
|
||||||
|
BDFChar: 75 107 16 2 13 0 17
|
||||||
|
n,VqXn,VqXn,VqXnF5r:o>'t5rrE'!rrE'!o>'t5nF5r:
|
||||||
|
BDFChar: 76 108 16 6 9 0 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:nF-DX
|
||||||
|
BDFChar: 77 109 16 0 13 0 11
|
||||||
|
0JG17r;?Kjs8;opo/uV,n3$2&n3$2&
|
||||||
|
BDFChar: 78 110 16 2 13 0 11
|
||||||
|
s1nZMnF5r:nF5r:nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 79 111 16 2 13 0 11
|
||||||
|
5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 80 112 16 2 13 -4 11
|
||||||
|
s1nZMnF5r:nF5r:nF5r:nF5r:s1nZMn,VqXn,VqX
|
||||||
|
BDFChar: 81 113 16 2 13 -4 11
|
||||||
|
5O^o,nF5r:nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X
|
||||||
|
BDFChar: 82 114 16 2 11 0 11
|
||||||
|
s1nZMnA+P/n,VqXn,VqXn,VqXn,VqX
|
||||||
|
BDFChar: 83 115 16 2 11 0 11
|
||||||
|
5JTM!n,VqX49.JD%fd+?"2G#SrrE'!
|
||||||
|
BDFChar: 84 116 16 2 11 0 15
|
||||||
|
49.JD49.JDs1nZM49.JD49.JD49.JD49.JD&&8^k
|
||||||
|
BDFChar: 85 117 16 2 13 0 11
|
||||||
|
nF5r:nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 86 118 16 2 13 0 11
|
||||||
|
nF5r:nF5r:nF5r:nF5r:5JTM!%fd+?
|
||||||
|
BDFChar: 87 119 16 0 13 0 11
|
||||||
|
n3$2&n3$2&o/uV,s8;opr;?Kj0JG17
|
||||||
|
BDFChar: 88 120 16 2 13 0 11
|
||||||
|
nF5r:5JTM!%fd+?%fd+?5JTM!nF5r:
|
||||||
|
BDFChar: 89 121 16 2 13 -4 11
|
||||||
|
nF5r:nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X5JTM!
|
||||||
|
BDFChar: 90 122 16 2 11 0 11
|
||||||
|
s1nZM"2G#S%fd+?49.JDn,VqXs1nZM
|
||||||
|
BDFChar: 91 123 16 2 13 -4 17
|
||||||
|
"7QE^%fd+?%fd+?%fd+?$ig\9n,VqX$ig\9%fd+?%fd+?%fd+?"7QE^
|
||||||
|
BDFChar: 92 124 16 6 9 -2 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 93 125 16 2 13 -4 17
|
||||||
|
quHWp%fd+?%fd+?%fd+?!rrE'!:U!X!rrE'%fd+?%fd+?%fd+?quHWp
|
||||||
|
BDFChar: 94 126 16 2 13 14 17
|
||||||
|
r%S%&_skS5
|
||||||
|
BDFChar: 95 224 16 2 13 0 17
|
||||||
|
49.JD%fd+?z5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 96 225 16 2 13 0 17
|
||||||
|
"2G#S%fd+?z5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 97 226 16 2 13 0 17
|
||||||
|
%fd+?5JTM!z5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 98 227 16 2 13 0 17
|
||||||
|
r%S%&_skS5z5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 99 228 16 2 13 0 17
|
||||||
|
nF5r:nF5r:z5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 100 232 16 2 13 0 17
|
||||||
|
49.JD%fd+?z5JTM!nF5r:nF5r:s1nZMn,VqX5O^o,
|
||||||
|
BDFChar: 101 233 16 2 13 0 17
|
||||||
|
"2G#S%fd+?z5JTM!nF5r:nF5r:s1nZMn,VqX5O^o,
|
||||||
|
BDFChar: 102 234 16 2 13 0 17
|
||||||
|
%fd+?5JTM!z5JTM!nF5r:nF5r:s1nZMn,VqX5O^o,
|
||||||
|
BDFChar: 103 235 16 2 13 0 17
|
||||||
|
nF5r:nF5r:z5JTM!nF5r:nF5r:s1nZMn,VqX5O^o,
|
||||||
|
BDFChar: 104 236 16 4 9 0 17
|
||||||
|
nF/P&!!#,D4?P_g4?P_g4?NTD
|
||||||
|
BDFChar: 105 237 16 6 11 0 17
|
||||||
|
4?W-&!!)NXnF5r:nF5r:nF-DX
|
||||||
|
BDFChar: 106 238 16 4 11 0 17
|
||||||
|
4?WZD!!#,D4?P_g4?P_g4?NTD
|
||||||
|
BDFChar: 107 239 16 2 13 0 17
|
||||||
|
nF5r:nF5r:z%fd+?%fd+?%fd+?%fd+?%fd+?%fd+?
|
||||||
|
BDFChar: 108 242 16 2 13 0 17
|
||||||
|
49.JD%fd+?z5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 109 243 16 2 13 0 17
|
||||||
|
"2G#S%fd+?z5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 110 244 16 2 13 0 17
|
||||||
|
%fd+?5JTM!z5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 111 245 16 2 13 0 17
|
||||||
|
r%S%&_skS5z5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 112 246 16 2 13 0 17
|
||||||
|
nF5r:nF5r:z5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 113 249 16 2 13 0 17
|
||||||
|
49.JD%fd+?znF5r:nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 114 250 16 2 13 0 17
|
||||||
|
"2G#S%fd+?znF5r:nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 115 251 16 2 13 0 17
|
||||||
|
%fd+?5JTM!znF5r:nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 116 252 16 2 13 0 17
|
||||||
|
nF5r:nF5r:znF5r:nF5r:nF5r:nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 117 241 16 2 13 0 17
|
||||||
|
r%S%&_skS5zs1nZMnF5r:nF5r:nF5r:nF5r:nF5r:
|
||||||
|
BDFChar: 118 231 16 4 13 -4 11
|
||||||
|
5JTM!n,VqXn,VqXn,VqXn,VqX5JTM!z56*nJ
|
||||||
|
BDFChar: 119 247 16 2 13 2 11
|
||||||
|
%fd+?zs7$'Xz%fd+?
|
||||||
|
BDFChar: 120 253 16 2 13 -4 17
|
||||||
|
"2G#S%fd+?znF5r:nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X5JTM!
|
||||||
|
BDFChar: 121 255 16 2 13 -4 17
|
||||||
|
nF5r:nF5r:znF5r:nF5r:nF5r:nF5r:5O^o,!:U!X!:U!X5JTM!
|
||||||
|
BDFChar: 122 215 16 0 13 2 15
|
||||||
|
0JGJ**8h@C#ClmVs8;op!rrRV&&91C3,gQ*
|
||||||
|
BDFChar: 123 166 16 6 9 -2 17
|
||||||
|
nF5r:nF5r:znF5r:nF5r:
|
||||||
|
BDFChar: 124 165 16 2 13 0 17
|
||||||
|
nF5r:nF5r:nF5r:nF5r:5JTM!%fd+?5JTM!%fd+?%fd+?
|
||||||
|
BDFChar: 125 161 16 6 9 0 17
|
||||||
|
nF5r:znF5r:nF5r:nF-DX
|
||||||
|
BDFChar: 126 162 16 4 13 -4 15
|
||||||
|
%fd+?%fd+?5JTM!n,VqXn,VqXn,VqXn,VqX5JTM!%fd+?%fd+?
|
||||||
|
BDFChar: 127 163 16 2 13 0 17
|
||||||
|
&&8^k49.JD49.JDs1nZM49.JD49.JD49.JD49.JDs7$'X
|
||||||
|
BDFChar: 128 173 16 2 13 6 7
|
||||||
|
s7$'X
|
||||||
|
BDFChar: 129 175 16 2 13 16 17
|
||||||
|
s7$'X
|
||||||
|
BDFChar: 130 184 16 6 11 -4 -3
|
||||||
|
r;6Np
|
||||||
|
BDFChar: 131 180 16 6 11 14 17
|
||||||
|
4?W-&
|
||||||
|
BDFChar: 132 168 16 2 13 14 17
|
||||||
|
nF5r:nF5r:
|
||||||
|
BDFChar: 133 191 16 2 13 0 17
|
||||||
|
%fd+?%fd+?zz%fd+?49.JDn1a>cnF5r:5JTM!
|
||||||
|
BDFChar: 134 216 16 0 15 0 17
|
||||||
|
&+^>'4?kqm4?P_g4T%>>5Q!bD5<M.m4?P_gr&jm>cg]9M
|
||||||
|
BDFChar: 135 248 16 0 15 0 11
|
||||||
|
&+^>'4?P_g4T%>>5<M.m4?P_gcg]9M
|
||||||
|
BDFChar: 136 208 16 0 13 0 17
|
||||||
|
5JTM!4RbK&4?P_g4?P_gs#g<D4?P_g4?P_g4RbK&5JTM!
|
||||||
|
BDFChar: 137 240 16 2 13 0 17
|
||||||
|
5;5;U"2G#S%.F\p!:U!X5O^o,nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 138 222 16 2 13 0 17
|
||||||
|
n,VqXn,VqXs1nZMnF5r:nF5r:nF5r:s1nZMn,VqXn,VqX
|
||||||
|
BDFChar: 139 254 16 2 13 -4 17
|
||||||
|
n,VqXn,VqXn,VqXs1nZMnF5r:nF5r:nF5r:s1nZMn,VqXn,VqXn,VqX
|
||||||
|
BDFChar: 140 223 16 2 13 0 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:o>'t5nF5r:nF5r:nF5r:o>'t5
|
||||||
|
BDFChar: 141 177 16 2 13 0 13
|
||||||
|
%fd+?%fd+?s7$'X%fd+?%fd+?zs7$'X
|
||||||
|
BDFChar: 142 176 16 2 13 8 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 143 186 16 2 13 6 17
|
||||||
|
5JTM!nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 144 172 16 2 13 4 9
|
||||||
|
s7$'X!&+C,!&+C,
|
||||||
|
BDFChar: 145 169 16 0 13 0 17
|
||||||
|
5O^o,^^S!e_p$$BbRD](bRD](bRD](_p$$B^^S!e5O^o,
|
||||||
|
BDFChar: 146 174 16 0 13 0 17
|
||||||
|
5O^o,^^S!eccj_Zbfn;TcOA,.bfn;Tbfn;T^^S!e5O^o,
|
||||||
|
BDFChar: 147 183 16 6 9 6 9
|
||||||
|
nF5r:
|
||||||
|
BDFChar: 148 181 16 2 13 -4 11
|
||||||
|
nF5r:nF5r:nF5r:nF5r:s1nZMn,VqXn,VqXn,VqX
|
||||||
|
BDFChar: 149 160 16 0 1 0 1
|
||||||
|
z
|
||||||
|
BDFChar: 150 9617 16 0 13 -4 17
|
||||||
|
^qdb$z$k*OQz^qdb$z$k*OQz^qdb$z$k*OQ
|
||||||
|
BDFChar: 151 9608 16 0 13 0 17
|
||||||
|
s8;ops8;ops8;ops8;ops8;ops8;ops8;ops8;ops8;op
|
||||||
|
BDFChar: 152 8592 16 0 13 2 15
|
||||||
|
!rrE'%fd+?5Q!bDs8;op5Q!bD%fd+?!rrE'
|
||||||
|
BDFChar: 153 8593 16 0 13 0 15
|
||||||
|
!rrE'&&8^k5O^o,s8;op&&8^k&&8^k&&8^k&&8^k
|
||||||
|
BDFChar: 154 8594 16 0 13 2 15
|
||||||
|
!rrE'"2G#Ss7$'Xs8;ops7$'X"2G#S!rrE'
|
||||||
|
BDFChar: 155 8595 16 0 13 0 15
|
||||||
|
&&8^k&&8^k&&8^k&&8^ks8;op5O^o,&&8^k!rrE'
|
||||||
|
BDFChar: 156 9829 16 0 13 0 15
|
||||||
|
4RbK&s8;ops8;ops8;ops8;op5O^o,&&8^k!rrE'
|
||||||
|
BDFChar: 157 8505 16 2 13 -2 17
|
||||||
|
"2G#Sz&+C,!"7QE^&&8^k&&8^k56*nJ56*nJquHWprrE'!
|
||||||
|
BDFChar: 158 128274 16 0 13 -2 17
|
||||||
|
&&8^k0JG170JG170JG17s8;ops8;opr;?Kjr;?Kjs8;op5O^o,
|
||||||
|
BDFChar: 159 128263 32 6 27 -2 17
|
||||||
|
!":si$p4MPn,PT?!7/F\cbMaU!'^to0FRq8$ihsi!&+f]57@NV$igg^!"[9R4?NU+494jZ!:UBs
|
||||||
|
|
||||||
|
BDFChar: 160 128265 16 2 13 2 15
|
||||||
|
"#'g2%fd+?rrE'!s"OI,rrE'!%fd+?"#'g2
|
||||||
|
BDFChar: 161 128266 16 0 13 0 17
|
||||||
|
!5JTM"3^kkcbRlBcbRlBccj_ZcbRlBcbRlB"3^kk!5JTM
|
||||||
|
BDFChar: 162 119898 32 2 23 0 15
|
||||||
|
&'m?KcTD=0qucus%m9=l4R`kDn..YN4S-?No>!K[^c_5(o?RF.cN*R__"5mf
|
||||||
|
BDFChar: 163 9114 16 0 13 -2 15
|
||||||
|
4T%>>^qdb$^qdb$_#2"G^qdb$^qdb$4T%>>zs8;op
|
||||||
|
BDFChar: 164 10003 16 0 13 -2 17
|
||||||
|
!"8i9!'C6D!'C6D!;lip!:U!X!5JTM"2G#S_na1*o)S@^1B932
|
||||||
|
BDFChar: 165 10004 32 2 23 2 15
|
||||||
|
!!#+]!.4bHp](?a!!D-Z#Jfg>JG:2dHp.NoHiP8`!"\Q!#N,Ra^]4?7
|
||||||
|
BDFChar: 166 9645 32 0 29 2 13
|
||||||
|
s8W,ss8W,s^]4?C^]4?C^]4?C^]4?C^]4?C^]4?C^]4?C^]4?Cs8W,ss8W,s
|
||||||
|
BDFChar: 167 61441 16 0 13 -2 17
|
||||||
|
56*nJ0E<d,quHWp0E<d,0E<d,0^pdc!&+C,!&+C,!&+C,!;lip
|
||||||
|
BDFChar: 168 61442 16 0 13 -2 17
|
||||||
|
56*nJ0E<d,quHWp0E<d,0E<d,0`3X&!"8i9!;lip!5JTM!;lip
|
||||||
|
BDFChar: 169 61443 16 0 13 -2 17
|
||||||
|
56*nJ0E<d,quHWp0E<d,0E<d,0`3X&!"8i9!'C6D!"8i9!;lip
|
||||||
|
BDFChar: 170 61444 16 0 13 -2 17
|
||||||
|
56*nJ0E<d,quHWp0E<d,0E<d,0^pdc"#'g2"#'g2"8i9!!&+C,
|
||||||
|
BDFChar: 171 192 16 2 13 0 17
|
||||||
|
49.JD%fd+?%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 172 193 16 2 13 0 17
|
||||||
|
"2G#S%fd+?%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 173 194 16 2 13 0 17
|
||||||
|
5JTM!z%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 174 195 16 2 13 0 17
|
||||||
|
r%S%&_skS5%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 175 196 16 2 13 0 17
|
||||||
|
nF5r:nF5r:%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 176 197 16 2 13 0 17
|
||||||
|
%fd+?0YfBX%fd+?5JTM!nF5r:nF5r:s7$'XnF5r:nF5r:
|
||||||
|
BDFChar: 177 200 16 2 11 0 17
|
||||||
|
49.JD%fd+?s1nZMn,VqXn,VqXrrE'!n,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 178 201 16 2 11 0 17
|
||||||
|
"2G#S%fd+?s1nZMn,VqXn,VqXrrE'!n,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 179 202 16 2 11 0 17
|
||||||
|
5JTM!zs1nZMn,VqXn,VqXrrE'!n,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 180 203 16 2 11 0 17
|
||||||
|
o>'t5zs1nZMn,VqXn,VqXrrE'!n,VqXn,VqXs1nZM
|
||||||
|
BDFChar: 181 199 16 2 11 -4 17
|
||||||
|
5JTM!n,VqXn,VqXn,VqXn,VqXn,VqXn,VqXn,VqX5JTM!z&&8^k
|
||||||
|
BDFChar: 182 204 16 2 13 0 17
|
||||||
|
49.JD%fd+?s7$'X%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 183 205 16 2 13 0 17
|
||||||
|
"2G#S%fd+?s7$'X%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 184 206 16 2 13 0 17
|
||||||
|
5JTM!zs7$'X%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 185 207 16 2 13 0 17
|
||||||
|
nF5r:zs7$'X%fd+?%fd+?%fd+?%fd+?%fd+?s7$'X
|
||||||
|
BDFChar: 186 209 16 2 13 0 17
|
||||||
|
r%S%&_skS5z_!o//nF5r:r:'XRs7$'XoC2A@nF5r:
|
||||||
|
BDFChar: 187 210 16 2 13 0 17
|
||||||
|
49.JD%fd+?5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 188 211 16 2 13 0 17
|
||||||
|
"2G#S%fd+?5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 189 212 16 2 13 0 17
|
||||||
|
5JTM!z5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 190 213 16 2 13 0 17
|
||||||
|
r%S%&_skS55JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 191 214 16 2 13 0 17
|
||||||
|
nF5r:z5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 192 217 16 2 13 0 17
|
||||||
|
49.JD%fd+?nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 193 218 16 2 13 0 17
|
||||||
|
"2G#S%fd+?nF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 194 219 16 2 13 0 17
|
||||||
|
5JTM!znF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 195 220 16 2 13 0 17
|
||||||
|
nF5r:znF5r:nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!
|
||||||
|
BDFChar: 196 221 16 2 13 0 17
|
||||||
|
"2G#S%fd+?nF5r:nF5r:nF5r:5JTM!%fd+?%fd+?%fd+?
|
||||||
|
BDFChar: 197 229 16 2 13 0 17
|
||||||
|
%fd+?0YfBX%fd+?5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 198 167 16 2 13 0 17
|
||||||
|
5JTM!n,VqXn,VqXrrE'!0YfBX&+C,!!:U!X!:U!Xs1nZM
|
||||||
|
BDFChar: 199 170 16 2 13 6 17
|
||||||
|
5JTM!!:U!X5O^o,nF5r:nF5r:5O^o,
|
||||||
|
BDFChar: 200 182 16 2 13 0 17
|
||||||
|
5O^o,o.]bio.]bio.]bio.]bi5;5;U"#'g2"#'g2"#'g2
|
||||||
|
BDFChar: 201 185 16 4 9 8 17
|
||||||
|
nF/+c0JG17r;6Np
|
||||||
|
BDFChar: 202 178 16 4 9 8 17
|
||||||
|
r;6s3r;=@Gr;6Np
|
||||||
|
BDFChar: 203 179 16 4 9 8 17
|
||||||
|
r;6s34?O#\r;6Np
|
||||||
|
BDFChar: 204 171 16 0 13 4 13
|
||||||
|
%m1@b4RbK&o>'t54RbK&%m1@b
|
||||||
|
BDFChar: 205 187 16 0 13 4 13
|
||||||
|
o>'t54RbK&%m1@b4RbK&o>'t5
|
||||||
|
BDFChar: 206 8308 16 2 9 8 17
|
||||||
|
4?Uj3bfp+e$k*+9
|
||||||
|
BDFChar: 207 188 16 0 13 0 17
|
||||||
|
n,VqX0FTWD0JG170YfBXs7$'X%knMJ1GCU=_u.FM!&+C,
|
||||||
|
BDFChar: 208 190 16 0 13 0 17
|
||||||
|
quHWp$k*OQ4>8lO%)<:es7$'X%knMJ1GCU=_u.FM!&+C,
|
||||||
|
BDFChar: 209 189 16 0 13 0 17
|
||||||
|
n,VqX0FTWD0JG170YfBXs8;op$k*OQ0`3X&^qdb$!;lip
|
||||||
|
BDFChar: 210 164 16 0 13 0 13
|
||||||
|
!rrE'1GCU=&&8^ks8;op&&8^k1GCU=!rrE'
|
||||||
|
BDFChar: 211 61457 16 0 15 2 15
|
||||||
|
r!`K3^c]Cp^^S!en-ndp^^S!e^^S!e^d#V!
|
||||||
|
BDFChar: 212 61458 16 0 15 2 15
|
||||||
|
r&jm>^r*t*^r*t*n,r.^^^S!e^bEPX_#M4M
|
||||||
|
BDFChar: 213 61459 16 0 15 2 15
|
||||||
|
r&jm>^r*t*^]V@Sn-ndp^]V@S^r*t*^c]Cp
|
||||||
|
BDFChar: 214 61460 16 0 15 2 15
|
||||||
|
r!`K3^c]Cp^s'U<o*k4!_uIXS^^S!e^^S!e
|
||||||
|
BDFChar: 215 61450 32 2 29 -2 15
|
||||||
|
4>=u54>=u5__B:g__B:g__B:g__B:g__B!D__B!Ds"MYNs"MYN__B:g__B:g_[jsF_[jsFzzs8W,g
|
||||||
|
s8W,g
|
||||||
|
BDFChar: 216 9644 32 0 29 2 13
|
||||||
|
s8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,ss8W,s
|
||||||
|
BDFChar: 217 9618 16 0 13 0 17
|
||||||
|
bfn;T1GCU=bfn;T1GCU=bfn;T1GCU=bfn;T1GCU=bfn;T
|
||||||
|
BDFChar: 218 65296 16 2 13 0 17
|
||||||
|
%fd+?5JTM!nF5r:nF5r:nF5r:nF5r:nF5r:5JTM!%fd+?
|
||||||
|
BDFChar: 219 198 16 0 13 0 17
|
||||||
|
&,Zt95JTM!o>'t5o>'t5oC2A@s1nZMo>'t5o>'t5oDJ4X
|
||||||
|
BDFChar: 220 338 16 0 13 0 17
|
||||||
|
5Q!bDo>'t5o>'t5o>'t5oC2A@o>'t5o>'t5o>'t55Q!bD
|
||||||
|
BDFChar: 221 230 16 0 15 0 11
|
||||||
|
4T%>>"4%(q5L2R?oDJ4Xo>'t54T@PD
|
||||||
|
BDFChar: 222 339 16 0 15 0 11
|
||||||
|
4T%>>o?[$So?[$SoDJ4Xo>'t54T@PD
|
||||||
|
BDFChar: 223 8482 32 4 25 8 17
|
||||||
|
s3(oObR=mj4:D`_$k1>g%*T+gbR=p($k*OQ$k*+9
|
||||||
|
BDFChar: 224 8195 16 0 1 0 1
|
||||||
|
z
|
||||||
|
BDFChar: 225 8194 16 0 1 0 1
|
||||||
|
z
|
||||||
|
BDFChar: 226 8200 6 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 227 8202 2 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 228 8203 0 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 229 8193 16 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 230 65279 0 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 231 8192 16 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 232 8196 8 0 1 0 1
|
||||||
|
z
|
||||||
|
BDFChar: 233 8197 4 0 1 0 1
|
||||||
|
z
|
||||||
|
BDFChar: 234 8198 2 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 235 8201 4 1 1 0 0
|
||||||
|
z
|
||||||
|
BDFChar: 236 8324 16 2 9 -2 7
|
||||||
|
4?Uj3bfp+e$k*+9
|
||||||
|
BDFChar: 237 8321 16 4 9 -2 7
|
||||||
|
nF/+c0JG17r;6Np
|
||||||
|
BDFChar: 238 8322 16 4 9 -2 7
|
||||||
|
r;6s3r;=@Gr;6Np
|
||||||
|
BDFChar: 239 8323 16 4 9 -2 7
|
||||||
|
r;6s34?O#\r;6Np
|
||||||
|
BDFChar: 240 8364 16 0 11 0 17
|
||||||
|
&+C,!49.JD49.JDs1nZM49.JDs1nZM49.JD49.JD&+C,!
|
||||||
|
BDFChar: 241 129992 16 2 13 -4 19
|
||||||
|
cN)8kcN)8k^];.Ms7$'X%knMJ%knMJ%knMJ%fd+?%fd+?%fd+?%fd+?5JTM!
|
||||||
EndBitmapFont
|
EndBitmapFont
|
||||||
EndSplineFont
|
EndSplineFont
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
for range in $(fc-query --format='%{charset}\n' "$1"); do
|
||||||
|
for n in $(seq "0x${range%-*}" "0x${range#*-}"); do
|
||||||
|
printf "<div><span>%04x</span><span>&#x%x;</span></div>" "$n" "$n"
|
||||||
|
done
|
||||||
|
done
|
|
@ -0,0 +1,77 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Vidéoway Mono</title>
|
||||||
|
<link rel="stylesheet" href="styles.css">
|
||||||
|
<style>
|
||||||
|
body
|
||||||
|
{
|
||||||
|
font-family: "Videoway Mono-HiDpi";
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
.lodpi
|
||||||
|
{
|
||||||
|
font-family: "Videoway Mono";
|
||||||
|
}
|
||||||
|
h1,h2,h3,h4,h5,h6
|
||||||
|
{
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.glyphs div
|
||||||
|
{
|
||||||
|
display: inline-flex;
|
||||||
|
flex-direction: column;
|
||||||
|
border: 1px grey solid;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
.glyphs div span
|
||||||
|
{
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
.glyphs div span:nth-child(odd)
|
||||||
|
{
|
||||||
|
font-size: 11px;
|
||||||
|
border-bottom: 1px grey solid;
|
||||||
|
}
|
||||||
|
.glyphs div span:nth-child(even)
|
||||||
|
{
|
||||||
|
font-size: 44px;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Videoway Mono</h1>
|
||||||
|
<h2>version 1.003</h2>
|
||||||
|
<p>A 8x11px font meant to be a complete remake of the font found in the old Videoway terminals from Vidéotron, with a few additions to cover as much scripts as possible. Hand-made for retrogaming fans, but also a nice font for programmers who want a small, easy to read font. It's a bitmap font, so it works best in a multiple of 11px or 8pt. Glyphs are 8 pixels large with a few ones double width, making it ideal for most uses of a monospaced font.</p>
|
||||||
|
<h2>FAQ</h2>
|
||||||
|
<h3>Which one do I pick?</h3>
|
||||||
|
<p>The .ttf ones should just work out of the box. On MacOS, the .dfont should work as well. On Linux, you should be able to <a href="https://wiki.archlinux.org/title/Fonts">figure it out</a>. Finally, if you're embedding this font on the web, you can pick the .woff2 files and use them with the included CSS stylesheet.</p>
|
||||||
|
<h3>What's with the HiDPi version?</h3>
|
||||||
|
<p>Check the Charset section below.</p>
|
||||||
|
<h3>The zero is wrong!</h3>
|
||||||
|
<p>There's an alternate one at U+FF10.</p>
|
||||||
|
<h3>What's with the accented uppercase characters?</h3>
|
||||||
|
<p>The original Videoway font notably didn't have any accented uppercase characters (or a lot of the symbols shown here), but for convenience, I created new ones. You should take this in consideration when emulating the Videoway.</p>
|
||||||
|
<h3>The kerning is all over the place!</h3>
|
||||||
|
<p>Yeah, I checked, it was like this on the original Videoway too.</p>
|
||||||
|
<h3>Where did you get this from?</h3>
|
||||||
|
<p>Credits to plgDavid who extracted the font from a Videoway terminal (accounting for the Basic Latin Unicode block, the accented lowercase letters used in French and some symbols), a few of them were copied from old screenshots and the rest are my own creation.</p>
|
||||||
|
<h3>Who are you? Why are you doing this?</h3>
|
||||||
|
<p>I'm <a href="https://a39.ca">Yuki</a>, and this is a love letter to the <a href="https://en.wikibooks.org/wiki/History_of_video_games/Platforms/Vid%C3%A9oway">cable box of my childhood</a>.</p>
|
||||||
|
<h2>Charset</h2>
|
||||||
|
<h3>Videoway Mono-HiDpi</h3>
|
||||||
|
<p>Renders best at 22px or multiples thereof. This one is the most accurate to the original Videoway font, recommended for larger font sizes.</p>
|
||||||
|
<section class="glyphs">
|
||||||
|
%GLYPHS%
|
||||||
|
</section>
|
||||||
|
<h3>Videoway Mono</h3>
|
||||||
|
<p>Renders best at 11px. Recommended if you need a small font, such as in a text editor. It should still be largely the same, except for these glyphs, adapted for a lower resolution.</p>
|
||||||
|
<section class="glyphs lodpi">
|
||||||
|
<div><span>00d7</span><span>×</span></div><div><span>2714</span><span>✔</span></div>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,12 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "Videoway Mono";
|
||||||
|
src: local("Videoway Mono"),
|
||||||
|
url("VideowayMono.woff2") format("woff"),
|
||||||
|
url("VideowayMono.ttf") format("ttf");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Videoway Mono-HiDpi";
|
||||||
|
src: local("Videoway Mono-HiDpi"),
|
||||||
|
url("VideowayMonoHiDpi.woff2") format("woff"),
|
||||||
|
url("VideowayMonoHiDpi.ttf") format("ttf");
|
||||||
|
}
|
Loading…
Reference in New Issue