[Differential] [Commented On] D2902: [kdevplatform] font settings for the documentation view

apol (Aleix Pol Gonzalez) noreply at phabricator.kde.org
Mon Oct 3 23:10:45 UTC 2016


apol added a comment.


  > 2. Replace Serif font with system font, which is Sans Serif for most users (I don't know anyone who uses Serif for UI).
  
  We can have an intermediate. Enforce the font family onto the system's font. Something like:
  
    QFont f = qGuiApp->font();
    f.setFamily("Serif");
    return f;
  
  This way we'd maintain size and other settings the user might have set.

REPOSITORY
  rKDEVPLATFORM KDevPlatform

REVISION DETAIL
  https://phabricator.kde.org/D2902

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: antonanikin, #kdevelop
Cc: brauch, cordlandwehr, apol, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161003/3d05189f/attachment.html>


More information about the KDevelop-devel mailing list