( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php namespace GDText; abstract class HorizontalAlignment { const Left = 'left'; const Right = 'right'; const Center = 'center'; }