VN Textbox updated

This commit is contained in:
2022-11-02 00:42:16 -07:00
parent 78b9697ab6
commit 7c0846db4f
8 changed files with 147 additions and 42 deletions

View File

@ -19,6 +19,10 @@ int32_t FontMeasure::getQuadCount() {
return this->realLength;
}
float_t FontMeasure::getHeightOfLineCount(int32_t lineCount) {
return this->lineHeight * lineCount;
}
size_t FontMeasure::getLineCount() {
return this->lines.size();
}