mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
vector: reduce SMALL_TEXT font height 6 -> 5 to be more like raster;
reduce antialiasing allowance for `textoffset`; adjust text to baseline using values for Arimo rather than percentage GUI: fix not enabling font combo "Small Bold (vector only)" by default raster/vector: rename `text_height` -> `font_height`
This commit is contained in:
parent
ee6b4a0efc
commit
a324fe90f6
110 changed files with 758 additions and 648 deletions
|
@ -1683,7 +1683,8 @@ void MainWindow::change_options()
|
|||
chkComposite->setText(tr("Add &2D Component"));
|
||||
combobox_item_enabled(cmbCompType, 3, false); // CC-C
|
||||
btype->setItemText(0, tr("No border"));
|
||||
combobox_item_enabled(cmbFontSetting, 1, true);
|
||||
combobox_item_enabled(cmbFontSetting, 1, true); // Reset bold options
|
||||
combobox_item_enabled(cmbFontSetting, 3, true);
|
||||
m_lblHeightPerRow = nullptr;
|
||||
m_spnHeightPerRow = nullptr;
|
||||
m_btnHeightPerRowDisable = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue