enum
Eagle::TextAlign
Overview
Horizontal alignment for Graphics#print and Graphics#printf. With Center and Right,
the x you pass is the center or right edge of the text.
Defined in:
eagle/graphics/graphics.crEnum Members
-
Left =
0 -
Align the left edge to x.
-
Center =
1 -
Center the text on x.
-
Right =
2 -
Align the right edge to x.
Instance Method Summary
-
#center?
Returns
trueif this enum value equalsCenter -
#left?
Returns
trueif this enum value equalsLeft -
#right?
Returns
trueif this enum value equalsRight