################################################################################
# AlbumEasy file: tutorial2.txt
# Generated:      14:58, Wed Mar 11, 2020
# ------------------------------------------------------------------------------
#
# Note:
#      All text following the # character is ignored by AlbumEasy, it is used to
#      demarcate comments placed in the file for the convenience of the user.
#
#      All measurements are in millimetres except for font sizes which are in
#      points.
#
################################################################################


# ------------------------------------------------------------------------------
# Setup page elements that are common to all pages in this album.
# ------------------------------------------------------------------------------

ALBUM_PAGES_SIZE     (210.0 297.0)         #Set the album page size to A4
ALBUM_PAGES_MARGINS  (15.0 15.0 15.0 15.0) #left, right, top and bottom page margins
ALBUM_PAGES_MARGINSE (15.0 15.0 15.0 15.0) #margins mirrored on even numbered pages
ALBUM_PAGES_BORDER   (0.5 0.1 0.0 1.0)     #double line border around the page
ALBUM_PAGES_SPACING  (1.0 6.0)             #set horizontal & vertical spacing for elements on a page


# ------------------------------------------------------------------------------
# The first page of the album
# ------------------------------------------------------------------------------

PAGE_START

PAGE_COLUMN_START
PAGE_TEXT_CENTRE(HN 1 "" 10.0) 

ROW_START_FS(HN 6 0.1 6.0) 
STAMP_ADD_IMG(64 32 "flag_canada.png" ""  ""  "" NO_FRAME)


PAGE_COLUMN_NEXT 
PAGE_TEXT_CENTRE(HN 1 "" 6.0)
PAGE_TEXT_CENTRE(TB 26 "Canada" 6.0)
PAGE_TEXT_CENTRE(HN 12 "Centennial\nDefinitive Series" 6.0)
PAGE_TEXT_CENTRE(HN 14 "1967 - 1973")


PAGE_COLUMN_STOP
PAGE_TEXT_CENTRE(HN 1 "" 10.0) 

ROW_START_FS(HN 8 0.1 8.0) 
STAMP_ADD(30 25 "" "" "1c\nBrown" "")
STAMP_ADD(30 25 "" "" "2c\nGreen" "")
STAMP_ADD(30 25 "" "" "3c\nPurple" "")




