Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend PDFを使用して、次のようなテキストを描画しています。
$page->drawText('Hinweis: ' . $note, $this->getAlignCenter('Hinweis: ' . $note, 66, 100, $font, $fontSize), $this->y, 'UTF-8');
長$noteさに応じて、テキストは別の場所に配置されます。左の境界線から30pxのような完全なテキストを常に揃えるにはどうすればよいですか?
$note
getAlignCenter()中央揃えにするためにテキストが必要な位置を計算します。単に左揃えにしたい場合は、xを使用する代わりに目的の座標を指定してgetAlignCenter()ください。
getAlignCenter()
x