a:fontScheme
Font Scheme
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.xsd
Type: a:CT_FontScheme
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:majorFont [1..1] Major Font
- a:minorFont [1..1] Minor fonts
- a:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | Name |
Used in
- Type a:CT_BaseStyles (Element a:themeElements)
- Type a:CT_BaseStylesOverride (Element a:themeOverride)
Sample instance
<a:fontScheme name="string"> <a:majorFont> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:majorFont> <a:minorFont> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:minorFont> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:fontScheme>