Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » [BUG] Removed properties of CommonFontInfo struct are referenced in XFtGetFontInfoSys()
[BUG] Removed properties of CommonFontInfo struct are referenced in XFtGetFontInfoSys() [message #50408] Fri, 19 October 2018 10:47
Oblivion is currently offline  Oblivion
Messages: 1091
Registered: August 2007
Senior Contributor
Hello,
As I reported here https://github.com/ultimatepp/mirror/issues/4 ,

Below properties (height, lineheight) seem to be removed from CommonFontInfo some time ago.
Yet they are still used in XFtGetFontInfoSys() function. This leads to a compiler error when the NOGTK mode is enabled.

mirror/uppsrc/CtrlCore/DrawTextX11.cpp
Lines 118 to 119 in cf97a1a
fi.height = fi.ascent + fi.descent; 
fi.lineheight = (int16)xftfont->height; 



Best regards,
Oblivion


 
Read Message
Previous Topic: CtrlCore (from Upp-Svn) fails to compile on Linux due to a cocoa declaration.
Next Topic: BUG dialog does not close
Goto Forum:
  


Current Time: Fri Mar 29 11:40:02 CET 2024

Total time taken to generate the page: 0.01588 seconds