Files
EgtGeomKernel/FontConst.h
T
Dario Sassi 856b928ff7 EgtGeomKernel :
- correzioni a testi con altezza nulla fatta sui font.
2018-02-12 07:54:48 +00:00

19 lines
639 B
C

//----------------------------------------------------------------------------
// EgalTech 2018-2018
//----------------------------------------------------------------------------
// File : FontConst.h Data : 11.02.18 Versione : 1.9b2
// Contenuto : Dichiarazione delle costanti per i font.
//
//
//
// Modifiche : 11.02.18 DS Creazione modulo.
//
//
//----------------------------------------------------------------------------
#pragma once
//----------------------------------------------------------------------------
const double FNT_MIN_HEIGHT = 0.1 ;
const double FNT_MAX_LINTOL_TO_H = 0.01 ;