Hello,
Setting the font on a SyntaxEditor FontFamily does not work:
i.e resource:
<FontFamily x:Key="ScriptEditorFont">/MyAssemly;component/Resources/Fonts/#Cascadia Mono</FontFamily>
does not work:
<ap:SyntaxEditor FontFamily="{StaticResource ScriptEditorFont}">
works (if font installed in the system):
<ap:SyntaxEditor FontFamily="Cascadia Mono">
Best Regards,
Krzysztof