18,700
edits
m (changing link from http->https) |
m (link fix) |
||
Line 11: | Line 11: | ||
::Paradox is talking about a way to generate arrays of ints to represent the glyphs' pixels. If you export TSFFTahoma to XML, you'll see that OniSplit generates a raw list of ints which could be replaced with the ints generated by that VB code. It also takes that XML back in with the -create command and generates the TSFF.oni file again. It's not elegant, but it might work. | ::Paradox is talking about a way to generate arrays of ints to represent the glyphs' pixels. If you export TSFFTahoma to XML, you'll see that OniSplit generates a raw list of ints which could be replaced with the ints generated by that VB code. It also takes that XML back in with the -create command and generates the TSFF.oni file again. It's not elegant, but it might work. | ||
::As for OniSplit handling a font file automatically, I don't think we can count on Neo adding frivolous functionality like that to OniSplit. I don't know if he is even planning on making any more releases. This is the sort of thing that normally a community would add to their primary modding tool, but in our case we don't even have a direct release of a recent version of the source code. That's why we would be better off trying to get Neo to open-source OniSplit than asking him for new features. I tried to contact him about this, but I don't think he checks his Yahoo email anymore. --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 17:15, 30 November 2016 (CET) | ::As for OniSplit handling a font file automatically, I don't think we can count on Neo adding frivolous functionality like that to OniSplit. I don't know if he is even planning on making any more releases. This is the sort of thing that normally a community would add to their primary modding tool, but in our case we don't even have a direct release of a recent version of the source code. That's why we would be better off trying to get Neo to open-source OniSplit than asking him for new features. I tried to contact him about this, but I don't think he checks his Yahoo email anymore. --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 17:15, 30 November 2016 (CET) | ||
::''[Update: We finally got his OniSplit source in 2020. See [ | ::''[Update: We finally got his OniSplit source in 2020. See [https://websvn.illy.bz/listing.php?repname=Oni2&path=%2FOniSplit%2F here]. --Iritscen]'' | ||
: Oni supports only '''bitmap''' fonts. (Or is that wrong??) So not even Neo can bring a '''vector''' based font to Oni because that would mean changing Oni's or Daodan.dll's code and not OniSplit. | : Oni supports only '''bitmap''' fonts. (Or is that wrong??) So not even Neo can bring a '''vector''' based font to Oni because that would mean changing Oni's or Daodan.dll's code and not OniSplit. | ||