Skip to content

Instantly share code, notes, and snippets.

View RafalBuchner's full-sized avatar
😴
Sleeping

Rafał Buchner RafalBuchner

😴
Sleeping
View GitHub Profile

OpenType font name table notes

Provided are the name table record ID and instructions on how to fill it out. Arial is used as an example to show how the names records can be filled. You can see the example records here:

https://learn.microsoft.com/en-us/typography/opentype/spec/namesmp

There are also more exmaples added to the bottom of this file.

Why this document?

@hcwang
hcwang / gist:1a62d7a2def4d271d950
Created February 3, 2016 01:25
Multipeer Connectivity framework on OS X and iOS
//On iOS
import UIKit
import MultipeerConnectivity
class ViewController: UIViewController {
var _session: MCSession!
var _peerID: MCPeerID!
var _browser: MCNearbyServiceBrowser!
override func viewDidLoad() {