class CTioga2::MetaBuilder::Types::LaTeXFontBaseType

LaTeX font

Colormap

Public Instance Methods

string_to_type_internal(str) click to toggle source
# File lib/ctioga2/metabuilder/types/styles.rb, line 174
def string_to_type_internal(str)
  return Graphics::Styles::LaTeXFont.from_text(str)
end