mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-08-18 01:27:16 -04:00
6 lines
170 B
C
6 lines
170 B
C
#pragma once
|
|
#include <QStringList>
|
|
#include <QTextLayout>
|
|
|
|
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
|
|
qreal &widthUsed); |