PINE LIBRARY
업데이트됨 font

Library "font"
Unicode Characters Replacement function for strings.
uni(_str, _number)
Unicode Font Substitutee
Parameters:
_str: Input Strinbg
_number: Font by Int input
uni(_str, _number)
Unicode Font Substitutee
Parameters:
_str: Input Strinbg
_number: Font by Name input
Unicode Characters Replacement function for strings.
uni(_str, _number)
Unicode Font Substitutee
Parameters:
_str: Input Strinbg
_number: Font by Int input
uni(_str, _number)
Unicode Font Substitutee
Parameters:
_str: Input Strinbg
_number: Font by Name input
릴리즈 노트
v2added:
// string names for easy scripting
varip _Sans = "Sans"
varip _Sans_Italic = "Sans Italic"
varip _Sans_Bold = "Sans Bold"
varip _Sans_Bold_Italic = "Sans Bold Italic"
varip _Sans_Serif = "Sans-Serif"
varip _Sans_Serif_Italic = "Sans-Serif Italic"
varip _Sans_Serif_Bold = "Sans-Serif Bold"
varip _Sans_Serif_Bold_Italic = "Sans-Serif Bold Italic"
varip _Fraktur = "Fraktur"
varip _Fraktur_Bold = "Fraktur Bold"
varip _Script = "Script"
varip _Script_Bold = "Script Bold"
varip _Double_Struck = "Double-Struck"
varip _Monospace = "Monospace"
varip _Regional_Indicator = "Regional Indicator"
varip _Small = "Small"
varip _Full_Width = "Full Width"
varip _Circled = "Circled"
// by number
_string = font.uni(' your string input', 1)
// by name
_string = font.uni(' your string input', _Sans)
릴리즈 노트
v3Update, slightly faster overall and fewer local scopes created for large scripts, fixed typo on //param for string input
릴리즈 노트
v4Now with Whitespace chars for a shortcut for those who use.
sorted largest at top to smallest.
any errors default to thin space.
int or string inputs.
Added:
space(_type)
Hidden WhiteSpace Characterrs
Parameters:
_type: (string) WhiteSpace Type
Returns: String Whitespace
릴리즈 노트
v5Added:
indent(_size)
Indenter
Parameters:
_size: (intt) Number of tabs
Returns: String of N number tabs
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.