* issues.
* @return The font-stretch property.
*/
public org.axsl.font.Font.Stretch getFontStretch(final FObj fobj,
final FoContext context) {
final PdFontStretch property = (PdFontStretch) getProperty(
FoProperty.FONT_STRETCH);
if (property != null) {
return property.getValue(fobj);
}
// Check the shorthand.
final PdFont fontProperty = (PdFont) getProperty(FoProperty.FONT);
if (fontProperty != null) {
/*