* issues.
* @return The font-selection-strategy property.
*/
public FoValue traitFontSelectionStrategy(final FObj fobj,
final FoContext context) {
final PdFontSelectionStrategy property =
(PdFontSelectionStrategy) getProperty(
FoProperty.FONT_SELECTION_STRATEGY);
if (property != null) {
return property.getValue(context, fobj);
}
return PdFontSelectionStrategy.getValueNoInstance(context, fobj);
}