Skip to content

Fonts Block

dimmus edited this page Dec 25, 2022 · 2 revisions

Fonts Block

The fonts block is used to list each font file with an alias used later in the theme. As with the images block, additional fonts blocks can be included inside other blocks.

Figure: Fonts block

Fonts block

fonts {
   font: "filename1.ext" "fontname";
   font: "filename2.ext" "otherfontname";
}
  • font [font filename] [font alias]

    This property is included for each font, and it defines the font file and alias. The full path to the directory containing the font files can be defined later with the edje_cc tool's -fd option.

Clone this wiki locally