1
vote
Extract Address Information from a Web Page
What type of address information are you referring to?
There are a couple FireFox plugins Operator & …
3
votes
Is there a way to programatically determine if a font file has a specific Unicode Glyph?
Here's a pass at it using c# and the windows api.
[DllImport("gdi32.dll")]
public static extern uint GetFontUnicodeRanges(IntPtr hdc, IntPtr lpgs);
[DllImport("gdi32.dll")]
public …
