Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Names should be declared in a resource and referenced from the style #4

Open
kphillpotts opened this issue May 6, 2019 · 2 comments

Comments

@kphillpotts
Copy link
Owner

As an example:

    <Style x:Key="TempLabel" TargetType="Label">
        <Setter Property="FontFamily" Value="**{StaticResource TextBold}" />**
        <Setter Property="FontSize" Value="38" />
        <Setter Property="TextColor" Value="#ffffff" />
    </Style>
@Pepsi1x1
Copy link

Began work on this in https://github.com/Pepsi1x1/XDtoXF/tree/fontResources

Still needs some rework before creating a PR

@Pepsi1x1
Copy link

Created PR #12 to implement this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants