Removed charheight/width from config, these are now vectors

This commit is contained in:
Matt Hill
2015-10-01 20:26:04 -04:00
parent 5f02b699c3
commit c113bd804c

View File

@@ -196,27 +196,6 @@ namespace openalprnet
} }
} }
property float CharHeightMM {
float get()
{
return this->m_config->charHeightMM;
}
void set(float value)
{
this->m_config->charHeightMM = value;
}
}
property float CharWidthMM {
float get()
{
return this->m_config->charWidthMM;
}
void set(float value)
{
this->m_config->charWidthMM = value;
}
}
property float CharWhitespaceTopMM { property float CharWhitespaceTopMM {
float get() float get()