#
Function: $Glyphâ–¸ Const
$Glyph(meta_obj
: GlyphMeta, font
: Font): Glyph
Shortcut for new Glyph(meta_obj, font)
so you don't need to write new
#
Parameters:Name | Type | Description |
---|---|---|
meta_obj | GlyphMeta | Meta information |
font | Font | The font the glyph belongs to |
Returns: Glyph
The newly instantiated Glyph
object
Defined in: bdfparser.ts:1852