Author: acumiskey
Date: Fri Apr 25 07:59:49 2008
New Revision: 651622
URL: http://svn.apache.org/viewvc?rev=651622&view=rev
Log:
Renamed method.
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java
Modified:
xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java?rev=651622&r1=651621&r2=651622&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java
(original)
+++
xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java
Fri Apr 25 07:59:49 2008
@@ -139,7 +139,7 @@
* @param fontCache font cache (may be null)
* @return
*/
- private EmbedFontInfo fontInfoFromCustomFont(
+ private EmbedFontInfo getFontInfoFromCustomFont(
URL fontUrl, CustomFont customFont, FontCache fontCache) {
List fontTripletList = new java.util.ArrayList();
generateTripletsFromFont(customFont, fontTripletList);
@@ -237,7 +237,7 @@
}
continue;
}
- EmbedFontInfo fi = fontInfoFromCustomFont(fontUrl, customFont,
fontCache);
+ EmbedFontInfo fi = getFontInfoFromCustomFont(fontUrl,
customFont, fontCache);
if (fi != null) {
embedFontInfoList.add(fi);
}
@@ -260,7 +260,7 @@
}
return null;
}
- EmbedFontInfo fi = fontInfoFromCustomFont(fontUrl, customFont,
fontCache);
+ EmbedFontInfo fi = getFontInfoFromCustomFont(fontUrl, customFont,
fontCache);
if (fi != null) {
return new EmbedFontInfo[] {fi};
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]