Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GraphFontPair.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/GraphFontPair.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/GraphFontPair.cs

Source file hash: sha256:f5d909a9ec962ea6d024ea56ecfd9e2b76fb01f1d4471576c4792bbd8aac082a

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 34-110

Declaration hash: sha256:c47a596efffe9817a5076f2dfc80dd356fdad19e3086607b6d70320ee083c115

C#
public sealed class GraphFontPair
{
}

Original lines: 39

Declaration hash: sha256:18979500731516d0d0fa0fff0bc6eaabe346a154d6083b421ee925a85b59d0ea

C#
public FontDefinition Ui { get; }

Original lines: 42

Declaration hash: sha256:fd5bb003af67a789a0259e0530e112cb08e768d472bf2163efef939d0bff15d0

C#
public FontDefinition Mono { get; }

Method: GraphFontPair(FontDefinition ui, FontDefinition mono)

Section titled “Method: GraphFontPair(FontDefinition ui, FontDefinition mono)”

Original lines: 54-58

Declaration hash: sha256:240e91f00a3836eede5767d43d81b2825c90aa5f7e8812a0427cc935aa8242a9

C#
public GraphFontPair(FontDefinition ui, FontDefinition mono);

Original lines: 64-69

Declaration hash: sha256:f009c2423de9996a125822f1135f429193cb4c5eeb58cd02d4e21169f5a40739

C#
public static GraphFontPair FromFonts(Font ui, Font mono);

Original lines: 90-106

Declaration hash: sha256:1fc5a35fb82845185fa897660275807cb6f05c273cb4ab3f5b6fb98ac807cae3

C#
public static GraphFontPair LoadDefaultsFromPackage();
Full-size image