pub type SVGDocumentList<'a> = TableRef<'a, SVGDocumentListMarker>;
Expand description
Aliased Type§
pub struct SVGDocumentList<'a> {
pub(crate) shape: SVGDocumentListMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: SVGDocumentListMarker
§data: FontData<'a>
Implementations§
Source§impl<'a> SVGDocumentList<'a>
impl<'a> SVGDocumentList<'a>
Sourcepub fn num_entries(&self) -> u16
pub fn num_entries(&self) -> u16
Number of SVGDocumentRecords. Must be non-zero.
Sourcepub fn document_records(&self) -> &'a [SVGDocumentRecord]
pub fn document_records(&self) -> &'a [SVGDocumentRecord]
Array of SVGDocumentRecords.