* issues.
* @return The glyph-orientation-horizontal property.
*/
public short traitGlyphOrientationHorizontal(final FObj fobj,
final FoContext context) {
final PdGlyphOrientationHorizontal property =
(PdGlyphOrientationHorizontal) getProperty(
FoProperty.GLYPH_ORIENTATION_HORIZONTAL);
if (property != null) {
return property.getValue(context, fobj);
}
return PdGlyphOrientationHorizontal.getValueNoInstance(context, fobj);
}