[aXSL-user] Changes to Font.getPDFFontFileStream method
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: Victor M. <vi...@ou...> - 2005-09-20 01:45:02
|
The following changes have been made to method org.axsl.font.Font.getPDFFontFileStream: 1. It has been renamed to "getContents". 2. It now returns a byte[][] (array of byte arrays) instead of a Collection of byte arrays. The name change is intended to better reflect the purpose of the method, and to eliminate any misunderstanding about the purpose of the method. It was never intended just for use with PDF. The change to the return type is intended to better document the return value and to eliminate the need for a cast back to a byte[]. The effect of these changes on implementations and client application is expected to be minimal and should simplify and clarify code, especially for client applications. Victor Mote |