/**
* Test getGlyphOutputStream() - we need to test that the inheritance model is properly obeyed.
*/
@Test
public void testGetGlyphOutputStream() {
TTFGlyphOutputStream glyphOut = out.getGlyphOutputStream();
assertTrue(glyphOut instanceof PSTTFGlyphOutputStream);
}