简体   繁体   中英

Qt font tracking

Is there any way to set font tracking in Qt?

在此输入图像描述

See void QFont::setLetterSpacing ( SpacingType type, qreal spacing ) .

Sets the letter spacing for the font to spacing and the type of spacing to type.

Letter spacing changes the default spacing between individual letters in the font. The spacing between the letters can be made smaller as well as larger.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM