( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php namespace GDText; abstract class VerticalAlignment { const Top = 'top'; const Bottom = 'bottom'; const Center = 'center'; }