Grx.TextOptions.get_h_align

@accepts(Grx.TextOptions)
@returns(Grx.TextHAlign)
def get_h_align(self):
    # Python wrapper for grx_text_options_get_h_align()
  

Gets the horizontal alignment.

self

the options

Returns