Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QGraphicsObjectフォントをポイント サイズからピクセル サイズに変換するにはどうすればよいですか? QGraphicsSceneを使用して印刷したときにフォントが正しく見えるように、これを行う必要がありますQGraphicsScene::render()。
QGraphicsObject
QGraphicsScene
QGraphicsScene::render()
おそらくクラス QFontMetrics がその仕事をします。目的の QFont を作成し、ポイント サイズを設定するだけです。次に、QFont に QFontMetrics オブジェクトを作成します。