Browsing Polish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions.
167176 of 177 results
167.
Slow Text Concerns
(no translation yet)
Located in ../../source/text.rst:578
168.
Ren'Py allows the creator or user to indicate that text should be displayed slowly. In this case, Ren'Py will render the text to a texture, and then draw rectangles from the texture to the screen.
(no translation yet)
Located in ../../source/text.rst:580
169.
Unfortunately, this means that it's possible to get rendering artifacts when characters overlap. To minimize these rendering artifacts, ensure that the :propref:`line_leading` and :propref:`line_spacing` properties are large enough that lines do not overlap. If the bottoms of characters on the first line are clipped, especially if line_spacing is negative, consider increasing :propref:`line_overlap_split`.
(no translation yet)
Located in ../../source/text.rst:584
170.
Horizontal artifacts are also possible when characters are kerned together, but these artifacts are less severe, as they exist for only a single frame.
(no translation yet)
Located in ../../source/text.rst:592
171.
Artifacts aren't a problem for static text, like the text in menus and other parts of the user interface.
(no translation yet)
Located in ../../source/text.rst:596
172.
Text Overflow Logging
(no translation yet)
Located in ../../source/text.rst:600
173.
Ren'Py can log cases where text expands outside of the area allocated for it. To enable text overflow logging, the following steps are necessary.
(no translation yet)
Located in ../../source/text.rst:602
174.
Set the :var:`config.debug_text_overflow` variable to true.
(no translation yet)
Located in ../../source/text.rst:606
175.
Set the :propref:`xmaximum` and :propref:`ymaximum` style properties on either the Text displayable, or a container enclosing it.
(no translation yet)
Located in ../../source/text.rst:607
176.
Run the game.
(no translation yet)
Located in ../../source/text.rst:609
167176 of 177 results

This translation is managed by translation group launchpad-translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.