Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 228 Bytes

show-ascii-font.md

File metadata and controls

11 lines (8 loc) · 228 Bytes

show cli font

  $name = '404';
  ArtFont::create()->show($name, ArtFont::INTERNAL_GROUP,[
      'type' => $this->input->getBoolOpt('italic') ? 'italic' : '',
      'style' => $this->input->getOpt('style'),
  ]);