|
|
|
@ -120,6 +120,8 @@ void TextComponent::rasterize(const int rawX, const int rawY) {
@@ -120,6 +120,8 @@ void TextComponent::rasterize(const int rawX, const int rawY) {
|
|
|
|
|
request.availableWidth = this->availableWidth; |
|
|
|
|
request.sourceStartX = this->rasterStartX; |
|
|
|
|
request.sourceStartY = this->rasterStartY; |
|
|
|
|
request.cropWidth = this->rasterCropX; |
|
|
|
|
request.cropHeight = this->rasterCropY; |
|
|
|
|
if (this->win) { |
|
|
|
|
request.maxTextureSize = this->win->maxTextureSize & INT_MAX; |
|
|
|
|
} // else called from input cstr, no win yet
|
|
|
|
|