ここでのパラメーターとはtargetWidth
正確には何を意味し、パラメーターとは何の関係がありwrap
ますか?
public GlyphLayout (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign, boolean wrap) {
setText(font, str, color, targetWidth, halign, wrap);
}
ここでのパラメーターとはtargetWidth
正確には何を意味し、パラメーターとは何の関係がありwrap
ますか?
public GlyphLayout (BitmapFont font, CharSequence str, Color color, float targetWidth, int halign, boolean wrap) {
setText(font, str, color, targetWidth, halign, wrap);
}