[root] / trunk / graf2d / graf / src / TTF.cxx Repository:
ViewVC logotype

Log of /trunk/graf2d/graf/src/TTF.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 47989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 12 14:26:27 2012 UTC (2 years, 1 month ago) by couet
File length: 20781 byte(s)
Diff to previous 47593
Changes to improve the mapping between off file and PDF/PS fonts

Revision 47593 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 23 09:26:14 2012 UTC (2 years, 2 months ago) by couet
File length: 20782 byte(s)
Diff to previous 47348
Fix a very old bug (in TTF since the beginning). With the following code the spaces between "text" and #lambda were ignored.

 TLatex t; t.DrawLatex( 0.1,0.1,"text   #Lambda" )

Revision 47348 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 16 14:55:44 2012 UTC (2 years, 2 months ago) by pcanal
File length: 20783 byte(s)
Diff to previous 46896
On some platform the freetype headers are 'internal', so let's not use them in public headers

Revision 46896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 30 13:29:05 2012 UTC (2 years, 2 months ago) by couet
File length: 20712 byte(s)
Diff to previous 32449
New class TMathText to Draw Math formulas using a TeX processor written by Yue Shi Lai

Revision 32449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 4 10:30:03 2010 UTC (4 years, 10 months ago) by couet
File length: 18488 byte(s)
Diff to previous 29232
- Implement the Symbol in Italic. Font number 15
- New method GetTextAdvance.

Revision 29232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 26 07:54:06 2009 UTC (5 years, 6 months ago) by rdm
File length: 17337 byte(s)
Diff to previous 23140
add protection against double deletion of TTF structures, reported by
valgrind when running in statically linked mode.

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 17316 byte(s)
Diff to previous 20882
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17316 byte(s)
Diff to previous 20411
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 19 12:37:58 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17316 byte(s)
Diff to previous 19826
remove conditional around include of RConfigure.h:

#ifdef R__HAVE_CONFIG
#include "RConfigure.h"
#endif 

Having this conditional caused RConfigure.h to be missing from the .d
files and hence these files would not be recompiled after re-configuring
using --prefix.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17341 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17386 byte(s)
Diff to previous 16796
remove :$ from tag line

Revision 16796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 16 17:18:32 2006 UTC (8 years, 2 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17396 byte(s)
Diff to previous 14819
Changes to get rid of the config.h and HAVE_CONFIG define. These were way
too trivial (just do a locate config.h to see how many there are):
- replace occurances of config.h by RConfigure.h
- add #warning in config.h that is should not be used
- change HAVE_CONFIG to R__HAVE_CONFIG

Revision 14819 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 14:24:43 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17389 byte(s)
Diff to previous 14794
From Christian Holm:
correct filesset test now that the FreeFont set also use the new
symbol.ttf file.

Revision 14794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 21 16:29:33 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17119 byte(s)
Diff to previous 14517
From Christian Holm:
* Fixes to SapDB plugin to allow compilation on AMD64.
* Fixes to ODBC plugin to allow compilation on AMD64.
* Fix TTF to also use new `symbol.ttf' font when using free fonts.
* Fix to TImageDump to use free `symbol.ttf'
* The recent change to PROOF client side to not use plug-ins(!?)
  forgot to include the header `config.h' in case `HAVE_CONFIG' is
  defined.  That meant, that ROOTLIBDIR was _never_ defined there,
  and so the libraries could not be found on a `static'
  installation.
* Update of copyright for root-common package due to new symbol.ttf font.
* Remove old packaging files that clutter the directory and may cause harm.
* Wording corrections for package description.
* Fixes to some dependencies.
* Fix to TTF installer package to not overwrite symbol.ttf.
* Some fixes to package preparation scripts.
* Remove some files in `make distclean' left over after build.
* Added package `root-plugin-odbc'.

Revision 14517 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 16:57:18 2006 UTC (8 years, 9 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17119 byte(s)
Diff to previous 14182
remove repeated checks on which fontset should be used (either MS ttf or
the free alternatives).

Revision 14182 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 6 14:30:00 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17241 byte(s)
Diff to previous 14125
white space.

Revision 14125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 28 16:48:17 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 17244 byte(s)
Diff to previous 13065
From Christian Holm:
allow for a second set of free TTF fonts in case the MSFT fonts we
distribute are not available (might be the case on Debian systems where
the MSFT fonts cannot be freely distributed due to license issues).

Revision 13065 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 28 15:09:00 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16569 byte(s)
Diff to previous 13064
Previous fix by Bertrand had side-effects on Linux

Revision 13064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 28 15:03:33 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16549 byte(s)
Diff to previous 12109
From Bertrand:
Solve (potentially big) memory leaks.

Revision 12109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 22 08:57:27 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16304 byte(s)
Diff to previous 6996
From Olivier:
- Font wingding.ttf (number 14) was not working. Nothing was displayed.

Revision 6996 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 23 19:24:09 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16178 byte(s)
Diff to previous 6973
A patch from Philippe that adds some protection in case of a missing font file.

Revision 6973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 18 15:36:38 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16089 byte(s)
Diff to previous 6592
From Olivier,

The text size in PostScript files is now computed in order to fit exactly
with the TTF text size on screen. Previously it was close but a bit
different, therefore on long character strings it was possible to see gaps
between various pieces of a TLatex expression.

Revision 6592 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 9 13:47:39 2003 UTC (11 years, 8 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16086 byte(s)
Diff to previous 6361
Remove unnecessary calls to new/delete for the rotation matrix in SetRotationMatrix

Revision 6361 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 14:51:47 2003 UTC (11 years, 9 months ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 16113 byte(s)
Diff to previous 6358
back out Axel's change in TTF.h, TTF.cxx and x11ttf/Module.mk. TTF::GetBox()
is doing what he wanted and use that now in TGX11TTF.cxx.

Revision 6358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:46:51 2003 UTC (11 years, 9 months ago) by brun
Original Path: trunk/graf/src/TTF.cxx
File length: 16252 byte(s)
Diff to previous 5957
Several changes by Axel Naumann to install ROOT under Windows/CYGWIN
with the gcc3.2 compiler and the X11 environment.

Revision 5957 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Jan 22 11:07:26 2003 UTC (12 years ago) by rdm
Original Path: trunk/graf/src/TTF.cxx
File length: 16113 byte(s)
class that interfaces all font handling to freetype 2. By Olivier Couet.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9