From: Tony G. <Ton...@Su...> - 2005-08-08 10:06:14
|
Giacomo Cariello <jw...@bu...> writes: > Tony Graham wrote: >> You should set the justification in fo/fo-block-area.c, somewhere near >> this comment: >> >> /* >> FIXME: Pango does not justify. >> fo_layout_set_justify (pango_layout, TRUE); >> */ >> >>(Although the variable should be 'fo_layout' now, not 'pango_layout'.) >> > Is there a safe way to get true text-align value from that point? fo_enum_get_value (fo_property_get_value (fo_block_get_text_align (block))) Regards, Tony. |