w:font
Properties for a Single Font
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Font
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:altName [0..1] Alternate Names for Font
- w:panose1 [0..1] Pansose-1 Typeface Classification Number
- w:charset [0..1] Character Set Supported By Font
- w:family [0..1] Font Family
- w:notTrueType [0..1] Raster or Vector Font
- w:pitch [0..1] Font Pitch
- w:sig [0..1] Supported Unicode Subranges and Code Pages
- w:embedRegular [0..1] Regular Font Style Embedding
- w:embedBold [0..1] Bold Style Font Style Embedding
- w:embedItalic [0..1] Italic Font Style Embedding
- w:embedBoldItalic [0..1] Bold Italic Font Style Embedding
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:name | [1..1] | w:ST_String | Primary Font Name |
Used in
- Type w:CT_FontsList (Element w:fonts)
Sample instance
<w:font w:name="string"> <w:altName w:val="string"/> <w:panose1 w:val="0FB7"/> <w:charset w:val="0FB7"/> <w:family w:val="decorative"/> <w:notTrueType/> <w:pitch w:val="fixed"/> <w:sig w:usb0="0FB7" w:usb1="0FB7" w:usb2="0FB7" w:usb3="0FB7" w:csb0="0FB7" w:csb1="0FB7"/> <w:embedRegular r:id="string"/> <w:embedBold r:id="string"/> <w:embedItalic r:id="string"/> <w:embedBoldItalic r:id="string"/> </w:font>