Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
KFont Class Reference

The KFont class defines a font to be used during painting. More...

#include <kfont.h>

Inheritance diagram for KFont:
[legend]
Collaboration diagram for KFont:
[legend]

Public Member Functions

 KFont (const QFont &font)
 

Detailed Description

The KFont class defines a font to be used during painting.

This class can replace CFont with the same API, and can be used in the same way as QFont (it's inheriting QFont).

See also
https://learn.microsoft.com/en-us/cpp/mfc/reference/cfont-class

Constructor & Destructor Documentation

◆ KFont()

KFont::KFont ( const QFont & font)

Constructs a font based on QFont.


The documentation for this class was generated from the following file: