better font
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@487 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
63dd11b95f
commit
4234f94f3f
13 changed files with 3662 additions and 4274 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resource/IBMPlexMono-Bold.ttf
Normal file
BIN
resource/IBMPlexMono-Bold.ttf
Normal file
Binary file not shown.
BIN
resource/IBMPlexMono.ttf
Normal file
BIN
resource/IBMPlexMono.ttf
Normal file
Binary file not shown.
BIN
resource/IBMPlexSerif.ttf
Normal file
BIN
resource/IBMPlexSerif.ttf
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
object {
|
||||
text {
|
||||
ttf "resource/DejaVuSerif.ttf",
|
||||
ttf "resource/IBMPlexSerif.ttf",
|
||||
"Milsko Toolkit",
|
||||
1, 0
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 57 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
3932
src/text/boldttf.c
3932
src/text/boldttf.c
File diff suppressed because it is too large
Load diff
3998
src/text/ttf.c
3998
src/text/ttf.c
File diff suppressed because it is too large
Load diff
|
|
@ -7,8 +7,8 @@ for out in src/text/ttf.c src/text/boldttf.c; do
|
|||
echo '' >> $out
|
||||
echo '#ifdef USE_STB_TRUETYPE' >> $out
|
||||
done
|
||||
xxd -n MwTTFData -i resource/DejaVuSansMono.ttf | sed s/_len/Size/ >> src/text/ttf.c
|
||||
xxd -n MwBoldTTFData -i resource/DejaVuSansMono-Bold.ttf | sed s/_len/Size/ >> src/text/boldttf.c
|
||||
xxd -n MwTTFData -i resource/IBMPlexMono.ttf | sed s/_len/Size/ >> src/text/ttf.c
|
||||
xxd -n MwBoldTTFData -i resource/IBMPlexMono-Bold.ttf | sed s/_len/Size/ >> src/text/boldttf.c
|
||||
for out in src/text/ttf.c src/text/boldttf.c; do
|
||||
echo '#endif' >> $out
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue