1.0.0 • Published 1 year ago

devfonts_iwi_g3sr v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Devfonts.iwi

Devfonts.iwi === https://tiurll.com/2tjIU2

The C odevfonts.iwi gives a very precise (sometimes even exact) specification of the font encodings that are understood by Internet Explorer 10 for the WebFont formats 'opentype', 'truetype' and 'svg'.

devfonts.iwi is a collection of IWidgets that allow you to configure a RasterFont and Font. A RasterFont can be used to create bitmap Images. The RasterFont can be a subset of the font's Glyphs, allowing you to set the font's number of Glyphs, and which Glyphs are present, and without having to redraw the font. The RasterFont must support a ImageFont constructor that will create the image of each glyph, and a constructor that supports its width and height.

given an iso646 alpha2 encoded iana code for a language, devfonts.iwi returns an ordered list of fonts in that language, with each font imported in turn. if the font is not available, devfonts.iwi will return -1 and print a warning.

var font_family: string; font_family := 'benson_regular'; devfonts.iwi.load_fonts(font_family); console.log(devfonts.get_font_name('benson_regular')); download this spreadsheet to see more examples.

an important goal of the "improved web intents" standard is to enable the web to generate programmatic actions for webpages. the "improved web intents" specification uses the programmatic actions in the form of intent widgets as the mechanism for requesting that a system run actions associated with a webpage. this specification defines a devfonts.iwi namespace for the purpose of holding the information for the widgets defined by the specification. 84d34552a1

1.0.0

1 year ago