Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ FontGetAttributes
Method
FontGetAttributes
source/script_gui.cpp:8156–8159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8154
8155
8156
void GuiType::FontGetAttributes(FontType &aFont)
8157
{
8158
GetObject(aFont.hfont, sizeof(LOGFONT), &aFont);
8159
}
8160
8161
8162
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected