1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
cde/cde/programs/dtudcfonted
Jon Trulson cdf8003f7c Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
Added proper SharedDtSvcReqs in lnxLib.tmpl and CplusplusLibC in
linux.cf.  This allows the libstdc++ dependancy to be properly
declared for libDtSvc so that it is not neccessary to hardcode 'CCLINK
= g++' in the Imakefiles of programs linking angainst libDtSvc.
2012-06-19 16:27:20 -06:00
..
dtaddcpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtbdftocpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcpftobdf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcpftogpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtcpgpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtgpftobdf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtgpftocpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtlsgpf Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
include Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
libfal On linux do not include X11/Xlocale.h but locale.h, this prevents 2012-03-14 13:50:42 +00:00
libfuty Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
pixmaps Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
resource Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
code.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
comsub.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cpyw.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
cpyx.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
dtudcfonted.1 Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
dtudcfonted.msg Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
fssxeg.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc). 2012-06-19 16:27:20 -06:00
mtfgui.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
selectx.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
selectxlfd.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
ufont.c Prototype static function setRealDelArea() before it is used. 2012-03-14 13:52:14 +00:00
ufontrsrc.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
util.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
xoakufont.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
xutil.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00

$XConsortium: README /main/3 1996/07/04 02:23:02 cde-fuj $
UDC font editor and UDC data exchange utility README


1) Environment

1.1) XLOCALEDIR environment variable

	- If the NLS database ("XLC_LOCALE" files) locates
	in different directory from where specified at building 
	time, set the full path name of the correct directory to
	the XLOCALEDIR environment variable.

1.2) Editable Fonts

	- Currently, only jisx0208 fonts in Japanese locale is 
	defined in NLS database to have UDC. So the dtudcfonted
	will not show the edit view in other locales than Japanese.

	- If the "fonts.list" file exists in the directories showed 
	below, dtudcfonted and dtudcexch read and get directories
	from this file to search fonts.

		/usr/dt/config/
		/usr/dt/config/$LANG
		$DTUDCFONTS/
		$DTUDCFONTS/$LANG

	- If the system place fonts in different directories other
	than listed in this file, you need to add them in it.