Unravel Engine C++ Reference
Loading...
Searching...
No Matches
GenerateIconFontCppHeaders.FontKI Class Reference
Inheritance diagram for GenerateIconFontCppHeaders.FontKI:
GenerateIconFontCppHeaders.Font

Public Member Functions

 get_icons (self, input)
 
- Public Member Functions inherited from GenerateIconFontCppHeaders.Font
 download (cls)
 
 get_intermediate_representation (cls)
 

Static Public Attributes

str font_name = 'Kenney'
 
str font_abbr = 'KI'
 
str font_url_data = 'https://raw.githubusercontent.com/nicodinh/kenney-icon-font/master/css/kenney-icons.css'
 
str font_url_ttf = 'https://github.com/nicodinh/kenney-icon-font/blob/master/fonts/kenney-icon-font.ttf'
 
list font_file_name_ttf = [[ font_abbr, font_url_ttf[ font_url_ttf.rfind('/')+1: ]]]
 
- Static Public Attributes inherited from GenerateIconFontCppHeaders.Font
str font_name = '[ ERROR - missing font name ]'
 
str font_abbr = '[ ERROR - missing font abbreviation ]'
 
str font_url_data = '[ ERROR - missing font data url ]'
 
str font_url_ttf = '[ ERROR - missing ttf file url ]'
 
str font_file_name_ttf = '[ ERROR - missing ttf file name ]'
 

Detailed Description

Definition at line 278 of file GenerateIconFontCppHeaders.py.

Member Function Documentation

◆ get_icons()

GenerateIconFontCppHeaders.FontKI.get_icons ( self,
input )

Reimplemented from GenerateIconFontCppHeaders.Font.

Definition at line 286 of file GenerateIconFontCppHeaders.py.

Member Data Documentation

◆ font_abbr

str GenerateIconFontCppHeaders.FontKI.font_abbr = 'KI'
static

Definition at line 280 of file GenerateIconFontCppHeaders.py.

◆ font_file_name_ttf

list GenerateIconFontCppHeaders.FontKI.font_file_name_ttf = [[ font_abbr, font_url_ttf[ font_url_ttf.rfind('/')+1: ]]]
static

Definition at line 283 of file GenerateIconFontCppHeaders.py.

◆ font_name

str GenerateIconFontCppHeaders.FontKI.font_name = 'Kenney'
static

Definition at line 279 of file GenerateIconFontCppHeaders.py.

◆ font_url_data

str GenerateIconFontCppHeaders.FontKI.font_url_data = 'https://raw.githubusercontent.com/nicodinh/kenney-icon-font/master/css/kenney-icons.css'
static

Definition at line 281 of file GenerateIconFontCppHeaders.py.

◆ font_url_ttf

str GenerateIconFontCppHeaders.FontKI.font_url_ttf = 'https://github.com/nicodinh/kenney-icon-font/blob/master/fonts/kenney-icon-font.ttf'
static

Definition at line 282 of file GenerateIconFontCppHeaders.py.


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