Lines Matching defs:textSize
1324 it.textSize())
1327 it.textSize())
1329 ? builder.allocRunTextPos(font, it.glyphCount(), it.textSize())
1331 ? builder.allocRunTextRSXform(font, it.glyphCount(), it.textSize())
1344 size_t textSize = sizeof(decltype(*it.text()));
1345 uint32_t textCount = it.textSize();
1346 memcpy(runBuffer.utf8text, it.text(), textCount * textSize);
2310 float textSize = fFont.getSize();
2311 if (ImGui::DragFloat("TextSize", &textSize, 0.001f,
2316 fFont.setSize(textSize);