Hi! Please watch the video to see the issue. Tahnks.
Maybe some data entry in composite xml file is wrong, but we need more information.
Can you send us the font file?
In this case Complete Composites uses data from CompositeData.xml which is:
<Composite><!-- o -->
<GlyphMapping>1086</GlyphMapping>
<Member id="1">
<GlyphName>o.pcap</GlyphName>
<GlyphName>o.smcp</GlyphName>
<GlyphName>O</GlyphName>
<UseMetrics>TRUE</UseMetrics>
</Member>
</Composite>
If you want it to use omicron-grek, then consider adding it:
<Composite><!-- o -->
<GlyphMapping>1086</GlyphMapping>
<Member id="1">
<GlyphName>omicron-grek</GlyphName>
<GlyphName>o.pcap</GlyphName>
<GlyphName>o.smcp</GlyphName>
<GlyphName>O</GlyphName>
<UseMetrics>TRUE</UseMetrics>
</Member>
</Composite>
Thank you.