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

FontFamily is Not Recognized in UnPackaged WinUI App #19457

Closed
AathifMahir opened this issue Dec 16, 2023 · 3 comments
Closed

FontFamily is Not Recognized in UnPackaged WinUI App #19457

AathifMahir opened this issue Dec 16, 2023 · 3 comments
Labels
area-fonts Custom fonts and Font related API's area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer platform/windows 🪟 t/bug Something isn't working
Milestone

Comments

@AathifMahir
Copy link

AathifMahir commented Dec 16, 2023

Description

FontFamily is Not Recognized in UnPackaged WinUI App, Most Probably this is same issue that marked as Fixed #9104.

This Issue is Related this AathifMahir/MauiIcons#79

Steps to Reproduce

  1. Clone https://github.com/AathifMahir/MauiIcons
  2. Add the Following to MauiIcons.Sample csproj
    <PropertyGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' and '$(RuntimeIdentifierOverride)' != ''"> <RuntimeIdentifier>$(RuntimeIdentifierOverride)</RuntimeIdentifier> </PropertyGroup>
  3. Build MauiIcons.Sample using following Command dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None
  4. Run the App from Output Directory

Link to public reproduction project repository

https://github.com/AathifMahir/MauiIcons

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

Nope, the workaround that mentioned in #9104 doesn't seem to work anymore

Relevant log output

No response

@AathifMahir AathifMahir added the t/bug Something isn't working label Dec 16, 2023
@jsuarezruiz jsuarezruiz added platform/windows 🪟 area-fonts Custom fonts and Font related API's labels Dec 18, 2023
@PureWeen PureWeen added the area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer label Dec 18, 2023
@PureWeen
Copy link
Member

@mattleibow thoughts?

@PureWeen PureWeen added this to the Backlog milestone Dec 18, 2023
@ghost
Copy link

ghost commented Dec 18, 2023

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

@PureWeen
Copy link
Member

Duplicate of #15802

@PureWeen PureWeen marked this as a duplicate of #15802 Dec 18, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-fonts Custom fonts and Font related API's area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer platform/windows 🪟 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants