×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Basilio Merlino wrote:
D ITXTCreateBaseFont...
D PR likt(ITXTBaseFont)
D ExtProc(*JAVA:
D
'com.lowagie.text.pdf.BaseFont':
D 'createFont')
D name like(jstring) const
D encoding like(jstring) const
D embedded n value
D
Basilio, you need the STATIC keyword to match the "static" keyword of
the Java method.
I find it useful to include the Java method information in the comments
for my Java prototypes, something like this:
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* ITXTCreateBasefont
* Create a new Basefont Object
*
* Java class: com.lowagie.text.pdf.BaseFont
* public static BaseFont createFont(String name,
* String encoding,
* boolean embedded)
*
* Returns the new Basefont
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.