GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
text_element_fontname Class Reference

#include "text-engine.h"

Inheritance diagram for text_element_fontname:
text_element

Public Member Functions

 text_element_fontname ()=delete
 
 text_element_fontname (const std::string &fname)
 
void accept (text_processor &p)
 
const std::string & get_fontname () const
 
- Public Member Functions inherited from text_element
virtual ~text_element ()=default
 

Detailed Description

Definition at line 242 of file text-engine.h.

Constructor & Destructor Documentation

◆ text_element_fontname() [1/2]

text_element_fontname::text_element_fontname ( )
delete

◆ text_element_fontname() [2/2]

text_element_fontname::text_element_fontname ( const std::string &  fname)
inline

Definition at line 250 of file text-engine.h.

Member Function Documentation

◆ accept()

void text_element_fontname::accept ( text_processor p)
inlinevirtual

Implements text_element.

Definition at line 388 of file text-engine.h.

◆ get_fontname()

const std::string& text_element_fontname::get_fontname ( ) const
inline

Definition at line 255 of file text-engine.h.


The documentation for this class was generated from the following file: