andreinitescu / IconFont2Code

Generate C# class with constant fields for the icons in your font
277 stars 37 forks source link

Public keyword missing in mapping class #14

Closed ChristopherStephan closed 3 years ago

ChristopherStephan commented 3 years ago

Actual:

static class IconFont { ... }

Expected:

public static class IconFont { ... }

andreinitescu commented 3 years ago

Closed (see #15)