Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3fe1754a
Commit
3fe1754a
authored
Sep 01, 2004
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Sep 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cyrillic glyphs to Wine System.
parent
3cc00b50
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
.cvsignore
fonts/.cvsignore
+2
-0
Makefile.in
fonts/Makefile.in
+8
-1
wine_system.sfd
fonts/wine_system.sfd
+0
-0
No files found.
fonts/.cvsignore
View file @
3fe1754a
...
...
@@ -14,6 +14,8 @@ wine_sans_serif.ttf
wine_sserife.fon
wine_sserifee.fon
wine_sserifer.fon
wine_system-1251-96-16.fnt
wine_system-1252-96-16.fnt
wine_system.ttf
wine_vgasys.fon
wine_vgasysr.fon
fonts/Makefile.in
View file @
3fe1754a
...
...
@@ -11,7 +11,8 @@ BITMAP_FONTS = \
wine_sserife.fon
\
wine_sserifee.fon
\
wine_sserifer.fon
\
wine_vgasys.fon
wine_vgasys.fon
\
wine_vgasysr.fon
TRUETYPE_FONTS
=
...
...
@@ -50,6 +51,9 @@ wine_sans_serif-1251-96-16.fnt: wine_sans_serif.ttf $(SFNT2FNT)
wine_system-1252-96-16.fnt
:
wine_system.ttf $(SFNT2FNT)
$(LDPATH)
$(SFNT2FNT)
wine_system.ttf 16 1252 96 128
wine_system-1251-96-16.fnt
:
wine_system.ttf $(SFNT2FNT)
$(LDPATH)
$(SFNT2FNT)
wine_system.ttf 16 1251 96 128
wine_sserife.fon
:
wine_sans_serif-1252-96-13.fnt wine_sans_serif-1252-96-16.fnt $(FNT2FON)
$(FNT2FON)
wine_sans_serif-1252-96-13.fnt wine_sans_serif-1252-96-16.fnt
$@
...
...
@@ -62,6 +66,9 @@ wine_sserifer.fon: wine_sans_serif-1251-96-13.fnt wine_sans_serif-1251-96-16.fnt
wine_vgasys.fon
:
wine_system-1252-96-16.fnt $(FNT2FON)
$(FNT2FON)
wine_system-1252-96-16.fnt
$@
wine_vgasysr.fon
:
wine_system-1251-96-16.fnt $(FNT2FON)
$(FNT2FON)
wine_system-1251-96-16.fnt
$@
wine_coure.fon
:
wine_courier-1252-96-13.fnt $(FNT2FON)
$(FNT2FON)
wine_courier-1252-96-13.fnt
$@
...
...
fonts/wine_system.sfd
View file @
3fe1754a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment