com.grapecity.documents.excel Package / IFontProvider Interface / getFont Method
In This Topic
getFont Method
In This Topic
Returns the corresponding font stream by the font file path. The font stream will be closed after being used.
Syntax
java.io.InputStream getFont( 
   java.lang.String fontFilePath
)

Parameters

fontFilePath
See Also