Module ep_text

License: File: ep_text.erl Description: Display text.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: File: ep_text.erl Description: Display text

Function Index

create/3Create text map FIXME: Is size points() or xy()?.
end_text_lines/1
next_text_line/4
one_line/4
test_sample/2
text_lines/3

Function Details

create/3

create(Font::string(), Position::xy(), Size::points()) -> ep_text()

Create text map FIXME: Is size points() or xy()?

end_text_lines/1

end_text_lines(PDF::pdf_server_pid()) -> ok

next_text_line/4

next_text_line(PDF::pdf_server_pid(), Text::string(), Font::string(), Size::points()) -> ok

one_line/4

one_line(PDF::pdf_server_pid(), Text::string(), Job::ep_job(), TextMap::ep_text()) -> ok

test_sample/2

test_sample(PDF::pdf_server_pid(), Position::xy()) -> ok

text_lines/3

text_lines(PDF::pdf_server_pid(), Position::xy(), LineHeight::points()) -> ok


Generated by EDoc