@xpadev-net/niconicomments
Preparing search index...
utils/niconico
addHTML5PartToResult
Function addHTML5PartToResult
addHTML5PartToResult
(
lineContent
:
(
|
{
char
:
string
;
charWidth
:
number
;
count
:
number
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
type
:
"spacer"
;
}
|
{
content
:
string
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
slicedContent
:
string
[]
;
type
:
"text"
;
width
?:
number
[]
;
}
)
[]
,
part
:
string
,
_font
?:
"defont"
|
"mincho"
|
"gothic"
,
)
:
void
Parameters
lineContent
: (
|
{
char
:
string
;
charWidth
:
number
;
count
:
number
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
type
:
"spacer"
;
}
|
{
content
:
string
;
font
?:
"defont"
|
"gulim"
|
"simsun"
;
isButton
?:
boolean
;
slicedContent
:
string
[]
;
type
:
"text"
;
width
?:
number
[]
;
}
)
[]
part
:
string
Optional
_font
:
"defont"
|
"mincho"
|
"gothic"
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xpadev-net/niconicomments
Loading...