afp-renderer-developers Mailing List for AFP Renderer for Apache FOP (Page 2)
Brought to you by:
towny,
tumbarumba
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(8) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(6) |
Dec
|
2006 |
Jan
(3) |
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(3) |
Oct
(15) |
Nov
(13) |
Dec
(6) |
2007 |
Jan
(6) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(3) |
Aug
(3) |
Sep
(11) |
Oct
(17) |
Nov
(56) |
Dec
(63) |
2009 |
Jan
(26) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Pete T. <pe...@to...> - 2004-11-13 09:35:24
|
Joe, They are not mixed up, the formula is as follows: (FO millipoints per inch) / (AFP dpi) * 1000 72000 / 240 * 1000 = 300000; 72000 / 300 * 1000 = 240000; Cheers, Pete. ----- Original Message ----- From: "Joe Schmetzer" <jo...@ex...> To: <afp...@li...> Sent: Friday, November 12, 2004 9:31 PM Subject: [afp-renderer-developers] Funny looking constants in AFPFontReader > The follow snippet of code was seen in AFPFontReader.java. Maybe there's > a logical explanation, but the constant names and the constant values > look suspiciously like they've been mixed up. Thoughts? > > Additionally, they have a naming convention that indicates that they are > constants, yet they are not final. > > Cheers, > Joe > > > /** > * The conversion factor to millipoints for 240 dpi > */ > private static int FOP_240_DPI_FACTOR = 300000; > > /** > * The conversion factor to millipoints for 300 dpi > */ > private static int FOP_300_DPI_FACTOR = 240000; > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > afp-renderer-developers mailing list > afp...@li... > https://lists.sourceforge.net/lists/listinfo/afp-renderer-developers |
From: Joe S. <jo...@ex...> - 2004-11-12 23:35:05
|
Just checked in some changes which remove all the javadoc warnings. J |
From: Joe S. <jo...@ex...> - 2004-11-12 21:35:37
|
The follow snippet of code was seen in AFPFontReader.java. Maybe there's a logical explanation, but the constant names and the constant values look suspiciously like they've been mixed up. Thoughts? Additionally, they have a naming convention that indicates that they are constants, yet they are not final. Cheers, Joe /** * The conversion factor to millipoints for 240 dpi */ private static int FOP_240_DPI_FACTOR = 300000; /** * The conversion factor to millipoints for 300 dpi */ private static int FOP_300_DPI_FACTOR = 240000; |
From: Joe S. <jo...@ex...> - 2004-09-29 22:48:01
|
Just checked into CVS and published: new web page getting-started.html. I think this page is still pretty light on details, as a new user would not easily be able to get up and running, even with this information. It is a reasonable start, at least. Cheers, Joe |
From: Joe S. <jo...@ex...> - 2004-09-29 20:20:18
|
Just checked into CVS: build.xml and various other bits of supporting infrastructure to get ant to perform the build. Cheers, Joe |
From: Joe S. <jo...@ex...> - 2004-09-28 21:49:30
|
I've just checked in and published an update to the website (at http://afp-renderer.sourceforge.net). There is obviously a lot more to do, but I was trying to get a template that can be used for all pages. What do you think the remaining menu items should be? What about content? Cheers, Joe |
From: Joe S. <jo...@ex...> - 2004-09-28 11:12:03
|
I think we need to have policy on version compatability. How about http://apr.apache.org/versioning.html ? |