Displaying 14 results from an estimated 14 matches for "mkfontscal".
Did you mean:
mkfontscale
2018 Mar 07
0
[ANNOUNCE] mkfontscale 1.1.3
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.
Alan Coopersmith (1):
mkfontscale 1.1.3
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
mkfontscale: Avoid a buffer underrun
Mihail Konev (1):...
2019 Mar 21
0
[ANNOUNCE] mkfontscale 1.2.1
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system. It now includes the mkfontdir script previously
distributed separately for compatibility with older X11 versions.
This release fixes a regression introduced in the 1.2.0 release that could
leave the mkfontdir s...
2019 Mar 02
0
[ANNOUNCE] mkfontscale 1.2.0
mkfontscale creates the fonts.scale and fonts.dir index files used by the
legacy X11 font system.
Starting with this release, 1.2.0, it now includes the mkfontdir script
previously distributed separately for compatibility with older X11 versions.
(The entries below starting with 'mkfontdir: ' represe...
2008 May 10
0
[ANNOUNCE] mkfontscale 1.0.5
...and BDF variants of a font to be included into the fonts.dir
file under some circumstances. It also fixes the handling of
OpenType/CFF fonts with embedded bitmaps, which will no longer be
mistaken for bitmap fonts.
Julien Cristau (1):
Bump to 1.0.5
Juliusz Chroboczek (5):
Fix typo in mkfontscale.c.
Add bdf and pcf to font priority table.
Remove doubly included header.
Fix handling of OpenType/CFF fonts with embedded bitmaps.
Update copyright date.
Paulo Cesar Pereira de Andrade (1):
Compile warning fixes.
git tag: mkfontscale-1.0.5
http://xorg.freedesktop....
2008 Mar 06
0
[ANNOUNCE] mkfontscale 1.0.4
Adam Jackson (2):
Bug #11337: Use strcasecmp() instead of broken open-coded version.
mkfontscale 1.0.4
Alan Coopersmith (2):
Convert (1) to (__appmansuffix__) in man page
Fix typo in man page
James Cloos (3):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
git t...
2015 Jan 17
0
[ANNOUNCE] mkfontscale 1.1.2
mkfontscale creates the fonts.scale and fonts.dir index files used by
the legacy X11 font system.
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.
Alan Coopersmith (8):...
2006 Nov 08
0
[ANNOUNCE] Broken sums in previous announcements
.... Thanks Tilman, or else I wouldn't
have noticed.
http://xorg.freedesktop.org/archive/individual/app/luit-1.0.2.tar.gz
MD5: 1acd244a489bae605a03a84d0754fb00 luit-1.0.2.tar.gz
SHA1: 3ea4328256a6576e12fcdac278263d2fef6edf63 luit-1.0.2.tar.gz
http://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.0.3.tar.gz
MD5: 386bc88e8d1f31164d977ff77f06f9cd mkfontscale-1.0.3.tar.gz
SHA1: d2e56a81bfb8f83d016fb35273da3aad08eca989 mkfontscale-1.0.3.tar.gz
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.0.3.tar.gz
MD5: 5052dca51f8425a095e6f67dcb37822d xkbcomp-1.0.3.tar.gz
SHA1: 10525cc1a...
2012 Jul 19
0
Missing /usr/share/X11/fonts/encodings/encodings.dir on CentOS 6 ?
...is looking for
an X11 font name that does not appear in any font.scale or font.dir
files on CentOS 6 - but does on CentOS 5 - but the actual (identical)
font file exists on CentOS 6
The font.scale and font.dir files have fewer entries on CentOS 6 than
the corresponding CentOS 5 files
Stracing mkfontscale shows that it tries to open
/usr/share/X11/fonts/encodings/encodings.dir - which isn't there -
however, if I manually create this file on CentOS 6 - using the command
'mkfontscale -n -e /usr/share/X11/fonts/encodings' and then re-create
the font.scale and font.dir files for font di...
2019 Feb 20
0
[ANNOUNCE] libfontenc 1.1.4
The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.
This release fixes a bug that would cause mkfontscale(1) to fail to
produce entries for the iso8859-7 encoding because of wrong Unicode
mappings for the iso8859-7 codepage.
Alan Coopersmith (4):
Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration...
2007 Feb 23
1
Encore 4.1
Marcus,
I am running Encore 4.1.0.0 on Windows XP. The graphic tool works for chords
but the text tool crashes whenever I exit its input mode. I copy the TTF's to
the Windows font folder and it still does not work.
So, I just moved the TTF's to the Windows font folder without success. Do you
have a solution?
Very much appreciative.
Sincerely,
Carl Protho
-------------- next part
2011 Aug 05
0
additional fonts on centos 6 (Jerry Geis)
.... How do I add fonts to openoffice for CentOS 6?
> Thanks,
> Jerry
Usually, when I want to add fonts in centos(5.X or 6.0 ), I use this way:
(under root permission, or use "sudo" to execute the following commands)
cp /my/font /usr/share/fonts/myfont -Rf
cd /usr/share/fonts/myfont/
mkfontscale
mkfontdir
fc-cache
These works in gnome desktop for adding fonts in openoffice/libreoffice, hope this help you!
Cheers,
Simon.Sun.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110805/939123e1/attachment...
2008 Mar 06
0
[ANNOUNCE] mkfontdir 1.0.4
Adam Jackson (1):
mkfontdir 1.0.4
Alan Coopersmith (3):
Add references to mkfontscale to man page
Fill in COPYING file with copyright/license notices
Fix formatting of man page so ellipsis are shown with Solaris nroff
James Cloos (3):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-...
2010 Nov 12
2
X11R7.6 Release Candidate 1
...libxcb - 1.7
libxkbfile 1.0.6 1.0.7
luit 1.0.4 1.1.0
makedepend 1.0.2 1.0.3
mkfontdir 1.0.5 1.0.6
mkfontscale 1.0.7 1.0.8
pthread-stubs - 0.3
randrproto 1.3.1 1.3.2
recordproto 1.14 1.14.1
renderproto 0.11 0.11.1
resourceproto 1.1.0 1.1.0...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine.
I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15
Everything I have read says use the installer to load windows programs.
Where is the installer?
Thanks,
--
Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA
http://www.plansandprojects.com My hobby pages are here: