'DeclarationReadOnly Property OutlineFontDefined As System.Boolean
'UsageDim instance As IFont Dim value As System.Boolean value = instance.OutlineFontDefined
System.bool OutlineFontDefined {get;}
read-only property OutlineFontDefined: System.Boolean;
function get OutlineFontDefined : System.boolean
            __property System.bool get_OutlineFontDefined();
            property System.bool OutlineFontDefined { System.bool get(); }