a:fontRef
Font Reference
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeStyle.xsd
Type: a:CT_FontReference
Properties: Local, Qualified
Content
- Choice [0..1]
- a:scrgbClr RGB Color Model - Percentage Variant
- a:srgbClr RGB Color Model - Hex Variant
- a:hslClr Hue, Saturation, Luminance Color Model
- a:sysClr System Color
- a:schemeClr Scheme Color
- a:prstClr Preset Color
from group a:EG_ColorChoice
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
idx | [1..1] | a:ST_FontCollectionIndex | Identifier |
Used in
- Group a:EG_ThemeableFontStyles
- Type a:CT_TableStyleTextStyle via reference to a:EG_ThemeableFontStyles (Element a:tcTxStyle)
- Type a:CT_ShapeStyle (Elements cdr:style, draw-diag:style, a:style, draw-ssdraw:style, p:style)
Sample instance
<a:fontRef idx="major"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:fontRef>