View Issue Details

IDProjectCategoryView StatusLast Update
0002140NoesisGUIC++ SDKpublic2022-06-23 18:50
Reporterkrupitskas Assigned Tosfernandez  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionopen 
Product Version3.0 
Target Version3.1.5Fixed in Version3.1.5 
Summary0002140: Allow to receive font information after RegisterFont
DescriptionI want to load multiple fonts into noesis and after receive information like family name, weight etc.
TagsC++, Fonts
PlatformAny

Activities

jsantos

jsantos

2021-10-07 13:26

manager   ~0007507

Related to this forum post https://www.noesisengine.com/forums/viewtopic.php?f=3&t=2441
sfernandez

sfernandez

2022-06-23 18:49

manager   ~0007999

Last edited: 2022-06-23 18:50

Exposed similar to WPF's Fonts helper class: https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.fonts?view=windowsdesktop-6.0

Fonts::GetTypefaces(fontStream, [](uint32_t index, const Typeface& typeface)
{
  LOG("[%u] %s: Weight=%d, Style=%d, Stretch=%d", index, typeface.familyName, (int)typeface.weight, (int)typeface.style, (int)typeface.stretch);
}

Issue History

Date Modified Username Field Change
2021-10-06 19:59 krupitskas New Issue
2021-10-06 19:59 krupitskas Tag Attached: C++
2021-10-06 19:59 krupitskas Tag Attached: Fonts
2021-10-07 13:25 jsantos Assigned To => jsantos
2021-10-07 13:25 jsantos Status new => assigned
2021-10-07 13:25 jsantos Target Version => 3.1
2021-10-07 13:26 jsantos Note Added: 0007507
2022-06-23 18:45 sfernandez Assigned To jsantos => sfernandez
2022-06-23 18:45 sfernandez Product Version => 3.0
2022-06-23 18:45 sfernandez Fixed in Version => 3.1.5
2022-06-23 18:45 sfernandez Target Version 3.1 => 3.1.5
2022-06-23 18:46 sfernandez Status assigned => resolved
2022-06-23 18:49 sfernandez Note Added: 0007999
2022-06-23 18:50 sfernandez Note Edited: 0007999