MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / PointFConverter

Method PointFConverter

TexturedFontEditor/Helper.cs:173–175  ·  view source on GitHub ↗

Methods

()

Source from the content-addressed store, hash-verified

171 {
172 // Methods
173 public PointFConverter()
174 {
175 }
176 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
177 {
178 return ((sourceType == typeof(string)) || base.CanConvertFrom(context, sourceType));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected