* return false, regardless of whether it has also been configured to simulate small caps.
* Right now we rely on the user to configure the font correctly to avoid this. */
/* Has the font been configured to simulate small-caps? */
final FontUse fontUse = this.getPrimaryFont(context);
if (fontUse.simulateSmallCaps() == FontServer.SMALL_CAP_SIMULATION_INVALID) {
return false;
}
return true;
}