21.1.2.4.7 buFontTx

This element specifies that the font of the bullets for a paragraph should be of the same font as the text run within which each bullet is contained.

[Example: Consider the DrawingML shown below.

<p:txBody>
  <a:p>
    <a:pPr >
      <a:buFontTx>
    </a:pPr>
    <a:t>Bullet 1</a:t>
  </a:p>
</p:txBody>

The font of the above bullet follows the default text font of the text for the run of text shown above since no specific text font was specified. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TextBulletTypefaceFollowText) is located in A.4.1. end note]

Last updated on