Smallest font size was a bit too small.
This commit is contained in:
parent
25c03da5a5
commit
6b1d00a528
|
@ -68,7 +68,7 @@ KIGFX::PREVIEW::TEXT_DIMS KIGFX::PREVIEW::GetConstantGlyphHeight( KIGFX::GAL* aG
|
||||||
int aRelativeSize )
|
int aRelativeSize )
|
||||||
{
|
{
|
||||||
constexpr double aspectRatio = 1.0;
|
constexpr double aspectRatio = 1.0;
|
||||||
constexpr double hdpiSizes[] = { 6, 8, 9, 11, 13, 14, 16 };
|
constexpr double hdpiSizes[] = { 7, 8, 9, 11, 13, 14, 16 };
|
||||||
constexpr double sizes[] = { 8, 10, 12, 14, 15, 16, 18 };
|
constexpr double sizes[] = { 8, 10, 12, 14, 15, 16, 18 };
|
||||||
|
|
||||||
double height;
|
double height;
|
||||||
|
|
Loading…
Reference in New Issue