Trait iso_10303_parts::ap203::ITextFont[][src]

pub trait ITextFont {
    fn id(&self) -> &String;
fn name(&self) -> &String;
fn description(&self) -> &String; }

Required methods

fn id(&self) -> &String[src]

fn name(&self) -> &String[src]

fn description(&self) -> &String[src]

Implementors

impl ITextFont for TextFont[src]

fn id(&self) -> &String[src]

fn name(&self) -> &String[src]

fn description(&self) -> &String[src]