Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFontStudio
/ functions
Functions
465 in github.com/aiekick/ImGuiFontStudio
⨍
Functions
465
◇
Types & classes
63
Function
ImGui_ImplGlfw_CreateVkSurface
src/ImguiImpl/imgui_impl_glfw.cpp:789
Function
ImGui_ImplGlfw_CreateWindow
src/ImguiImpl/imgui_impl_glfw.cpp:535
Function
ImGui_ImplGlfw_DestroyWindow
src/ImguiImpl/imgui_impl_glfw.cpp:575
Function
ImGui_ImplGlfw_GetClipboardText
src/ImguiImpl/imgui_impl_glfw.cpp:96
Function
ImGui_ImplGlfw_GetWindowFocus
src/ImguiImpl/imgui_impl_glfw.cpp:708
Function
ImGui_ImplGlfw_GetWindowMinimized
src/ImguiImpl/imgui_impl_glfw.cpp:714
Function
ImGui_ImplGlfw_GetWindowPos
src/ImguiImpl/imgui_impl_glfw.cpp:652
Function
ImGui_ImplGlfw_GetWindowSize
src/ImguiImpl/imgui_impl_glfw.cpp:666
Function
ImGui_ImplGlfw_InitForVulkan
src/ImguiImpl/imgui_impl_glfw.cpp:265
Function
ImGui_ImplGlfw_KeyCallback
src/ImguiImpl/imgui_impl_glfw.cpp:125
Function
ImGui_ImplGlfw_MonitorCallback
src/ImguiImpl/imgui_impl_glfw.cpp:156
Function
ImGui_ImplGlfw_MouseButtonCallback
src/ImguiImpl/imgui_impl_glfw.cpp:106
Function
ImGui_ImplGlfw_RenderWindow
src/ImguiImpl/imgui_impl_glfw.cpp:728
Function
ImGui_ImplGlfw_ScrollCallback
src/ImguiImpl/imgui_impl_glfw.cpp:115
Function
ImGui_ImplGlfw_SetClipboardText
src/ImguiImpl/imgui_impl_glfw.cpp:101
Function
ImGui_ImplGlfw_SetWindowAlpha
src/ImguiImpl/imgui_impl_glfw.cpp:721
Function
ImGui_ImplGlfw_SetWindowFocus
src/ImguiImpl/imgui_impl_glfw.cpp:697
Function
ImGui_ImplGlfw_SetWindowPos
src/ImguiImpl/imgui_impl_glfw.cpp:660
Function
ImGui_ImplGlfw_SetWindowSize
src/ImguiImpl/imgui_impl_glfw.cpp:674
Function
ImGui_ImplGlfw_SetWindowTitle
src/ImguiImpl/imgui_impl_glfw.cpp:691
Function
ImGui_ImplGlfw_ShowWindow
src/ImguiImpl/imgui_impl_glfw.cpp:613
Function
ImGui_ImplGlfw_SwapBuffers
src/ImguiImpl/imgui_impl_glfw.cpp:735
Function
ImGui_ImplGlfw_WindowCloseCallback
src/ImguiImpl/imgui_impl_glfw.cpp:502
Function
ImGui_ImplGlfw_WindowPosCallback
src/ImguiImpl/imgui_impl_glfw.cpp:508
Function
ImGui_ImplGlfw_WindowSizeCallback
src/ImguiImpl/imgui_impl_glfw.cpp:514
Function
ImGui_ImplOpenGL3_RenderWindow
src/ImguiImpl/imgui_impl_opengl3.cpp:699
Function
ImGui_ImplWin32_SetImeInputPos
src/ImguiImpl/imgui_impl_glfw.cpp:756
Method
ImageCheckButton
based on ImGui::ImageButton
src/Gui/ImGuiWidgets.cpp:181
Method
Init
src/Helper/SettingsDlg.cpp:188
Method
Init
src/Gui/GuiLayout.cpp:42
Method
InputText_Validation
src/Gui/ImGuiWidgets.cpp:748
Method
Instance
singleton
src/MainFrame.h:80
Method
Instance
singleton
src/Panes/GeneratorPane.h:59
Method
Instance
singleton
src/Panes/FinalFontPane.h:89
Method
Instance
singleton
src/Panes/SourceFontPane.h:57
Method
Instance
singleton
src/Helper/Messaging.h:65
Method
Instance
src/Helper/SettingsDlg.h:51
Method
Instance
singleton
src/Helper/SelectionHelper.h:249
Method
Instance
singleton
src/Helper/Utils.h:26
Method
Instance
singleton
src/Helper/ImGuiThemeHelper.h:50
Method
Instance
singleton
src/Gui/GuiLayout.h:64
Method
Instance
singleton
src/Generator/Generator.h:82
Method
InvertNameMap
src/Helper/FontHelper.cpp:643
Method
IsFinalFontPaneMode
src/Panes/FinalFontPane.cpp:214
Method
IsGlyphSelected
src/Helper/SelectionHelper.cpp:59
Method
IsSelectionMode
src/Helper/SelectionHelper.cpp:152
Method
Load
src/Helper/SettingsDlg.cpp:162
Method
Load
src/Project/ProjectFile.cpp:87
Method
LoadFontFile
based on https://github.com/rillig/sfntly/blob/master/cpp/src/sample/subtly/utils.cc*/
src/Helper/FontHelper.cpp:654
Method
LoadFontFiles
based on https://github.com/rillig/sfntly/blob/master/cpp/src/sample/subtly/utils.cc*/
src/Helper/FontHelper.cpp:664
Method
LoadProject
src/MainFrame.cpp:88
Method
MainFrame
Prevent construction
src/MainFrame.h:89
Method
MainFrame
src/MainFrame.cpp:50
Method
MergeCharacterMaps
src/Helper/FontHelper.cpp:237
Method
Messaging
Prevent construction
src/Helper/Messaging.h:73
Method
Messaging
src/Helper/Messaging.cpp:27
Method
NewProject
src/MainFrame.cpp:82
Method
OpenDialog
src/Helper/SettingsDlg.cpp:50
Method
OpenFonts
src/Panes/SourceFontPane.cpp:428
Method
PrepareSelection
src/Panes/FinalFontPane.cpp:219
Method
PrepareSelectionByFontOrderedByCodePoint
src/Panes/FinalFontPane.cpp:586
Method
PrepareSelectionByFontOrderedByGlyphNames
src/Panes/FinalFontPane.cpp:739
Method
PrepareSelectionMergedNoOrder
src/Panes/FinalFontPane.cpp:892
Method
PrepareSelectionMergedOrderedByCodePoint
src/Panes/FinalFontPane.cpp:1003
Method
PrepareSelectionMergedOrderedByGlyphNames
src/Panes/FinalFontPane.cpp:1124
Method
ProjectFile
src/Project/ProjectFile.cpp:26
Method
RadioButtonLabeled
src/Gui/ImGuiWidgets.cpp:334
Function
RadioButtonLabeled_BitWize
src/Gui/ImGuiWidgets.h:35
Method
ReRange_Offset_After_Start
src/Helper/SelectionHelper.cpp:950
Method
ReRange_Offset_Before_End
src/Helper/SelectionHelper.cpp:992
Method
ReRouteFontToFile
src/MainFrame.cpp:561
Method
RemoveSelectionFromFinal
src/Helper/SelectionHelper.cpp:938
Method
RibbonBar
src/Gui/RibbonBar.cpp:21
Method
Save
src/Project/ProjectFile.cpp:115
Method
SaveAsProject
src/MainFrame.cpp:108
Method
SaveProject
src/MainFrame.cpp:103
Method
SelectAllGlyphs
src/Helper/SelectionHelper.cpp:746
Method
SelectByLine
src/Helper/SelectionHelper.cpp:511
Method
SelectByZone
src/Helper/SelectionHelper.cpp:575
Method
SelectGlyph
src/Helper/SelectionHelper.cpp:822
Method
SelectGlyphByRangeFromStartCodePoint
src/Helper/SelectionHelper.cpp:1034
Method
SelectableWithBtn
src/Gui/ImGuiWidgets.cpp:26
Method
Selectable_FramedText
src/Gui/ImGuiWidgets.cpp:686
Method
SelectionHelper
src/Helper/SelectionHelper.cpp:37
Method
SelectionHelper
Prevent construction
src/Helper/SelectionHelper.h:257
Method
SerializeFont
based on https://github.com/rillig/sfntly/blob/master/cpp/src/sample/subtly/utils.cc*/
src/Helper/FontHelper.cpp:673
Method
SetAppTitle
src/MainFrame.cpp:472
Method
SettingsDlg
src/Helper/SettingsDlg.cpp:40
Method
SettingsDlg
Prevent construction
src/Helper/SettingsDlg.h:59
Method
ShowAboutDialog
src/MainFrame.cpp:377
Method
ShowCustomStyleEditor
src/Gui/ImGuiWidgets.cpp:783
Method
ShowSaveDialogIfRequired
src/MainFrame.cpp:483
Method
SourceFontPane
src/Panes/SourceFontPane.cpp:42
Method
SourceFontPane
Prevent construction
src/Panes/SourceFontPane.h:65
Method
Spacing
src/Gui/ImGuiWidgets.cpp:607
Method
StartSelection
src/Helper/SelectionHelper.cpp:81
Method
UnSelectAllGlyphs
src/Helper/SelectionHelper.cpp:784
Method
UnSelectGlyph
src/Helper/SelectionHelper.cpp:889
Method
UnSelectGlyphByRangeFromStartCodePoint
src/Helper/SelectionHelper.cpp:1171
Method
Utils
Prevent construction
src/Helper/Utils.h:34
← previous
next →
301–400 of 465, ranked by callers