[aXSL-user] FontServer getUsedFonts sig change
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: Victor M. <vi...@ou...> - 2005-09-14 07:39:27
|
I have changed the signature for FontServer.getUsedFonts(FontConsumer consumer) to return an array of Font instances instead of a Collection of the same. This makes the code more self-documenting, reduces confusion, and there was no benefit to using a Collection instead of an array. Victor Mote |