Module ep_copyfit

License: MIT File: ep_copyfit.erl Description: Copyfitting functions.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: MIT File: ep_copyfit.erl Description: Copyfitting functions

Function Index

close_gap/4copyfit/copyfit_text/3 helper.
gap/1Available space in panel.
get_lines/3Convert Xml to copyfit richText.
get_tag/1Given content elment, return tag.
move_content_cursor/2Update content cursor in panel map.

Function Details

close_gap/4

close_gap(Gap::integer(), Tag::atom(), Lines::list(), PanelMap::map()) -> integer()

copyfit/copyfit_text/3 helper

gap/1

gap(PanelMap::map()) -> integer()

Available space in panel

get_lines/3

get_lines(Tag::atom(), Xml::list(), PanelMap::map()) -> list()

Convert Xml to copyfit richText.

get_tag/1

get_tag(Xml::tuple()) -> atom()

Given content elment, return tag

move_content_cursor/2

move_content_cursor(Adjust::integer(), PanelMap::map()) -> map()

Update content cursor in panel map


Generated by EDoc