SVGFontFamily svgFF = (SVGFontFamily)fontFamily;
if (svgFF.isComplex()) {
usingComplexSVGFont = true;
}
}
GVTFont ft = fontFamily.deriveFont(fontSize, result);
fontList.add(ft);
}
// Eventually this will need to go for SVG fonts it
// holds hard ref to DOM.