MCPcopy
hub / github.com/lxn/walk / FontMemResource

Struct FontMemResource

fontresource.go:16–18  ·  view source on GitHub ↗

FontMemResource represents a font resource loaded into memory from the application's resources.

Source from the content-addressed store, hash-verified

14// FontMemResource represents a font resource loaded into memory from
15// the application's resources.
16type FontMemResource struct {
17 hFontResource win.HANDLE
18}
19
20func newFontMemResource(resourceName *uint16) (*FontMemResource, error) {
21 hModule := win.HMODULE(win.GetModuleHandle(nil))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected