From 8429f8e06fee423b2ea9a6063b6caf9d5de0d0d7 Mon Sep 17 00:00:00 2001 From: Norbert Dubowy Date: Thu, 23 May 2019 16:44:22 +0200 Subject: [PATCH] Update 02-sharedtextrendition.md --- .../01-sharedtextualelements/02-sharedtextrendition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_guidelines-v4/08-lyricsperfdir/01-sharedtextualelements/02-sharedtextrendition.md b/_guidelines-v4/08-lyricsperfdir/01-sharedtextualelements/02-sharedtextrendition.md index 15d4ff923cb..d6d625da811 100644 --- a/_guidelines-v4/08-lyricsperfdir/01-sharedtextualelements/02-sharedtextrendition.md +++ b/_guidelines-v4/08-lyricsperfdir/01-sharedtextualelements/02-sharedtextrendition.md @@ -4,7 +4,7 @@ title: "Text Rendition" version: "v4" --- -Sometimes, it is desirable to capture the typographical qualities of a word or phrase without assigning it a special meaning. For this purpose, MEI offers the {% include link elem="rend" %} element, similar to TEI's *hi* element. Using CSS-like values, its **@rend** attribute can be used to specify many typographic features, such as font style, font variants, and relative font size and weight. In addition, text decoration, direction, and enclosing ‘boxes’ may be captured. While **@rend** is used to record relative font size and weight, absolute values for these qualities (measured in printers points) should be specified using the **@fontsize** and **@fontweight** attibutes. In addition to commonly found typographical qualities, MEI provides the **@altrend** attribute for the capture of additional, user-defined rendition information. +Sometimes, it is desirable to capture the typographical qualities of a word or phrase without assigning it a special meaning. For this purpose, MEI offers the {% include link elem="rend" %} element, similar to TEI's *hi* element. Using CSS-like values, its **@rend** attribute can be used to specify many typographic features, such as font style, font variants, and relative font size and weight. In addition, text decoration, direction, and enclosing ‘boxes’ may be captured. While **@rend** is used to record relative font size and weight, absolute values for these qualities (measured in printer's points) should be specified using the **@fontsize** and **@fontweight** attributes. In addition to commonly found typographical qualities, MEI provides the **@altrend** attribute for the capture of additional, user-defined rendition information. {% include desc elem="rend" %} {% include desc atts="att.textRendition/rend att.textRendition/altrend att.typography/fontname att.typography/fontsize att.typography/fontstyle att.typography/fontweight" %}