Commit Graph

53 Commits (master)

Author SHA1 Message Date
Alexandre Julliard fabc25d8b7 makefiles: Add support in make_makefiles for flags in sfd files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:09:19 +09:00
Alexandre Julliard 09e70524f4 makedep: Generate install rules for TrueType fonts based on pragmas in the .sfd file. 2014-02-05 13:49:08 +01:00
Alexandre Julliard 1cccb5594a makedep: Generate rules for bitmap fonts based on pragmas in the .sfd file. 2014-02-05 13:32:33 +01:00
Alexandre Julliard 509364e1dd makefiles: Get rid of Make.rules. 2014-01-14 12:18:02 +01:00
Alexandre Julliard 54300b2302 makefiles: Add support for a variable to list extra targets. 2013-12-31 19:22:57 +01:00
Alexandre Julliard 64b21eee94 makedep: Generate rules for TrueType fonts in maintainer mode. 2013-12-27 14:31:51 +01:00
Alexandre Julliard 1047e0474d makefiles: Leave it to install-sh to create destination directories. 2013-12-26 14:35:15 +01:00
Alexandre Julliard 7a8d1838b0 makefiles: Explicitly specify source directory in font dependencies. 2013-12-12 13:25:14 +01:00
Alexandre Julliard a60ebd3ade makefiles: Link libwine statically into the tools to avoid run-time path dependencies. 2013-10-04 17:46:22 +02:00
Akihiro Sagawa d29f6c41eb fonts: Fix default character index of Japanese Fixedsys. 2013-05-17 17:00:24 +02:00
Akihiro Sagawa c4408e0b62 fonts: Add Japanese FixedSys font. 2013-04-09 12:06:14 +02:00
Akihiro Sagawa 6eaa345261 fonts: Add Fixedsys font. 2013-04-09 12:06:12 +02:00
Dmitry Timoshkov 1b17f0fd5d fonts: Add an initial version of Wingdings font.
This version contains just 3 glyphs which were copied from OpenSymbol font.
2013-03-01 18:03:30 +01:00
Dmitry Timoshkov fc42bfe60f fonts: Generate large pixel size versions of MS Sans Serif. 2012-04-13 16:09:44 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard 8350aafd54 fonts: Remove the rules for font symlinks and go back to standard VPATH usage. 2010-02-04 20:29:23 +01:00
Jon Parshall fd37a32072 fonts: Add the Symbol font. 2009-02-20 18:45:59 +01:00
Alexandre Julliard e01452bf45 fonts: Copy the TrueType fonts to the build directory for out-of-tree builds. 2009-02-05 21:13:34 +01:00
Alexandre Julliard b3ec2e5f95 makefiles: Recurse into all directories for install-lib and install-dev too. 2008-08-25 14:27:03 +02:00
Alasdair Sinclair 6d3df49e7e fonts: Fix uninstall of TrueType fonts. 2008-03-31 12:12:18 +02:00
Alexandre Julliard 8ad6049ac6 fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode. 2008-03-23 19:36:34 +01:00
Alexandre Julliard f2734a1a64 tools/sfnt2fnt: Add getopt option parsing. 2008-03-22 21:08:54 +01:00
Alexandre Julliard f5c49b210a tools/sfnt2fnt: Merge the fnt2fon code into sfnt2fnt to allow generating fonts in a single step. 2008-03-22 21:08:49 +01:00
Aric Stewart 0904e34906 fonts: Add Japanese small font. 2008-01-11 12:23:33 +01:00
Aric Stewart 172a88de10 fonts: Build the jvgasys.fon from the 18 pixel strike. 2007-12-10 12:12:45 +01:00
Huw Davies 3112a92349 fonts: Add a very incomplete Tahoma Bold. 2007-10-05 10:25:26 +02:00
Huw Davies 8be6c6f428 fonts: Add a Tahoma replacement. Almost entirely based on a patch by Larry Snyder. 2007-10-04 11:37:56 +02:00
Alexandre Julliard 84cb26e48a makefiles: Remove the dependencies comment in files that don't need it. 2006-09-14 09:38:39 +02:00
Alexandre Julliard 9f8eb41e77 fonts: Avoid using the $< make variable in explicit rules. 2006-09-09 21:21:55 +02:00
Alexandre Julliard 2886e9b0e8 makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
2006-08-07 17:48:18 +02:00
Dmitry Timoshkov 8698fe8f3c fonts: Fix a copy/paste bug preventing correct generation of the
System font for codepages 1256 and 1257.
2006-07-06 12:45:11 +02:00
Huw Davies f875d30e7a fonts: Add an 11 ppem strike of 'Small Fonts'. 2006-04-03 21:35:27 +02:00
Dmitry Timoshkov f1a0835267 fonts: Install fonts in $(datadir)/wine/fonts. 2006-03-08 11:32:01 +01:00
Mike Frysinger 5392844392 Add support for 'make install DESTDIR'. 2006-02-14 13:51:38 +01:00
Vincent Béron 036e02281c Sort the font filenames in alphabetical order in fonts/Makefile.in. 2005-10-04 11:30:01 +00:00
Huw Davies 2698bf3908 Generate Greek, Turkish, Hebrew, Arabic, Baltic and Thai versions of
MS Sans Serif.
2005-09-16 18:46:11 +00:00
Huw Davies 084148267b Generate Greek, Turkish, Hebrew, Arabic and Baltic versions of
Courier.
2005-09-15 18:47:24 +00:00
Huw Davies a861f4dfe0 Generate Greek, Turkish, Hebrew, Arabic, Baltic, Thai, Japanese and
Korean versions of the System font.  All the non-latin glyphs are
still blanks.
2005-09-15 14:58:52 +00:00
Dmitry Timoshkov cdd9a4a5b4 Rename Wine fonts to match Windows font names. 2005-09-08 18:56:59 +00:00
Huw Davies 84ae4d8bd1 Add System font for the Chinese codepages cp936 and cp950. Of course
they don't contain any ideographs (and nor should they).
2005-08-19 09:57:47 +00:00
Pavel Roskin c01c579f06 fontforge 20050729 insists on adding .ttf extension even if the
requested output file name ends with a dot.  So let's go back to names
ending with ttf.
2005-08-18 10:52:24 +00:00
Robert Shearman 8b00c3d6e2 ttf files for bitmap fonts should be generated with an extension of
just "." to work around a quirk in fontforge (with thanks to George
Williams for helping me fix this).
2005-07-20 17:48:26 +00:00
Huw Davies 9e4a58136c Calculating the average width doesn't seem possible, so set it
manually instead.
Fix the copyright in wine_system.
2004-11-19 18:23:52 +00:00
Dmitry Timoshkov dbaf0830c4 Add cyrillic glyphs to wine_sans_serif at 20 ppem. 2004-09-28 02:36:06 +00:00
Huw Davies d56de58969 Add a 20 ppem strike with cp1252 coverage to Wine Sans Serif.
Add U+201a to all strikes.
2004-09-20 21:46:00 +00:00
Alexandre Julliard cfef4ade07 TransGaming
Add a Marlett replacement font.
2004-09-16 20:37:07 +00:00
Huw Davies 51eccdc4d0 Add cp1250 glyphs to Wine Courier. 2004-09-14 17:44:56 +00:00
Huw Davies 73d97fae5d Add cp1250 glyphs to Wine System. 2004-09-13 19:17:17 +00:00
Dmitry Timoshkov 3fe1754a31 Add cyrillic glyphs to Wine System. 2004-09-01 17:28:47 +00:00