blob: 1d798f1b718758600eb62a41a63c0f25c0668fc7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
GVTFont (Apache Batik Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GVTFont (Apache Batik Javadoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GVTFont.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/Glyph.html" title="class in org.apache.batik.gvt.font"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTFontFace.html" title="class in org.apache.batik.gvt.font"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/gvt/font/GVTFont.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="GVTFont.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.batik.gvt.font</FONT>
<BR>
Interface GVTFont</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/batik/gvt/font/AWTGVTFont.html" title="class in org.apache.batik.gvt.font">AWTGVTFont</A>, <A HREF="../../../../../org/apache/batik/bridge/SVGGVTFont.html" title="class in org.apache.batik.bridge">SVGGVTFont</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>GVTFont</B></DL>
</PRE>
<P>
An interface for all GVT font classes.
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#canDisplay(char)">canDisplay</A></B>(char&nbsp;c)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if this Font has a glyph for the specified character.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#canDisplayUpTo(char[], int, int)">canDisplayUpTo</A></B>(char[]&nbsp;text,
int&nbsp;start,
int&nbsp;limit)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether or not this Font can display the characters in the
specified text starting at start and ending at limit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#canDisplayUpTo(java.text.CharacterIterator, int, int)">canDisplayUpTo</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;iter,
int&nbsp;start,
int&nbsp;limit)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether or not this Font can display the the characters in
the specified CharacterIterator starting at start and ending at limit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#canDisplayUpTo(java.lang.String)">canDisplayUpTo</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether or not this Font can display a specified String.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#createGlyphVector(java.awt.font.FontRenderContext, char[])">createGlyphVector</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
char[]&nbsp;chars)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new GlyphVector object created with the specified array of
characters and the specified FontRenderContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#createGlyphVector(java.awt.font.FontRenderContext, java.text.CharacterIterator)">createGlyphVector</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new GlyphVector object created with the specified
CharacterIterator and the specified FontRenderContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#createGlyphVector(java.awt.font.FontRenderContext, int[], java.text.CharacterIterator)">createGlyphVector</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
int[]&nbsp;glyphCodes,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new GlyphVector object created with the specified integer
array and the specified FontRenderContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)">createGlyphVector</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new GlyphVector object created with the specified String and
the specified FontRenderContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html" title="interface in org.apache.batik.gvt.font">GVTFont</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#deriveFont(float)">deriveFont</A></B>(float&nbsp;size)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new Font object by replicating the current Font object and
applying a new size to it.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getFamilyName()">getFamilyName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the font family name of this font.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getHKern(int, int)">getHKern</A></B>(int&nbsp;glyphCode1,
int&nbsp;glyphCode2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the vertical kerning value of this glyph pair.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getLineMetrics(char[], int, int, java.awt.font.FontRenderContext)">getLineMetrics</A></B>(char[]&nbsp;chars,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a GVTLineMetrics object created with the specified arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getLineMetrics(java.text.CharacterIterator, int, int, java.awt.font.FontRenderContext)">getLineMetrics</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a GVTLineMetrics object created with the specified arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getLineMetrics(java.lang.String, java.awt.font.FontRenderContext)">getLineMetrics</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a GVTLineMetrics object created with the specified String and
FontRenderContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getLineMetrics(java.lang.String, int, int, java.awt.font.FontRenderContext)">getLineMetrics</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a GVTLineMetrics object created with the specified arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getSize()">getSize</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size of this font.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#getVKern(int, int)">getVKern</A></B>(int&nbsp;glyphCode1,
int&nbsp;glyphCode2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the horizontal kerning value of this glyph pair.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html#toString()">toString</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="canDisplay(char)"><!-- --></A><H3>
canDisplay</H3>
<PRE>
boolean <B>canDisplay</B>(char&nbsp;c)</PRE>
<DL>
<DD>Checks if this Font has a glyph for the specified character.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="canDisplayUpTo(char[], int, int)"><!-- --></A><H3>
canDisplayUpTo</H3>
<PRE>
int <B>canDisplayUpTo</B>(char[]&nbsp;text,
int&nbsp;start,
int&nbsp;limit)</PRE>
<DL>
<DD>Indicates whether or not this Font can display the characters in the
specified text starting at start and ending at limit.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="canDisplayUpTo(java.text.CharacterIterator, int, int)"><!-- --></A><H3>
canDisplayUpTo</H3>
<PRE>
int <B>canDisplayUpTo</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;iter,
int&nbsp;start,
int&nbsp;limit)</PRE>
<DL>
<DD>Indicates whether or not this Font can display the the characters in
the specified CharacterIterator starting at start and ending at limit.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="canDisplayUpTo(java.lang.String)"><!-- --></A><H3>
canDisplayUpTo</H3>
<PRE>
int <B>canDisplayUpTo</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str)</PRE>
<DL>
<DD>Indicates whether or not this Font can display a specified String.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createGlyphVector(java.awt.font.FontRenderContext, char[])"><!-- --></A><H3>
createGlyphVector</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A> <B>createGlyphVector</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
char[]&nbsp;chars)</PRE>
<DL>
<DD>Returns a new GlyphVector object created with the specified array of
characters and the specified FontRenderContext.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createGlyphVector(java.awt.font.FontRenderContext, java.text.CharacterIterator)"><!-- --></A><H3>
createGlyphVector</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A> <B>createGlyphVector</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci)</PRE>
<DL>
<DD>Returns a new GlyphVector object created with the specified
CharacterIterator and the specified FontRenderContext.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createGlyphVector(java.awt.font.FontRenderContext, int[], java.text.CharacterIterator)"><!-- --></A><H3>
createGlyphVector</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A> <B>createGlyphVector</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
int[]&nbsp;glyphCodes,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci)</PRE>
<DL>
<DD>Returns a new GlyphVector object created with the specified integer
array and the specified FontRenderContext.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)"><!-- --></A><H3>
createGlyphVector</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTGlyphVector.html" title="interface in org.apache.batik.gvt.font">GVTGlyphVector</A> <B>createGlyphVector</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str)</PRE>
<DL>
<DD>Returns a new GlyphVector object created with the specified String and
the specified FontRenderContext.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="deriveFont(float)"><!-- --></A><H3>
deriveFont</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTFont.html" title="interface in org.apache.batik.gvt.font">GVTFont</A> <B>deriveFont</B>(float&nbsp;size)</PRE>
<DL>
<DD>Creates a new Font object by replicating the current Font object and
applying a new size to it.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFamilyName()"><!-- --></A><H3>
getFamilyName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getFamilyName</B>()</PRE>
<DL>
<DD>Returns the font family name of this font.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLineMetrics(char[], int, int, java.awt.font.FontRenderContext)"><!-- --></A><H3>
getLineMetrics</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A> <B>getLineMetrics</B>(char[]&nbsp;chars,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</PRE>
<DL>
<DD>Returns a GVTLineMetrics object created with the specified arguments.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLineMetrics(java.text.CharacterIterator, int, int, java.awt.font.FontRenderContext)"><!-- --></A><H3>
getLineMetrics</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A> <B>getLineMetrics</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/CharacterIterator.html?is-external=true" title="class or interface in java.text">CharacterIterator</A>&nbsp;ci,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</PRE>
<DL>
<DD>Returns a GVTLineMetrics object created with the specified arguments.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLineMetrics(java.lang.String, java.awt.font.FontRenderContext)"><!-- --></A><H3>
getLineMetrics</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A> <B>getLineMetrics</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</PRE>
<DL>
<DD>Returns a GVTLineMetrics object created with the specified String and
FontRenderContext.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLineMetrics(java.lang.String, int, int, java.awt.font.FontRenderContext)"><!-- --></A><H3>
getLineMetrics</H3>
<PRE>
<A HREF="../../../../../org/apache/batik/gvt/font/GVTLineMetrics.html" title="class in org.apache.batik.gvt.font">GVTLineMetrics</A> <B>getLineMetrics</B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;str,
int&nbsp;beginIndex,
int&nbsp;limit,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/awt/font/FontRenderContext.html?is-external=true" title="class or interface in java.awt.font">FontRenderContext</A>&nbsp;frc)</PRE>
<DL>
<DD>Returns a GVTLineMetrics object created with the specified arguments.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSize()"><!-- --></A><H3>
getSize</H3>
<PRE>
float <B>getSize</B>()</PRE>
<DL>
<DD>Returns the size of this font.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getVKern(int, int)"><!-- --></A><H3>
getVKern</H3>
<PRE>
float <B>getVKern</B>(int&nbsp;glyphCode1,
int&nbsp;glyphCode2)</PRE>
<DL>
<DD>Returns the horizontal kerning value of this glyph pair.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getHKern(int, int)"><!-- --></A><H3>
getHKern</H3>
<PRE>
float <B>getHKern</B>(int&nbsp;glyphCode1,
int&nbsp;glyphCode2)</PRE>
<DL>
<DD>Returns the vertical kerning value of this glyph pair.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/GVTFont.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/Glyph.html" title="class in org.apache.batik.gvt.font"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/gvt/font/GVTFontFace.html" title="class in org.apache.batik.gvt.font"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/gvt/font/GVTFont.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="GVTFont.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2017 <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>