Create a glyph vector.
@param font the font to use
@param frc the font render context
@param text the text, including optional context before start and after start + count
@param offset the start of the text to lay out
@param count the length of the text to lay out
@param flags bidi and context flags {@see #ae.java.awt.Font}
@param result a StandardGlyphVector to modify, can be null
@return the layed out glyphvector, if result was passed in, it is returned
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.