View Issue Details

IDProjectCategoryView StatusLast Update
0004427NoesisGUIStudiopublic2026-04-08 04:50
Reporterdstewart Assigned Todfranjic  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004427: Paths for Font Resources Contain Incorrect Syntaxes
Description

Currently, Font Family Resources generate unexpected and potentially problematic paths in the generated XAML.


Repro Steps:

1) Create a Studio Project Containing a MainPage.xaml
2) At the Project Root, create an 'Assets' Folder containing a 'Fonts' Subfolder, and place within it any font file within it in Windows Explorer. (A system font can easily be copy-pasted from: C:\Windows\Fonts )

3) Within MainPage.xaml, introduce a TextBlock to the Page from the Assets Panel.
4) With the TextBlock selected, navigate to its Properties Panel, and from the 'Family' Property select the font included in the Project from Step 2) (prefixed by a '#' character)
5) Once the font selected from, click on the Family's 3-Dot menu, and select 'Convert to Resource' and save the Resource in the GlobalResources Dictionary.

6) Open GlobalResources in VS Code.

Observe how the FontFamily's Resource Path includes the "studio:" scheme at the beginning of the path.

Expected Results: Allegedly, Font Family Paths should be absolute, starting with the Namespace, and not the 'scheme'.

PlatformAny

Activities

dfranjic

dfranjic

2026-04-08 04:50

developer   ~0012173

Seems like the 'studio://' part isn't included anymore. Please reopen if a case where this happens is found.

Issue History

Date Modified Username Field Change
2025-10-16 13:19 dstewart New Issue
2025-10-16 13:20 dstewart Description Updated
2025-10-16 13:20 dstewart Description Updated
2025-10-16 13:39 sfernandez Assigned To => dfranjic
2025-10-16 13:39 sfernandez Status new => assigned
2025-10-16 13:39 sfernandez Target Version => Studio_Beta
2026-04-08 04:50 dfranjic Status assigned => resolved
2026-04-08 04:50 dfranjic Resolution open => fixed
2026-04-08 04:50 dfranjic Note Added: 0012173